Previous 199869 Revisions Next

r23838 Friday 21st June, 2013 at 16:52:10 UTC by Curt Coder
(MESS) c64: Updated SwiftLink/Turbo232 settings. [Mike Naberezny]
[src/mess/machine]c64_swiftlink.c c64_turbo232.c

trunk/src/mess/machine/c64_turbo232.c
r23837r23838
8383
8484   PORT_START("IRQ")
8585   PORT_DIPNAME( 0x01, 0x01, "Interrupt" )
86   PORT_DIPSETTING(    0x00, "IRQ (C128)" )
86   PORT_DIPSETTING(    0x00, "IRQ" )
8787   PORT_DIPSETTING(    0x01, "NMI" )
8888INPUT_PORTS_END
8989
trunk/src/mess/machine/c64_swiftlink.c
r23837r23838
8383
8484   PORT_START("IRQ")
8585   PORT_DIPNAME( 0x01, 0x01, "Interrupt" )
86   PORT_DIPSETTING(    0x00, "IRQ (C128)" )
86   PORT_DIPSETTING(    0x00, "IRQ" )
8787   PORT_DIPSETTING(    0x01, "NMI" )
8888INPUT_PORTS_END
8989

Previous 199869 Revisions Next


© 1997-2024 The MAME Team