prog8/examples/cx16/zsmkit_v2
2024-12-13 20:15:36 +01:00
..
demo.p8
MUSIC.ZSM
README.txt
SONG1.ZSM
SONG2.ZSM
ZSMKIT-A000.BIN update zsmkit to version 2.4, including the new on_deck routines 2024-12-13 20:15:36 +01:00
zsmkit.p8 update zsmkit to version 2.4, including the new on_deck routines 2024-12-13 20:15:36 +01:00

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.