mirror of
https://github.com/libretro/mame.git
synced 2025-02-22 11:52:12 +00:00
Little Hello Kitty does this, it still fails the check (and would fail due of MMU if fixed anyway)
This commit is contained in:
parent
fd57ef4210
commit
83731955d9
@ -707,6 +707,10 @@ READ32_MEMBER(dc_cons_state::dc_mess_g1_ctrl_r )
|
||||
{
|
||||
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:
|
||||
break;
|
||||
case SB_GDLEND:
|
||||
|
Loading…
x
Reference in New Issue
Block a user