mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Removed unneeded line I forgot to delete from previous commit
This commit is contained in:
parent
a2cb3afaae
commit
2691e9502c
@ -2266,7 +2266,6 @@ static INPUT_PORTS_START( dino )
|
||||
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_OUTPUT ) PORT_WRITE_LINE_DEVICE("eeprom", eeprom_write_bit)
|
||||
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_OUTPUT ) PORT_WRITE_LINE_DEVICE("eeprom", eeprom_set_clock_line)
|
||||
PORT_BIT( 0x80, IP_ACTIVE_LOW, IPT_OUTPUT ) PORT_WRITE_LINE_DEVICE("eeprom", eeprom_set_cs_line)
|
||||
PORT_BIT( 0x3e, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
INPUT_PORTS_END
|
||||
|
||||
/* Needs further checking */
|
||||
|
Loading…
Reference in New Issue
Block a user