summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/zrt80.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/zrt80.cpp')
-rw-r--r--src/mame/drivers/zrt80.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/zrt80.cpp b/src/mame/drivers/zrt80.cpp
index f4c389930d2..8d531d1bea5 100644
--- a/src/mame/drivers/zrt80.cpp
+++ b/src/mame/drivers/zrt80.cpp
@@ -118,11 +118,11 @@ void zrt80_state::io_map(address_map &map)
map(0x00, 0x07).rw(m_8250, FUNC(ins8250_device::ins8250_r), FUNC(ins8250_device::ins8250_w));
map(0x08, 0x08).w(m_crtc, FUNC(mc6845_device::address_w));
map(0x09, 0x09).rw(m_crtc, FUNC(mc6845_device::register_r), FUNC(mc6845_device::register_w));
- map(0x10, 0x17).r(this, FUNC(zrt80_state::zrt80_10_r));
+ map(0x10, 0x17).r(FUNC(zrt80_state::zrt80_10_r));
map(0x18, 0x1F).portr("DIPSW2");
map(0x20, 0x27).portr("DIPSW3");
- map(0x30, 0x37).w(this, FUNC(zrt80_state::zrt80_30_w));
- map(0x38, 0x3F).w(this, FUNC(zrt80_state::zrt80_38_w));
+ map(0x30, 0x37).w(FUNC(zrt80_state::zrt80_30_w));
+ map(0x38, 0x3F).w(FUNC(zrt80_state::zrt80_38_w));
}
/* Input ports */