Little Hello Kitty does this, it still fails the check (and would fail due of MMU if fixed anyway)

This commit is contained in:
Angelo Salese 2013-08-26 00:39:27 +00:00
parent fd57ef4210
commit 83731955d9

View File

@ -707,6 +707,10 @@ READ32_MEMBER(dc_cons_state::dc_mess_g1_ctrl_r )
{ {
switch(offset) switch(offset)
{ {
case SB_GDSTARD:
printf("G1CTRL: GDSTARD %08x\n", atapi_xferbase); // Hello Kitty reads here
debugger_break(machine());
return atapi_xferbase;
case SB_GDST: case SB_GDST:
break; break;
case SB_GDLEND: case SB_GDLEND: