summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tmc600.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tmc600.cpp')
-rw-r--r--src/mame/drivers/tmc600.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/tmc600.cpp b/src/mame/drivers/tmc600.cpp
index 1ce8b9eeed6..70f1a342ac5 100644
--- a/src/mame/drivers/tmc600.cpp
+++ b/src/mame/drivers/tmc600.cpp
@@ -133,9 +133,9 @@ void tmc600_state::tmc600_io_map(address_map &map)
{
map(0x03, 0x03).w(m_bwio, FUNC(cdp1852_device::write));
map(0x04, 0x04).w(CDP1852_TMC700_TAG, FUNC(cdp1852_device::write));
- map(0x05, 0x05).rw(this, FUNC(tmc600_state::rtc_r), FUNC(tmc600_state::vismac_data_w));
+ map(0x05, 0x05).rw(FUNC(tmc600_state::rtc_r), FUNC(tmc600_state::vismac_data_w));
// AM_RANGE(0x06, 0x06) AM_WRITE(floppy_w)
- map(0x07, 0x07).w(this, FUNC(tmc600_state::vismac_register_w));
+ map(0x07, 0x07).w(FUNC(tmc600_state::vismac_register_w));
}
/* Input Ports */