mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
Logging could be a good idea
This commit is contained in:
parent
31a88e0ec2
commit
69caf0b459
1 changed files with 1 additions and 0 deletions
|
@ -774,6 +774,7 @@ READ8_MEMBER(saturn_state::saturn_cart_type_r)
|
|||
/* TODO: Bug! accesses this one, if returning 0 the SH-2 hard-crashes. Might be an actual bug with the CD block. */
|
||||
READ32_HANDLER( saturn_state::abus_dummy_r )
|
||||
{
|
||||
logerror("A-Bus Dummy access %08x\n",offset*4);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue