mirror of https://github.com/xemu-project/xemu.git
rtc: Turn off debug messages
Debug messages got turned on when porting over XBOX RTC changes. It's quite noisy during startup, so keep them turned off by default.
This commit is contained in:
parent
9344483a0c
commit
2ddd605c10
|
@ -39,7 +39,7 @@
|
|||
#include "hw/i386/apic.h"
|
||||
#endif
|
||||
|
||||
#define DEBUG_CMOS
|
||||
//#define DEBUG_CMOS
|
||||
//#define DEBUG_COALESCED
|
||||
|
||||
#ifdef DEBUG_CMOS
|
||||
|
|
Loading…
Reference in New Issue