diff options
Diffstat (limited to 'src/mame/subsino/subsino2.cpp')
| -rw-r--r-- | src/mame/subsino/subsino2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/subsino/subsino2.cpp b/src/mame/subsino/subsino2.cpp index a8956ee3ce8..8432a518169 100644 --- a/src/mame/subsino/subsino2.cpp +++ b/src/mame/subsino/subsino2.cpp @@ -1826,7 +1826,7 @@ static INPUT_PORTS_START( jgaoshou ) PORT_START("IN-A") PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_CUSTOM ) PORT_READ_LINE_DEVICE_MEMBER("ticket", FUNC(ticket_dispenser_device::line_r)) - PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Unknown IN-A1") PORT_CODE(KEYCODE_W) // used + PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_GAMBLE_KEYOUT ) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_GAMBLE_LOW ) PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_GAMBLE_HIGH ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Unknown IN-A4") PORT_CODE(KEYCODE_E) // used |
