diff options
author | 2018-01-30 23:18:45 -0300 | |
---|---|---|
committer | 2018-01-30 23:18:45 -0300 | |
commit | 89adc22e3d8eb1ba26ea47c530bb2521d395568e (patch) | |
tree | 4f1050171be5e043679fa993e28ab0afa9f21531 | |
parent | 031b78e92dd736f31f37d2b041e325d3786ec335 (diff) |
Added vsync to ampoker2 [El Chango v4]
-rw-r--r-- | src/mame/drivers/ampoker2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ampoker2.cpp b/src/mame/drivers/ampoker2.cpp index 0b8e0fbff9f..049749bf181 100644 --- a/src/mame/drivers/ampoker2.cpp +++ b/src/mame/drivers/ampoker2.cpp @@ -730,7 +730,7 @@ static INPUT_PORTS_START( ampoker2 ) PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_COIN1 ) PORT_IMPULSE(2) PORT_START("IN7") - PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNKNOWN ) /* not used */ + PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_OTHER ) PORT_VBLANK("screen") PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_OTHER ) PORT_NAME("Remote Credit") PORT_IMPULSE(12) PORT_CODE(KEYCODE_3) PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN4 ) PORT_IMPULSE(2) PORT_DIPNAME( 0x08, 0x08, "Jackpot" ) PORT_DIPLOCATION("SW1:8") /* DSW8 */ |