space_bars: allow continuing back to title screen

much faster.  Need code to re-init the unrolled code though,
artifacts left behind.
This commit is contained in:
Vince Weaver 2019-06-13 21:15:17 -04:00
parent 4ca9d6f1c1
commit 5ef69c16e9

View File

@ -18,7 +18,7 @@ space_bars_begin:
;==================
; show title screen
;==================
view_title:
jsr title_screen
;==================
@ -54,6 +54,9 @@ space_bars_begin:
game_over_man:
jsr game_over
bit KEYRESET
jmp view_title
loop_forever:
jmp loop_forever