summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/triplhnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/triplhnt.cpp')
-rw-r--r--src/mame/drivers/triplhnt.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/triplhnt.cpp b/src/mame/drivers/triplhnt.cpp
index 8303799a973..a4b23ec9b03 100644
--- a/src/mame/drivers/triplhnt.cpp
+++ b/src/mame/drivers/triplhnt.cpp
@@ -133,10 +133,10 @@ void triplhnt_state::triplhnt_map(address_map &map)
map(0x0c08, 0x0c08).portr("0C08");
map(0x0c09, 0x0c09).portr("0C09");
map(0x0c0a, 0x0c0a).portr("0C0A");
- map(0x0c0b, 0x0c0b).r(this, FUNC(triplhnt_state::input_port_4_r));
- map(0x0c10, 0x0c1f).r(this, FUNC(triplhnt_state::da_latch_r));
- map(0x0c20, 0x0c2f).r(this, FUNC(triplhnt_state::cmos_r)).share("nvram");
- map(0x0c30, 0x0c3f).r(this, FUNC(triplhnt_state::misc_r)).w(m_latch, FUNC(f9334_device::write_a0));
+ map(0x0c0b, 0x0c0b).r(FUNC(triplhnt_state::input_port_4_r));
+ map(0x0c10, 0x0c1f).r(FUNC(triplhnt_state::da_latch_r));
+ map(0x0c20, 0x0c2f).r(FUNC(triplhnt_state::cmos_r)).share("nvram");
+ map(0x0c30, 0x0c3f).r(FUNC(triplhnt_state::misc_r)).w(m_latch, FUNC(f9334_device::write_a0));
map(0x0c40, 0x0c40).portr("0C40");
map(0x0c48, 0x0c48).portr("0C48");
map(0x7000, 0x7fff).rom(); /* program */