bugfixes, but silpheed is broken

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@72 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-03-20 22:39:50 +00:00
parent 5c69a605ae
commit 48e8482fc2
8 changed files with 317 additions and 26 deletions

View file

@ -987,7 +987,6 @@ void emu_forced_frame(void)
PicoOpt |= 0x10;
PicoFrameFull();
PicoOpt = po_old;
if (!(Pico.video.reg[12]&1)) {
vidCpyM2 = vidCpyM2_32col;
@ -997,6 +996,8 @@ void emu_forced_frame(void)
vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);
vidConvCpyRGB32(localPal, Pico.cram, 0x40);
gp2x_video_setpalette(localPal, 0x40);
PicoOpt = po_old;
}
static void simpleWait(int thissec, int lim_time)