diff options
Diffstat (limited to 'src/devices/bus/c64/supercpu.cpp')
-rw-r--r-- | src/devices/bus/c64/supercpu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/supercpu.cpp b/src/devices/bus/c64/supercpu.cpp index e0fe2e2a1ea..d7c3653e81f 100644 --- a/src/devices/bus/c64/supercpu.cpp +++ b/src/devices/bus/c64/supercpu.cpp @@ -88,7 +88,7 @@ static INPUT_PORTS_START( c64_supercpu ) PORT_DIPSETTING( 0x00, "Turbo" ) PORT_START("RESET") - PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Reset") PORT_CODE(KEYCODE_F11) PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF_OWNER, c64_expansion_slot_device, reset_w) + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Reset") PORT_CODE(KEYCODE_F11) PORT_WRITE_LINE_DEVICE_MEMBER(DEVICE_SELF_OWNER, FUNC(c64_expansion_slot_device::reset_w)) INPUT_PORTS_END |