(rm old hack)

This commit is contained in:
Michaël Banaan Ananas 2011-09-06 12:25:30 +00:00
parent 8478471a7d
commit 2bfe7bd3f1

View File

@ -458,11 +458,9 @@ static UINT8 m37710_internal_r(m37710i_cpu_struct *cpustate, int offset)
return cpustate->io->read_byte(M37710_ADC7_L);
case 0x2f:
return cpustate->io->read_byte(M37710_ADC7_H);
case 0x35:
return 0xff; // UART control
case 0x70: // A/D IRQ control
return cpustate->m37710_regs[offset] | 8;
}
return cpustate->m37710_regs[offset];