summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/thedealr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/thedealr.cpp')
-rw-r--r--src/mame/drivers/thedealr.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/thedealr.cpp b/src/mame/drivers/thedealr.cpp
index a6b02735515..9ea496b28aa 100644
--- a/src/mame/drivers/thedealr.cpp
+++ b/src/mame/drivers/thedealr.cpp
@@ -284,16 +284,16 @@ void thedealr_state::thedealr(address_map &map)
map(0x2000, 0x2000).ram(); // w ff at boot (after clearing commram)
- map(0x2400, 0x2400).r(this, FUNC(thedealr_state::irq_ack_r)); // r = irq ack.
- map(0x2400, 0x2400).w(this, FUNC(thedealr_state::unk_w)); // w = ?
+ map(0x2400, 0x2400).r(FUNC(thedealr_state::irq_ack_r)); // r = irq ack.
+ map(0x2400, 0x2400).w(FUNC(thedealr_state::unk_w)); // w = ?
map(0x2800, 0x2800).portr("COINS").nopw(); // rw
map(0x2801, 0x2801).portr("DSW4");
map(0x2c00, 0x2c00).portr("DSW3");
- map(0x3400, 0x3400).rw(this, FUNC(thedealr_state::iox_r), FUNC(thedealr_state::iox_w));
- map(0x3401, 0x3401).r(this, FUNC(thedealr_state::iox_status_r));
+ map(0x3400, 0x3400).rw(FUNC(thedealr_state::iox_r), FUNC(thedealr_state::iox_w));
+ map(0x3401, 0x3401).r(FUNC(thedealr_state::iox_status_r));
map(0x3000, 0x3000).ram(); // rw, comm in test mode
map(0x3001, 0x3001).ram(); // rw, ""