X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=2c698a63327d5217413cfd335b6911a3ca88a045;hb=9fae6d1ef0ebd44690958e072f400edde9262208;hp=7e554384cb0e54b972d940d5782458a9f4b2807d;hpb=9a9f7d2296008c85fc6828c1a32e1ec081709494;p=16.git diff --git a/src/test.c b/src/test.c index 7e554384..2c698a63 100755 --- a/src/test.c +++ b/src/test.c @@ -64,6 +64,13 @@ void main(int argc, char *argv[]) return; } + if (_DEBUG_INIT() == 0) { +#ifdef DEBUGSERIAL + printf("WARNING: Failed to initialize DEBUG output\n"); +#endif + } + _DEBUG("Serial debug output started\n"); // NTS: All serial output must end messages with newline, or DOSBox-X will not emit text to log + /* load our palette */ modexLoadPalFile("data/default.pal", &pal2);