X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2F16.c;h=380c3359bf7d681dfeeb3e92a4fa1a43088903c0;hb=9fae6d1ef0ebd44690958e072f400edde9262208;hp=990a21150efd3f2bad5d6e792cf596cac4c206c0;hpb=9a9f7d2296008c85fc6828c1a32e1ec081709494;p=16.git diff --git a/src/16.c b/src/16.c index 990a2115..380c3359 100755 --- a/src/16.c +++ b/src/16.c @@ -53,6 +53,13 @@ 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 + //screen = modexDefaultPage(); engi_stat = ENGI_RUN; textInit();