macemu/SheepShaver/src/EthernetDriver/debug.h
Alexei Svitkine 1cef34125c Add Etherner drive source code and CodeWarrior project file, from:
https://web.archive.org/web/20131124123749/http://gwenole.beauchesne.free.fr/sheepshaver/files/SheepShaver-Ethernet.tar.bz2

The project can be used in CodeWarrior to build a binary blob that
can then be converted into EthernetDriverFull.i by hexconv.cpp.
2015-06-06 12:15:29 -04:00

1 line
107 B
C

#ifndef DEBUG_H
#define DEBUG_H
#define D(x)
#include <stdio.h>
#define bug printf
#endif /* DEBUG_H */