summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/cart/ram.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/cart/ram.cpp')
-rw-r--r--src/devices/bus/msx/cart/ram.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/msx/cart/ram.cpp b/src/devices/bus/msx/cart/ram.cpp
index 022e8e6b394..cd94d9f41b6 100644
--- a/src/devices/bus/msx/cart/ram.cpp
+++ b/src/devices/bus/msx/cart/ram.cpp
@@ -433,7 +433,7 @@ private:
static INPUT_PORTS_START(double_ram_mode_switch)
PORT_START("MODE")
- PORT_CONFNAME(0x01, 0x01, "Mode") PORT_CHANGED_MEMBER(DEVICE_SELF, msx_cart_double_ram_device, mode_callback, 0)
+ PORT_CONFNAME(0x01, 0x01, "Mode") PORT_CHANGED_MEMBER(DEVICE_SELF, FUNC(msx_cart_double_ram_device::mode_callback), 0)
PORT_CONFSETTING(0x00, "Memory Mapper")
PORT_CONFSETTING(0x01, "MegaRAM")
INPUT_PORTS_END