jetpac | Routines |
Prev: 6954 | Up: Map | Next: 6971 |
6966 | call $6954 | First, reset the self-modifying code | ||
6969 | pop ix | Restore jump table address, saved during frame update | ||
696b | xor a | frame ticked=false - not a new frame | ||
696c | ld ($5dd5),a | |||
696f | ei | Needed to tick over SYSVAR_FRAMES, main loop will disable interrupts with the frame update call | ||
6970 | ret |
Prev: 6954 | Up: Map | Next: 6971 |