Commented out a lot of excess logging;

Updated Makefile.local to add comments about NCR 53C810 and Voodoo log enable flags.
This commit is contained in:
OBattler
2017-12-28 20:42:45 +01:00
parent ac90896074
commit 4a829b31ad
17 changed files with 151 additions and 129 deletions

View File

@@ -96,7 +96,7 @@ void timer_update_outstanding(void)
void timer_reset(void)
{
pclog("timer_reset\n");
/* pclog("timer_reset\n"); */
timers_present = 0;
timer_latch = timer_count = 0;
}