vdp rendering fixes

This commit is contained in:
kub 2020-02-16 13:48:51 +01:00
parent 8dc138a099
commit 29d99d6bb8
3 changed files with 23 additions and 14 deletions

View file

@ -20,7 +20,7 @@
#define LINE_WIDTH 328
#endif
static unsigned char PicoDraw2FB_[(8+320) * (8+240+8)];
static unsigned char PicoDraw2FB_[(8+320) * (8+240+8) + 8];
static int HighCache2A[41*(TILE_ROWS+1)+1+1]; // caches for high layers
static int HighCache2B[41*(TILE_ROWS+1)+1+1];