ZeroPain in vdugraphj
Jon Abbott (1421) 2651 posts |
I’m seeing Page Zero being accessed by WritePaletteFromSprite in vdugrapj at line 1174 Looks like its using the MODE # as the address to load a MODE parameter.
|
Sprow (202) 1158 posts |
According to the StrongHelp OS manual, OS_ReadModeVariable returns C set if invalid, so using CC condition seems reasonable to me. |
Jeffrey Lee (213) 6048 posts |
On closer inspection there were a few more things wrong with that routine, so I ended up rewriting it (plus it was an excuse to get rid of all the disabled code blocks and misleading comments) |