mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +03:00
Revert of r14116 by request (nw)
This commit is contained in:
parent
887b1cfef4
commit
7b64c127e9
@ -2436,7 +2436,6 @@ static READ8_HANDLER( characteriser_r )
|
||||
{
|
||||
logerror("No Characteriser Table @ %04x", cpu_get_previouspc(&space->device()));
|
||||
|
||||
#if 0
|
||||
/* a cheat ... many early games use a standard check */
|
||||
int addr = cpu_get_reg(&space->device(), M6809_X);
|
||||
UINT8 ret = space->read_byte(addr);
|
||||
@ -2445,8 +2444,6 @@ static READ8_HANDLER( characteriser_r )
|
||||
logerror("\n");
|
||||
|
||||
return ret;
|
||||
#endif
|
||||
return 0x00;
|
||||
}
|
||||
|
||||
LOG_CHR(("Characteriser read offset %02X \n",offset));
|
||||
|
Loading…
Reference in New Issue
Block a user