summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo/boot_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/neogeo/boot_misc.cpp')
-rw-r--r--src/devices/bus/neogeo/boot_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/neogeo/boot_misc.cpp b/src/devices/bus/neogeo/boot_misc.cpp
index 7adc89519e4..8476123fbc7 100644
--- a/src/devices/bus/neogeo/boot_misc.cpp
+++ b/src/devices/bus/neogeo/boot_misc.cpp
@@ -292,7 +292,7 @@ ioport_constructor neogeo_kog_cart_device::device_input_ports() const
}
-READ16_MEMBER(neogeo_kog_cart_device::protection_r)
+uint16_t neogeo_kog_cart_device::protection_r(address_space &space, offs_t offset)
{
return m_jumper->read();
}