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:
Aaron Giles 2008-10-09 07:11:08 +00:00
parent 7b84b06986
commit 01cf916801

View File

@ -505,8 +505,7 @@ static READ8_HANDLER( exidy_sh8253_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;
}