mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
vdp renderer, improvements for 8bit fast
improved 240 lines support, add setting buffer width, structural improvements
This commit is contained in:
parent
4e0fca8142
commit
f55fb31463
6 changed files with 152 additions and 103 deletions
|
@ -359,6 +359,8 @@ struct PicoEState
|
|||
void *PicoMem_cram;
|
||||
unsigned int *PicoOpt;
|
||||
unsigned char *Draw2FB;
|
||||
int Draw2Width;
|
||||
int Draw2Start;
|
||||
unsigned short HighPal[0x100];
|
||||
unsigned short SonicPal[0x100];
|
||||
int SonicPalCount;
|
||||
|
@ -673,7 +675,7 @@ extern int DrawLineDestIncrement;
|
|||
extern u32 VdpSATCache[128];
|
||||
|
||||
// draw2.c
|
||||
void PicoDraw2SetOutBuf(void *dest);
|
||||
void PicoDraw2SetOutBuf(void *dest, int incr);
|
||||
void PicoDraw2Init(void);
|
||||
PICO_INTERNAL void PicoFrameFull();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue