How do I show sprites in the border on C64?
Yes, you need assembler. It’s an interrupt timing trick. The VIC is able to show sprites in the border, but the frame is just hiding them, so the sprites can slide behind it. It’s connected to scan lines displayed by the VIC. For lower/upper borders it’s quite simple: Programm an interrupt, synced to start at … Read more