summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taito_zm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taito_zm.c')
-rw-r--r--src/mame/audio/taito_zm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/taito_zm.c b/src/mame/audio/taito_zm.c
index f5a242d6b20..a98befce1da 100644
--- a/src/mame/audio/taito_zm.c
+++ b/src/mame/audio/taito_zm.c
@@ -19,8 +19,8 @@ static ADDRESS_MAP_START(taitozoom_map, AS_PROGRAM, 16, driver_device )
AM_RANGE(0x080000, 0x0fffff) AM_ROM AM_REGION("mn10200", 0)
AM_RANGE(0x400000, 0x40ffff) AM_RAM
AM_RANGE(0x800000, 0x800fff) AM_DEVREADWRITE_LEGACY("zsg2", zsg2_r, zsg2_w)
- AM_RANGE(0xe00000, 0xe000ff) AM_RAM // main CPU comms (1fbe0xxx on FX-1B main CPU, banked with eeprom - raystorm writes command at PC=80015240)
- AM_RANGE(0xc00000, 0xc00001) AM_RAM // TMS57002 comms
+ AM_RANGE(0xe00000, 0xe000ff) AM_RAM // main CPU comms (1fbe0xxx on FX-1B main CPU, banked with eeprom - raystorm writes command at PC=80015240)
+ AM_RANGE(0xc00000, 0xc00001) AM_RAM // TMS57002 comms
ADDRESS_MAP_END
static UINT8 tms_ctrl;
@@ -47,7 +47,7 @@ ADDRESS_MAP_END
static const zsg2_interface zsg2_taito_config =
{
- "zsg2" /* sample region */
+ "zsg2" /* sample region */
};
MACHINE_CONFIG_FRAGMENT( taito_zoom_sound )