mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
Enabled the Maple DMA HW trigger to always log if happens
This commit is contained in:
parent
d9e75c69c9
commit
537ca99992
@ -1033,9 +1033,9 @@ WRITE64_HANDLER( naomi_maple_w )
|
||||
}
|
||||
else
|
||||
{
|
||||
#if DEBUG_MAPLE
|
||||
//#if DEBUG_MAPLE
|
||||
printf("MAPLE: hardware trigger not supported yet\n");
|
||||
#endif
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
break;
|
||||
@ -1187,9 +1187,9 @@ WRITE64_HANDLER( dc_maple_w )
|
||||
}
|
||||
else
|
||||
{
|
||||
#if DEBUG_MAPLE
|
||||
//#if DEBUG_MAPLE
|
||||
printf("MAPLE: hardware trigger not supported yet\n");
|
||||
#endif
|
||||
//#endif
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user