summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/z1013.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/z1013.cpp')
-rw-r--r--src/mame/drivers/z1013.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/z1013.cpp b/src/mame/drivers/z1013.cpp
index add896b01f9..e07170dc05a 100644
--- a/src/mame/drivers/z1013.cpp
+++ b/src/mame/drivers/z1013.cpp
@@ -104,7 +104,7 @@ void z1013_state::z1013_io(address_map &map)
{
map.global_mask(0xff);
map(0x00, 0x03).rw("z80pio", FUNC(z80pio_device::read_alt), FUNC(z80pio_device::write_alt));
- map(0x08, 0x08).w(this, FUNC(z1013_state::z1013_keyboard_w));
+ map(0x08, 0x08).w(FUNC(z1013_state::z1013_keyboard_w));
}
/* Input ports */