> So then, I want to test for the timing of my starfield. Again, where should I > poke the palette? At 21976? Or after the screen? If after the screen, then > where > the hell is the palette stored after the screen?
poke that palette (if you're leaving interrupts enabled) into: &55D8 and &55D8+20 (to stop flashing) Oh, and to output the palette yourself, LD HL,palette+15 LD BC,&10F8 OTDR (If you've got interrupts disabled that is) Simon

