fix for mantis 02668 (please credit the fix to mamesick)

This commit is contained in:
Roberto Zandona 2008-11-23 10:47:15 +00:00
parent a68e251fe8
commit 33a5b7e9aa

View File

@ -148,7 +148,7 @@ static READ8_HANDLER( vendetta_eeprom_r )
res |= 0x02; //konami_eeprom_ack() << 5; /* add the ack */
res |= input_port_read(space->machine, "EEPROM") & 0x0d; /* test switch */
res |= input_port_read(space->machine, "EEPROM") & 0x0c; /* test switch */
if (init_eeprom_count)
{