summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tk80bs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tk80bs.cpp')
-rw-r--r--src/mame/drivers/tk80bs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tk80bs.cpp b/src/mame/drivers/tk80bs.cpp
index 2850d0fda9d..2fc5d6ebbbf 100644
--- a/src/mame/drivers/tk80bs.cpp
+++ b/src/mame/drivers/tk80bs.cpp
@@ -114,7 +114,7 @@ void tk80bs_state::tk80bs_mem(address_map &map)
map(0x0000, 0x07ff).rom();
// AM_RANGE(0x0c00, 0x7bff) AM_ROM // ext
map(0x7df8, 0x7df9).noprw(); // i8251 sio
- map(0x7dfc, 0x7dff).rw(this, FUNC(tk80bs_state::ppi_custom_r), FUNC(tk80bs_state::ppi_custom_w));
+ map(0x7dfc, 0x7dff).rw(FUNC(tk80bs_state::ppi_custom_r), FUNC(tk80bs_state::ppi_custom_w));
map(0x7e00, 0x7fff).ram().share("videoram"); // video ram
map(0x8000, 0xcfff).ram(); // RAM
map(0xd000, 0xefff).rom(); // BASIC