summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/epos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/epos.c')
-rw-r--r--src/mame/drivers/epos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/epos.c b/src/mame/drivers/epos.c
index f3b7670921f..710550b60b8 100644
--- a/src/mame/drivers/epos.c
+++ b/src/mame/drivers/epos.c
@@ -95,9 +95,9 @@ static ADDRESS_MAP_START( io_map, ADDRESS_SPACE_IO, 8 )
ADDRESS_MAP_GLOBAL_MASK(0xff)
AM_RANGE(0x00, 0x00) AM_READ_PORT("DSW") AM_WRITE(watchdog_reset_w)
AM_RANGE(0x01, 0x01) AM_READ_PORT("SYSTEM") AM_WRITE(epos_port_1_w)
- AM_RANGE(0x02, 0x02) AM_READ_PORT("INPUTS") AM_WRITE(ay8910_write_port_0_w)
+ AM_RANGE(0x02, 0x02) AM_READ_PORT("INPUTS") AM_DEVWRITE(SOUND, "ay", ay8910_data_w)
AM_RANGE(0x03, 0x03) AM_READ_PORT("UNK")
- AM_RANGE(0x06, 0x06) AM_WRITE(ay8910_control_port_0_w)
+ AM_RANGE(0x06, 0x06) AM_DEVWRITE(SOUND, "ay", ay8910_address_w)
ADDRESS_MAP_END
static ADDRESS_MAP_START( dealer_io_map, ADDRESS_SPACE_IO, 8 )