how can I initialize a routine (VBL) on 7800 which will be called every 50/60 second?
not to be too complicated... i need a VBLANK-Interruptroutine... ;=)
at the moment i do it in this way...
loop
jsr WaitVBLANK
jsr game-engine
...
but this is not what i want because above is embedded into the main-code... but i need a "real" VBI... the robotron source havent showed me how to do it...
i tried the IRQ but it seems not working... my DLI routine works...
thanks for your help....













