Logging could be a good idea

This commit is contained in:
Angelo Salese 2013-02-12 00:19:31 +00:00
parent 31a88e0ec2
commit 69caf0b459

View file

@ -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;
}