mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: final renderer tweaks; PWM disable kills PWM irqs
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@857 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
e51e5983fe
commit
07e5dbab71
6 changed files with 135 additions and 39 deletions
|
@ -52,7 +52,7 @@ static void convert_pal555(int invert_prio)
|
|||
int i; \
|
||||
for (i = 320; i > 0; i--, pd++, p32x++, pmd++) { \
|
||||
t = pal[*(unsigned char *)((long)p32x ^ 1)]; \
|
||||
if (*pmd == mdbg || (t & 0x20)) \
|
||||
if ((t & 0x20) || *pmd == mdbg) \
|
||||
*pd = t; \
|
||||
else \
|
||||
pmd_draw_code; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue