font data implemented
authornotaz <notasas@gmail.com>
Thu, 22 Feb 2007 22:56:00 +0000 (22:56 +0000)
committernotaz <notasas@gmail.com>
Thu, 22 Feb 2007 22:56:00 +0000 (22:56 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@55 be3aeb3a-fb24-0410-a615-afba39da0efa

gp2x/emu.c

index 24496fd..1c81c87 100644 (file)
@@ -1241,6 +1241,7 @@ if (Pico.m.frame_count == 31563) {
        // if in 16bit mode, generate 8it image for menu background\r
        if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {\r
                PicoOpt |= 0x10;\r
+               if (!(Pico.video.reg[12]&1)) clearArea(1);\r
                PicoFrameFull();\r
                vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);\r
                vidConvCpyRGB32(localPal, Pico.cram, 0x40);\r