mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms mode 4, fix 8 bit renderer code
This commit is contained in:
parent
2e5cbf5b6a
commit
7980d47767
4 changed files with 35 additions and 14 deletions
|
@ -666,6 +666,8 @@ extern int (*PicoScanBegin)(unsigned int num);
|
|||
extern int (*PicoScanEnd)(unsigned int num);
|
||||
#define MAX_LINE_SPRITES 27 // +1 last sprite width, +4 hdr; total 32
|
||||
extern unsigned char HighLnSpr[240][4+MAX_LINE_SPRITES+1];
|
||||
extern unsigned char *HighColBase;
|
||||
extern int HighColIncrement;
|
||||
extern void *DrawLineDestBase;
|
||||
extern int DrawLineDestIncrement;
|
||||
extern unsigned int VdpSATCache[128];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue