|
|
1.1 ! root 1: /* ! 2: Hatari ! 3: */ ! 4: ! 5: #undef DEBUG_TO_FILE ! 6: ! 7: /*#define DEBUG_OUTPUT_IKBD*/ ! 8: /*#define DEBUG_OUTPUT_FDC*/ ! 9: ! 10: extern void Debug_OpenFiles(void); ! 11: extern void Debug_CloseFiles(void); ! 12: ! 13: #ifdef DEBUG_TO_FILE ! 14: extern ofstream debug,debug2,debug3; ! 15: ! 16: extern void Debug_File(char *format, ...); ! 17: #ifdef DEBUG_OUTPUT_IKBD ! 18: extern void Debug_IKBD(char *format, ...); ! 19: #else /* DEBUG_OUTPUT_IKBD */ ! 20: #define Debug_IKBD(f,...) ! 21: #endif /* DEBUG_OUTPUT_IKBD */ ! 22: #ifdef DEBUG_OUTPUT_FDC ! 23: extern void Debug_FDC(char *format, ...); ! 24: #else /* DEBUG_OUTPUT_FDC */ ! 25: #define Debug_FDC(f,...) ! 26: #endif /* DEBUG_OUTPUT_FDC */ ! 27: ! 28: #endif /* DEBUG_TO_FILE */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.