]> 4ch.mooo.com Git - 16.git/blobdiff - src/16.c
add printf-like _DEBUGF() function for debugging, too
[16.git] / src / 16.c
index 380c3359bf7d681dfeeb3e92a4fa1a43088903c0..e7cee886f159f81c341af0251da0967901c1faeb 100755 (executable)
--- a/src/16.c
+++ b/src/16.c
@@ -59,6 +59,7 @@ main(int argc, char *argv[])
 #endif\r
        }\r
        _DEBUG("Serial debug output started\n"); // NTS: All serial output must end messages with newline, or DOSBox-X will not emit text to log\r
+       _DEBUGF("Serial debug output printf test %u %u %u\n",1U,2U,3U);\r
 \r
        //screen = modexDefaultPage();\r
        engi_stat = ENGI_RUN;\r