Added a bunch of useful print reports

This commit is contained in:
Angelo Salese 2010-05-09 14:10:47 +00:00
parent 55a4f03e78
commit 491f0b29e5

View File

@ -681,6 +681,16 @@ WRITE16_HANDLER( jaguar_tom_regs_w )
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
case PIT1:
if (gpu_regs[PIT0])