Home

Awesome

VUPlayer-LZSS

A crappy music player for the Atari 8-bit, powered by rensoupp's unrolled LZSS driver

How to embed the player into RMT

tl;dr;

Run the build_VUPlayer (LZSS Export)_obx.cmd script and it will produce output in the out folder.

Details

1 @echo off
2 if not exist out\ (mkdir out)
3 mads -hc:out/lzssp.h lzssp.asm -o:out/temp.out.obx 
4 .\bin\splitxex.exe out/temp.out.obx #1 #2 #3 "out/VUPlayer (LZSS Export).obx"
5 if exist "out\temp.out.obx" (del "out\temp.out.obx")

Tools used

SplitXex - https://github.com/CycoPH/SplitXex Mads - https://github.com/tebe6502/Mad-Assembler