summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/4enraya.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/4enraya.cpp')
-rw-r--r--src/mame/drivers/4enraya.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/4enraya.cpp b/src/mame/drivers/4enraya.cpp
index 793ec6a0960..fd29b3d0492 100644
--- a/src/mame/drivers/4enraya.cpp
+++ b/src/mame/drivers/4enraya.cpp
@@ -280,7 +280,7 @@ void unk_gambl_state::unkpacg_main_portmap(address_map &map)
map(0x00, 0x00).portr("DSW1");
map(0x01, 0x01).portr("IN1");
map(0x02, 0x02).portr("IN2");
-// AM_RANGE(0x03, 0x03) AM_WRITE("out_w") // to investigate...
+// map(0x03, 0x03).w(FUNC(unk_gambl_state::out_w)); // to investigate...
map(0x17, 0x17).w(m_ay, FUNC(ay8910_device::data_w));
map(0x27, 0x27).r(m_ay, FUNC(ay8910_device::data_r));
map(0x37, 0x37).w(m_ay, FUNC(ay8910_device::address_w));