To make the story short:
Is it possible to set a line interrupt on lines above 255?.
I mean, let's say you've a virtual screen made of 2x192 piled screens, this makes the playfield 384 pixels high; so if you scroll over it using R#23 and you want to keep an steady interrupt in line 192 (related to the display) you'll need to add the register content to the desired line; but you'll overflow the line register very soon...
As the line interrupt is mapped onto the VRAM and not over the display in itself, I'm truly starting to believe that there's no way to do what I'm trying.
Aangemeld of registreer om reacties te plaatsen