rekludged it to make it boot again after my 68hc11 fixes

This commit is contained in:
Michaël Banaan Ananas 2012-07-16 01:24:14 +00:00
parent be3848eb2a
commit f37be4c1b9

View File

@ -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;