wiiu test pgm

This commit is contained in:
dinkc64 2024-05-15 09:13:50 -04:00
parent 43b9887690
commit 4391732d06

View File

@ -1091,10 +1091,13 @@ INT32 pgmDraw()
// if ((pgm_video_control & 0x1000) == 0 && (nBurnLayer & 1)) draw_background();
if (nBurnLayer & 1) {
draw_background();
#if 0
if (!OldCodeMode) {
if ((pgm_video_control & 0x1000) == 0)
draw_background();
} else {draw_background();}
#endif
}
// if ((pgm_video_control & 0x2000) == 0 && (nSpriteEnable & 2)) copy_sprite_priority(0);