X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.c;h=e7cee886f159f81c341af0251da0967901c1faeb;hb=0d2a17b181c54c6b6037a5960ab695cb68580499;hp=990a21150efd3f2bad5d6e792cf596cac4c206c0;hpb=7a5972f22bc736616ad4ac2e27f3ecf6f6f93663;p=16.git diff --git a/src/16.c b/src/16.c index 990a2115..e7cee886 100755 --- a/src/16.c +++ b/src/16.c @@ -53,6 +53,14 @@ 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 + _DEBUGF("Serial debug output printf test %u %u %u\n",1U,2U,3U); + //screen = modexDefaultPage(); engi_stat = ENGI_RUN; textInit();