Prev: CD47 Up: Map Next: CD68
CD64: Configurable "pause"
Used by the routines at New_Game, Init_Title_Screen, Prep_Display_Phase and Flash_Lives.
Input
B The counter
Loops back on itself using B as a counter.
Halt_Loop CD64 HALT Short interrupt driven pause, and return.
CD65 DJNZ Halt_Loop
CD67 RET
Prev: CD47 Up: Map Next: CD68