comments
This commit is contained in:
parent
d64e10a628
commit
6ab99ee657
@ -225,8 +225,12 @@ void Load_2GS(T_IO_Context * context)
|
|||||||
goto error;
|
goto error;
|
||||||
for (y = 0; y < height; y++)
|
for (y = 0; y < height; y++)
|
||||||
{
|
{
|
||||||
word linebytes;
|
word linebytes; /* packed bytes for this scanline */
|
||||||
byte linemode;
|
byte linemode; /* Scanline Control Byte : rif0pppp
|
||||||
|
||| |_ palette index
|
||||||
|
|||_____ fill mode 0/1
|
||||||
|
||______ interrupt enabled 0/1
|
||||||
|
|_______ 0 : 320px, 1 : 640px */
|
||||||
word x;
|
word x;
|
||||||
T_Components linepal[16];
|
T_Components linepal[16];
|
||||||
if (multipalcount > y)
|
if (multipalcount > y)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user