mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
nw
This commit is contained in:
parent
9bf1d11706
commit
2de3bf76d8
@ -364,7 +364,8 @@ static INPUT_PORTS_START( konamigv )
|
||||
PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x00000200, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x00000400, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE1 ) PORT_SERVICE_NO_TOGGLE( 0x00001000, IP_ACTIVE_LOW )
|
||||
PORT_BIT( 0x00000800, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
PORT_SERVICE_NO_TOGGLE( 0x00001000, IP_ACTIVE_LOW )
|
||||
PORT_BIT( 0x00002000, IP_ACTIVE_HIGH, IPT_SPECIAL ) PORT_READ_LINE_DEVICE_MEMBER( "eeprom", eeprom_serial_93cxx_device, do_read )
|
||||
PORT_BIT( 0x00004000, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
PORT_BIT( 0x00008000, IP_ACTIVE_LOW, IPT_UNKNOWN )
|
||||
|
Loading…
Reference in New Issue
Block a user