pt3_lib: make more obvious how to set up looping

This commit is contained in:
Vince Weaver 2021-02-04 16:41:44 -05:00
parent aaca7075d9
commit e2406dedc6

View File

@ -33,6 +33,7 @@ pt3_setup:
lda #0
sta DONE_PLAYING
; lda #1
sta LOOP ; change to 1 to loop forever
;=======================