summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/c64/stardos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/c64/stardos.c')
-rw-r--r--src/emu/bus/c64/stardos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/c64/stardos.c b/src/emu/bus/c64/stardos.c
index 42d18ad3d15..ac4f9b850ce 100644
--- a/src/emu/bus/c64/stardos.c
+++ b/src/emu/bus/c64/stardos.c
@@ -55,7 +55,7 @@ const device_type C64_STARDOS = &device_creator<c64_stardos_cartridge_device>;
static INPUT_PORTS_START( c64_stardos )
PORT_START("RESET")
- 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