mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
Minor commenting out of an unneeded (by me) log output
This commit is contained in:
parent
8c1a407c8d
commit
08d587eb9e
@ -769,7 +769,7 @@ WRITE16_HANDLER( jaguar_tom_regs_w )
|
||||
}
|
||||
}
|
||||
|
||||
if (offset != INT2 && offset != VI)
|
||||
if (offset != INT2 && offset != VI && offset != INT1)
|
||||
logerror("%08X:TOM write register @ F00%03X = %04X\n", cpu_get_previouspc(space->cpu), offset * 2, data);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user