diff options
Diffstat (limited to 'fx')
| -rw-r--r-- | fx/blink.s | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,7 @@ ;;; player around. .segment "FIXED" .include "../shared/diskun.s" +.include "../shared/clear.s" ;;; NOTE: the main bulk of this example. Comments only for the parts which are ;;; specific to this example. @@ -252,6 +253,8 @@ reset: lda #4 sta Vars::last_bank + CLEAR_SCREEN + jsr Diskun::init_palettes jsr init_sprites |
