mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
fix for mantis 02668 (please credit the fix to mamesick)
This commit is contained in:
parent
a68e251fe8
commit
33a5b7e9aa
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user