mirror of
https://github.com/irmen/prog8.git
synced 2024-12-18 07:29:36 +00:00
.. | ||
demo.p8 | ||
MUSIC.ZSM | ||
README.txt | ||
SONG1.ZSM | ||
SONG2.ZSM | ||
ZSMKIT-A000.BIN | ||
zsmkit.p8 |
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.