summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/srumbler.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/srumbler.c')
-rw-r--r--src/mame/drivers/srumbler.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/drivers/srumbler.c b/src/mame/drivers/srumbler.c
index ef6e8448fc5..5e656094794 100644
--- a/src/mame/drivers/srumbler.c
+++ b/src/mame/drivers/srumbler.c
@@ -120,10 +120,8 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( sound_writemem, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0xc000, 0xc7ff) AM_WRITE(SMH_RAM)
- AM_RANGE(0x8000, 0x8000) AM_WRITE(ym2203_control_port_0_w)
- AM_RANGE(0x8001, 0x8001) AM_WRITE(ym2203_write_port_0_w)
- AM_RANGE(0xa000, 0xa000) AM_WRITE(ym2203_control_port_1_w)
- AM_RANGE(0xa001, 0xa001) AM_WRITE(ym2203_write_port_1_w)
+ AM_RANGE(0x8000, 0x8001) AM_DEVWRITE(SOUND, "ym1", ym2203_w)
+ AM_RANGE(0xa000, 0xa001) AM_DEVWRITE(SOUND, "ym2", ym2203_w)
AM_RANGE(0x0000, 0x7fff) AM_WRITE(SMH_ROM)
ADDRESS_MAP_END