This commit is contained in:
2024-08-15 02:46:46 -04:00
parent bd44546353
commit 87f8752c61
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -46,6 +46,7 @@ player
; ;
.proc init_song .proc init_song
mva #>(buffers+255) cbuf+1
;clear buffers ;clear buffers
lda #0 lda #0
tax tax
@@ -149,8 +150,7 @@ check_end_song
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
get_byte get_byte
lda song_ptr: $ffff ;song_data+1 lda song_ptr: $ffff ;song_data+1
inc song_ptr inw song_ptr
sne:inc song_ptr+1
rts rts
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
start start
Binary file not shown.