X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Ftest.c;h=bb3792ae16919090c0b3f6f6b1176b6494e7c4d3;hb=6b164d70a5927e8955b1e0869c4ad32d63410d00;hp=2c698a63327d5217413cfd335b6911a3ca88a045;hpb=e05e5231944441a76f4b7cf66b98e8c7b74b3db9;p=16.git diff --git a/src/test.c b/src/test.c index 2c698a63..bb3792ae 100755 --- a/src/test.c +++ b/src/test.c @@ -70,6 +70,7 @@ void main(int argc, char *argv[]) #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); /* load our palette */ modexLoadPalFile("data/default.pal", &pal2);