vdp renderer, improvements for 8bit fast

improved 240 lines support, add setting buffer width, structural improvements
This commit is contained in:
kub 2021-01-20 20:49:04 +01:00
parent 4e0fca8142
commit f55fb31463
6 changed files with 152 additions and 103 deletions

View file

@ -224,7 +224,7 @@ static void p32x_start_blank(void)
pprof_start(draw);
offs = 8; lines = 224;
if ((Pico.video.reg[1] & 8) && !(PicoIn.opt & POPT_ALT_RENDERER)) {
if (Pico.video.reg[1] & 8) {
offs = 0;
lines = 240;
}