X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=megaed-stop%2Fmain.c;h=91012726178e7ac2e1b53284ea95a543529e6690;hb=HEAD;hp=4fbac7ae5c3d880168c65645870949b9a78faa4f;hpb=d2bfad8aa870a4fc1d11c338ea9576cf50188e5a;p=megadrive.git diff --git a/megaed-stop/main.c b/megaed-stop/main.c index 4fbac7a..9101272 100644 --- a/megaed-stop/main.c +++ b/megaed-stop/main.c @@ -79,7 +79,7 @@ static void VDP_drawTextML(const char *str, u16 plane_base, while (len-- > 0) { write16(GFX_DATA_PORT, - basetile | ((*src++) - 32 + TILE_FONT_BASE)); + basetile | ((*src++) - 32 + TILE_FONT_BASE / 32)); } }