summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dreambal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dreambal.cpp')
-rw-r--r--src/mame/drivers/dreambal.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/dreambal.cpp b/src/mame/drivers/dreambal.cpp
index 36c1399e771..9404cb3351f 100644
--- a/src/mame/drivers/dreambal.cpp
+++ b/src/mame/drivers/dreambal.cpp
@@ -123,7 +123,7 @@ void dreambal_state::dreambal_map(address_map &map)
map(0x120000, 0x123fff).ram();
map(0x140000, 0x1403ff).ram().w("palette", FUNC(palette_device::write16)).share("palette");
- map(0x160000, 0x163fff).rw(this, FUNC(dreambal_state::dreambal_protection_region_0_104_r), FUNC(dreambal_state::dreambal_protection_region_0_104_w)).share("prot16ram"); /* Protection device */
+ map(0x160000, 0x163fff).rw(FUNC(dreambal_state::dreambal_protection_region_0_104_r), FUNC(dreambal_state::dreambal_protection_region_0_104_w)).share("prot16ram"); /* Protection device */
map(0x161000, 0x16100f).w(m_deco_tilegen1, FUNC(deco16ic_device::pf_control_w));
@@ -134,7 +134,7 @@ void dreambal_state::dreambal_map(address_map &map)
map(0x163000, 0x163001).nopw(); // something on bit 1
map(0x164000, 0x164001).nopw(); // something on bit 1
- map(0x165000, 0x165001).w(this, FUNC(dreambal_state::dreambal_eeprom_w)); // EEP Write?
+ map(0x165000, 0x165001).w(FUNC(dreambal_state::dreambal_eeprom_w)); // EEP Write?
map(0x16c002, 0x16c00d).nopw(); // writes 0000 to 0005 on startup
map(0x1a0000, 0x1a0003).nopw(); // RS-232C status / data ports (byte access)