pt3_lib_ch6: possibly have looping fixed

This commit is contained in:
Vince Weaver 2024-01-18 00:15:48 -05:00
parent 386329e9aa
commit 8aacb5125e
3 changed files with 3 additions and 5 deletions

View File

@ -1,2 +1,2 @@
10 PRINT "PT3 LIB TEST V0.5"
10 PRINT "PT3 LIB TEST 6-CHANNEL V0.5"
100 PRINT CHR$ (4)"BRUN PT3_TEST"

View File

@ -63,11 +63,9 @@ pt3_setup:
lda #0
sta DONE_PLAYING
; lda #1
.if 0
sta LOOP ; change to 1 to loop forever
.endif
lda #1 ; change to 0 to not loop
sta LOOP
sta LOOP_2
;=======================