mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03: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)
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user