X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2Femu.c;fp=platform%2Fgizmondo%2Femu.c;h=f602db72d9a3ccbbed7d64b93e85b9d1beffc2a3;hb=cc41eb4fa36c1ebe724efd4c81962cbc9046ac57;hp=df2092a3c8ec246c51be590e3efeccf174ffc86d;hpb=d90f5bd7488f5e5f41fd091fe05c1d67eccc276d;p=picodrive.git diff --git a/platform/gizmondo/emu.c b/platform/gizmondo/emu.c index df2092a..f602db7 100644 --- a/platform/gizmondo/emu.c +++ b/platform/gizmondo/emu.c @@ -55,7 +55,7 @@ static void emu_msg_cb(const char *msg) giz_screen = fb_lock(1); memset32((int *)((char *)giz_screen + 321*232*2), 0, 321*8*2/4); - emu_textOut16(4, 232, msg); + emu_text_out16(4, 232, msg); noticeMsgTime = GetTickCount() - 2000; /* assumption: emu_msg_cb gets called only when something slow is about to happen */ @@ -137,7 +137,7 @@ static void osd_text(int x, int y, const char *text) p = (int *) ((int)p & ~3); // align memset32(p, 0, len); } - emu_textOut16(x, y, text); + emu_text_out16(x, y, text); } /*