summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvboy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvboy.cpp')
-rw-r--r--src/mame/drivers/tvboy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tvboy.cpp b/src/mame/drivers/tvboy.cpp
index bb37b5857cc..d30b96a3f63 100644
--- a/src/mame/drivers/tvboy.cpp
+++ b/src/mame/drivers/tvboy.cpp
@@ -71,7 +71,7 @@ void tvboy_state::tvboy_mem(address_map &map)
#else
map(0x0280, 0x029f).mirror(0x0d00).rw("riot", FUNC(riot6532_device::read), FUNC(riot6532_device::write));
#endif
- map(0x1000, 0x1fff).w(this, FUNC(tvboy_state::bank_write));
+ map(0x1000, 0x1fff).w(FUNC(tvboy_state::bank_write));
map(0x1000, 0x1fff).bankr("crom");
}