summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/blockhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/blockhl.c')
-rw-r--r--src/mame/drivers/blockhl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/blockhl.c b/src/mame/drivers/blockhl.c
index 6854b971e26..33f8dc40c69 100644
--- a/src/mame/drivers/blockhl.c
+++ b/src/mame/drivers/blockhl.c
@@ -86,8 +86,7 @@ static ADDRESS_MAP_START( audio_map, ADDRESS_SPACE_PROGRAM, 8 )
AM_RANGE(0x0000, 0x7fff) AM_ROM
AM_RANGE(0x8000, 0x87ff) AM_RAM
AM_RANGE(0xa000, 0xa000) AM_READ(soundlatch_r)
- AM_RANGE(0xc000, 0xc000) AM_WRITE(ym2151_register_port_0_w)
- AM_RANGE(0xc001, 0xc001) AM_READWRITE(ym2151_status_port_0_r, ym2151_data_port_0_w)
+ AM_RANGE(0xc000, 0xc001) AM_DEVREADWRITE(SOUND, "ym", ym2151_r, ym2151_w)
AM_RANGE(0xe00c, 0xe00d) AM_WRITE(SMH_NOP) /* leftover from missing 007232? */
ADDRESS_MAP_END