~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/includes/bzone.h

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
*************************************************************************/
6
6
 
 
7
#define BZONE_MASTER_CLOCK (XTAL_12_096MHz)
 
8
#define BZONE_CLOCK_3KHZ  (MASTER_CLOCK / 4096)
7
9
 
8
10
/*----------- defined in drivers/bzone.c -----------*/
9
11
 
12
14
 
13
15
/*----------- defined in audio/bzone.c -----------*/
14
16
 
15
 
WRITE8_HANDLER( bzone_sounds_w );
16
 
 
17
 
DEVICE_GET_INFO( bzone_sound );
18
 
#define SOUND_BZONE DEVICE_GET_INFO_NAME(bzone_sound)
19
 
 
 
17
 
 
18
WRITE8_DEVICE_HANDLER( bzone_sounds_w );
 
19
 
 
20
MACHINE_DRIVER_EXTERN( bzone_audio );
20
21
 
21
22
/*----------- defined in audio/redbaron.c -----------*/
22
23
 
23
24
WRITE8_HANDLER( redbaron_sounds_w );
24
 
WRITE8_DEVICE_HANDLER( redbaron_pokey_w );
25
25
 
26
26
DEVICE_GET_INFO( redbaron_sound );
27
27
#define SOUND_REDBARON DEVICE_GET_INFO_NAME(redbaron_sound)