summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/internal/stl4m32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/internal/stl4m32.cpp')
-rw-r--r--src/devices/bus/bbc/internal/stl4m32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/bbc/internal/stl4m32.cpp b/src/devices/bus/bbc/internal/stl4m32.cpp
index 5d3782c36ac..c6d8903a91a 100644
--- a/src/devices/bus/bbc/internal/stl4m32.cpp
+++ b/src/devices/bus/bbc/internal/stl4m32.cpp
@@ -26,7 +26,7 @@ DEFINE_DEVICE_TYPE(BBC_STL4M32, bbc_stl4m32_device, "bbc_stl4m32", "Solidisk Fou
INPUT_PORTS_START(stl4m32)
PORT_START("stl4m_clock")
- PORT_CONFNAME(0x01, 0x01, "4MHz Clock") PORT_CHANGED_MEMBER(DEVICE_SELF, bbc_stl4m32_device, clock_switch, 0)
+ PORT_CONFNAME(0x01, 0x01, "4MHz Clock") PORT_CHANGED_MEMBER(DEVICE_SELF, FUNC(bbc_stl4m32_device::clock_switch), 0)
PORT_CONFSETTING(0x00, "2MHz")
PORT_CONFSETTING(0x01, "4MHz")
INPUT_PORTS_END
@@ -59,7 +59,7 @@ ROM_END
void bbc_stl4m32_device::device_add_mconfig(machine_config &config)
{
- //M65SC02(config.replace(), m_maincpu, DERIVED_CLOCK(1, 4));
+ //G65SC02(config.replace(), m_maincpu, DERIVED_CLOCK(1, 4));
/* 5 x 32K rom sockets */
BBC_ROMSLOT32(config, m_rom[4], bbc_rom_devices, nullptr);