From 1042331a95a8ec43dd20374f3ea67aa57aecd19a Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 14 May 2023 08:01:57 -0400 Subject: subsino2.cpp: Correct silly mistake --- src/mame/subsino/subsino2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/subsino/subsino2.cpp b/src/mame/subsino/subsino2.cpp index e7351b70165..806845f92ad 100644 --- a/src/mame/subsino/subsino2.cpp +++ b/src/mame/subsino/subsino2.cpp @@ -2029,7 +2029,7 @@ static INPUT_PORTS_START( strain ) // inputs need verifying PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_START("IN-D") // not shown in test mode - PORT_BIT( 0x47, IP_ACTIVE_HIGH, IPT_OUTPUT ) // unused + PORT_BIT( 0x47, IP_ACTIVE_HIGH, IPT_UNUSED ) // outputs PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_UNKNOWN ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Reset") PORT_CODE(KEYCODE_F1) PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNKNOWN ) -- cgit v1.2.3