X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fmenu.c;h=7dd2e5858ca039382d7c003125ed6afab56646a7;hb=4b8f4f3c0d614637f1ec6df36330b1ad7a32b498;hp=a60e4d8018ff1b1073a9fc562782258c0c1deff1;hpb=b93428400f3c3c38f44450d58a6f10f07bac3355;p=libpicofe.git diff --git a/gp2x/menu.c b/gp2x/menu.c index a60e4d8..7dd2e58 100644 --- a/gp2x/menu.c +++ b/gp2x/menu.c @@ -1394,7 +1394,7 @@ static void draw_menu_credits(void) text_out16(tl_x, 20, "PicoDrive v" VERSION " (c) notaz, 2006,2007"); y = tl_y; text_out16(tl_x, y, "Credits:"); - text_out16(tl_x, (y+=10), "Dave: Cyclone 68000 core,"); + text_out16(tl_x, (y+=10), "fDave: Cyclone 68000 core,"); text_out16(tl_x, (y+=10), " base code of PicoDrive"); text_out16(tl_x, (y+=10), "Reesy & FluBBa: DrZ80 core"); text_out16(tl_x, (y+=10), "MAME devs: YM2612 and SN76496 cores");