uxn-utils/gui/m291
~d6 ca45dad4d3 Abbreviate common prefixes.
If all the entries of a folder have a common prefix replace the prefix
with "..." when displaying them.

(If the prefix is 3 bytes or less it will not be shortened, since no
space is saved in that case.)
2024-09-04 22:48:00 -04:00
..
src Abbreviate common prefixes. 2024-09-04 22:48:00 -04:00
README.md (m291) Added README 2024-08-31 10:53:04 -07:00
makefile (m291) Controller can launch song along 2024-08-28 09:10:05 -07:00
ss10x10.chr (m291) Added repeat and random modes 2024-08-27 15:30:18 -07:00

README.md

m291

A music player, written in Uxntal.

Build

You must have the Uxn11 assembler and emulator.

uxnasm src/m291.tal bin/m291.rom

Usage

The following command will read a tal file and raise warnings if optimizations can be found.

ux11 bin/m291.rom

Extras