mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
fix zsound stream example (missing sound file)
This commit is contained in:
parent
798383596d
commit
25846ea18a
BIN
examples/cx16/zsound/THRILLER.ZCM
Normal file
BIN
examples/cx16/zsound/THRILLER.ZCM
Normal file
Binary file not shown.
@ -68,9 +68,10 @@ zsound_lib:
|
||||
size = cx16diskio.f_read(digi_address, ram_bank_size) ; load next bank
|
||||
txt.print_ub(cx16.getrambank())
|
||||
txt.spc()
|
||||
sys.wait(5) ; artificial delay
|
||||
}
|
||||
|
||||
txt.print("file end.\n")
|
||||
txt.print("sound file end reached.\n")
|
||||
diskio.f_close()
|
||||
|
||||
repeat {
|
||||
|
Loading…
Reference in New Issue
Block a user