diff --git a/music/pt3_lib_6ch/hello.bas b/music/pt3_lib_6ch/hello.bas index 830fd1d9..a3817175 100644 --- a/music/pt3_lib_6ch/hello.bas +++ b/music/pt3_lib_6ch/hello.bas @@ -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" diff --git a/music/pt3_lib_6ch/pt3_test.s b/music/pt3_lib_6ch/pt3_test.s index a48d1a59..eb76ffc2 100644 --- a/music/pt3_lib_6ch/pt3_test.s +++ b/music/pt3_lib_6ch/pt3_test.s @@ -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 ;======================= diff --git a/music/pt3_lib_6ch/release/pt3_lib_ch6.dsk b/music/pt3_lib_6ch/release/pt3_lib_ch6.dsk index b2b2b2b8..f9a9ade2 100644 Binary files a/music/pt3_lib_6ch/release/pt3_lib_ch6.dsk and b/music/pt3_lib_6ch/release/pt3_lib_ch6.dsk differ