summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/solomon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/solomon.c')
-rw-r--r--src/mame/drivers/solomon.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/mame/drivers/solomon.c b/src/mame/drivers/solomon.c
index 7ac305f9a3a..334559662eb 100644
--- a/src/mame/drivers/solomon.c
+++ b/src/mame/drivers/solomon.c
@@ -80,12 +80,9 @@ ADDRESS_MAP_END
static ADDRESS_MAP_START( sound_portmap, ADDRESS_SPACE_IO, 8 )
ADDRESS_MAP_GLOBAL_MASK(0xff)
- AM_RANGE(0x10, 0x10) AM_WRITE(ay8910_control_port_0_w)
- AM_RANGE(0x11, 0x11) AM_WRITE(ay8910_write_port_0_w)
- AM_RANGE(0x20, 0x20) AM_WRITE(ay8910_control_port_1_w)
- AM_RANGE(0x21, 0x21) AM_WRITE(ay8910_write_port_1_w)
- AM_RANGE(0x30, 0x30) AM_WRITE(ay8910_control_port_2_w)
- AM_RANGE(0x31, 0x31) AM_WRITE(ay8910_write_port_2_w)
+ AM_RANGE(0x10, 0x11) AM_DEVWRITE(SOUND, "ay1", ay8910_address_data_w)
+ AM_RANGE(0x20, 0x21) AM_DEVWRITE(SOUND, "ay2", ay8910_address_data_w)
+ AM_RANGE(0x30, 0x31) AM_DEVWRITE(SOUND, "ay3", ay8910_address_data_w)
ADDRESS_MAP_END