summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pet/superpet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pet/superpet.cpp')
-rw-r--r--src/devices/bus/pet/superpet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pet/superpet.cpp b/src/devices/bus/pet/superpet.cpp
index 956ae52d77e..a4e6855a85a 100644
--- a/src/devices/bus/pet/superpet.cpp
+++ b/src/devices/bus/pet/superpet.cpp
@@ -62,7 +62,7 @@ const tiny_rom_entry *superpet_device::device_rom_region() const
void superpet_device::superpet_mem(address_map &map)
{
- map(0x0000, 0xffff).rw(this, FUNC(superpet_device::read), FUNC(superpet_device::write));
+ map(0x0000, 0xffff).rw(FUNC(superpet_device::read), FUNC(superpet_device::write));
}