mirror of
https://github.com/irmen/prog8.git
synced 2024-11-18 04:08:58 +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
|
size = cx16diskio.f_read(digi_address, ram_bank_size) ; load next bank
|
||||||
txt.print_ub(cx16.getrambank())
|
txt.print_ub(cx16.getrambank())
|
||||||
txt.spc()
|
txt.spc()
|
||||||
|
sys.wait(5) ; artificial delay
|
||||||
}
|
}
|
||||||
|
|
||||||
txt.print("file end.\n")
|
txt.print("sound file end reached.\n")
|
||||||
diskio.f_close()
|
diskio.f_close()
|
||||||
|
|
||||||
repeat {
|
repeat {
|
||||||
|
Loading…
Reference in New Issue
Block a user