kgs9698@cec1.wustl.edu (Karl G. Stiefvater) (04/10/90)
Is there a bug, or am I screwed up: Last night I tried to open a ViewPort that used both dual-playfield and sprites. Unfortunately my sprite colors are not being loaded. They remain whatever they were in the last ViewPort... :-( I have tried, with no other changes to my code: vp.Mode = SPRITES | DUALPF | (Flag to say Other PF on top); -Which gives me DUALPF, but no sprite colors. vp.Mode = SPRITES; -Which gives me my sprite colors, but no DUALPF. What to do? Right now, I have a dummy vp at the top of my display, loading my colors; but this is no real answer to my problem. Anyone know what's up? Thanks in advance, -Karl