mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
Added a bunch of useful print reports
This commit is contained in:
parent
55a4f03e78
commit
491f0b29e5
@ -681,6 +681,16 @@ WRITE16_HANDLER( jaguar_tom_regs_w )
|
|||||||
|
|
||||||
switch (offset)
|
switch (offset)
|
||||||
{
|
{
|
||||||
|
case MEMCON1:
|
||||||
|
if((gpu_regs[offset] & 1) == 0)
|
||||||
|
printf("Warning: ROMHI = 0!\n");
|
||||||
|
|
||||||
|
break;
|
||||||
|
case PIT0:
|
||||||
|
case PIT1:
|
||||||
|
if(gpu_regs[PIT0] && reg_store != gpu_regs[offset])
|
||||||
|
printf("Warning: PIT irq used\n");
|
||||||
|
break;
|
||||||
#if 0
|
#if 0
|
||||||
case PIT1:
|
case PIT1:
|
||||||
if (gpu_regs[PIT0])
|
if (gpu_regs[PIT0])
|
||||||
|
Loading…
Reference in New Issue
Block a user