summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/c64/warp_speed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/c64/warp_speed.c')
-rw-r--r--src/emu/bus/c64/warp_speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/c64/warp_speed.c b/src/emu/bus/c64/warp_speed.c
index 3a89476332a..690629dceea 100644
--- a/src/emu/bus/c64/warp_speed.c
+++ b/src/emu/bus/c64/warp_speed.c
@@ -65,7 +65,7 @@ static INPUT_PORTS_START( c64_warp_speed )
PORT_DIPSETTING( 0x00, "C128" )
PORT_START("SW2")
- PORT_BIT( 0x01, IP_ACTIVE_HIGH, 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, c64_expansion_slot_device, reset_w)
INPUT_PORTS_END