mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
02502: fax, hardhat, mtrap, pepper2, teetert, venture and clones: Accessing a certain portion of memory in the debugger causes crash.
This commit is contained in:
parent
7b84b06986
commit
01cf916801
@ -505,8 +505,7 @@ static READ8_HANDLER( exidy_sh8253_r )
|
|||||||
|
|
||||||
static READ8_HANDLER( exidy_sh6840_r )
|
static READ8_HANDLER( exidy_sh6840_r )
|
||||||
{
|
{
|
||||||
fatalerror("exidy_sh6840_r - unexpected read");
|
logerror("%04X:exidy_sh6840_r - unexpected read", activecpu_get_pc());
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user