mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sms vdp, add zoomed sprites, column vscroll blocking, mode 2 graphics
This commit is contained in:
parent
032c76a3a2
commit
0df7401c02
5 changed files with 360 additions and 95 deletions
|
@ -212,7 +212,7 @@ void PDebugShowPalette(unsigned short *screen, int stride)
|
|||
|
||||
Pico.m.dirtyPal = 1;
|
||||
if (PicoIn.AHW & PAHW_SMS)
|
||||
PicoDoHighPal555M4();
|
||||
PicoDoHighPal555SMS();
|
||||
else
|
||||
PicoDoHighPal555(1, 0, est);
|
||||
Pico.m.dirtyPal = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue