mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
Disabled some unneeded register logging.
This commit is contained in:
parent
ef7dae23cb
commit
12f1da5981
@ -1057,6 +1057,14 @@ WRITE64_HANDLER( dc_g2_ctrl_w )
|
|||||||
//dc_update_interrupt_status(space->machine);
|
//dc_update_interrupt_status(space->machine);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case SB_ADSUSP:
|
||||||
|
case SB_E1SUSP:
|
||||||
|
case SB_E2SUSP:
|
||||||
|
case SB_DDSUSP:
|
||||||
|
case SB_G2APRO:
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* might access the unhandled DMAs, so tell us if this happens. */
|
/* might access the unhandled DMAs, so tell us if this happens. */
|
||||||
printf("Unhandled G2 register [%08x] -> %08x\n",reg,dat);
|
printf("Unhandled G2 register [%08x] -> %08x\n",reg,dat);
|
||||||
|
Loading…
Reference in New Issue
Block a user