mirror of
https://github.com/irmen/prog8.git
synced 2024-12-19 13:30:55 +00:00
15 lines
558 B
Plaintext
15 lines
558 B
Plaintext
Prog8 ZSMKIT (v2) music player library integration
|
|
--------------------------------------------------
|
|
|
|
ZSMKIT V2: https://github.com/mooinglemur/zsmkit
|
|
Advanced music and sound effects engine for the Commander X16
|
|
Evolution of Zerobyte's ZSOUND, by MooingLemur. Read the README there!
|
|
|
|
|
|
DEMO PROGRAM
|
|
------------
|
|
The demo program loads the zsmkit player program in HiRAM bank 1.
|
|
The ZSM music file is read into memory too starting from bank 2.
|
|
The zmskit library routines are defined in zsmkit.p8 as extsubs,
|
|
using prog8's automatic ram banking mechanism.
|