summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolith16.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolith16.cpp')
-rw-r--r--src/mame/drivers/eolith16.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/eolith16.cpp b/src/mame/drivers/eolith16.cpp
index 9a88b0fec79..eb1aefc69d4 100644
--- a/src/mame/drivers/eolith16.cpp
+++ b/src/mame/drivers/eolith16.cpp
@@ -78,8 +78,8 @@ void eolith16_state::eolith16_map(address_map &map)
map(0x90000000, 0x9000002f).nopw(); //?
map(0xff000000, 0xff1fffff).rom().region("maindata", 0);
map(0xffe40001, 0xffe40001).rw("oki", FUNC(okim6295_device::read), FUNC(okim6295_device::write));
- map(0xffe80000, 0xffe80001).w(this, FUNC(eolith16_state::eeprom_w));
- map(0xffea0000, 0xffea0001).r(this, FUNC(eolith16_state::eolith16_custom_r));
+ map(0xffe80000, 0xffe80001).w(FUNC(eolith16_state::eeprom_w));
+ map(0xffea0000, 0xffea0001).r(FUNC(eolith16_state::eolith16_custom_r));
map(0xffea0002, 0xffea0003).portr("SYSTEM");
map(0xffec0000, 0xffec0001).nopr(); // not used?
map(0xffec0002, 0xffec0003).portr("INPUTS");