File:  [HATARI the Atari ST Emulator] / hatari / src / includes / debug.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Mon Apr 1 07:09:16 2019 UTC (7 years, 2 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari00060, hatari00050, hatari00045, hatari00040, hatari00030, hatari00025, hatari00020, hatari00011, hatari00010, hatari00005, HEAD
hatari 0.05

/*
  Hatari
*/

#undef DEBUG_TO_FILE

/*#define DEBUG_OUTPUT_IKBD*/
/*#define DEBUG_OUTPUT_FDC*/

extern void Debug_OpenFiles(void);
extern void Debug_CloseFiles(void);

#ifdef DEBUG_TO_FILE
 extern ofstream debug,debug2,debug3;

 extern void Debug_File(char *format, ...);
 #ifdef DEBUG_OUTPUT_IKBD
  extern void Debug_IKBD(char *format, ...);
 #else  /* DEBUG_OUTPUT_IKBD */
  #define  Debug_IKBD(f,...)
 #endif  /* DEBUG_OUTPUT_IKBD */
 #ifdef DEBUG_OUTPUT_FDC
  extern void Debug_FDC(char *format, ...);
 #else  /* DEBUG_OUTPUT_FDC */
  #define  Debug_FDC(f,...)
 #endif  /* DEBUG_OUTPUT_FDC */

#endif  /* DEBUG_TO_FILE */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.