mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
rekludged it to make it boot again after my 68hc11 fixes
This commit is contained in:
parent
be3848eb2a
commit
f37be4c1b9
@ -199,7 +199,7 @@ READ8_MEMBER(hitpoker_state::eeprom_r)
|
||||
{
|
||||
m_tmp = m_eeprom_data[m_eeprom_index];
|
||||
if((m_eeprom_index & 0x1f) == 0x1f)
|
||||
m_tmp = 0xaa;
|
||||
m_tmp = 1;
|
||||
//printf("%02x\n",m_eeprom_index);
|
||||
m_eeprom_index++;
|
||||
//m_eeprom_index&=0x1f;
|
||||
|
Loading…
Reference in New Issue
Block a user