X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tail.c;h=767ebfcc41875a0a3468eaa26b835ab69a8a2a6d;hb=6feaff34f8461d5e3a9542c2df359b585c1e5120;hp=6cd9eb928368bb6256f64cd78fee23f0ead8c186;hpb=0639d60ca22d264a1fb6aed055cf1463af24045c;p=16.git diff --git a/src/lib/16_tail.c b/src/lib/16_tail.c index 6cd9eb92..767ebfcc 100755 --- a/src/lib/16_tail.c +++ b/src/lib/16_tail.c @@ -24,6 +24,7 @@ */ #include "src/lib/16_tail.h" +#include "src/lib/16text.h" /* ========================== @@ -68,6 +69,8 @@ void Startup16(global_game_variables_t *gvar) } _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); + + textInit(); #endif gvar->mm.mmstarted=0; gvar->pm.PMStarted=0;