uxn-utils/gui/m291
~d6 469f0348eb Use start/select instead of A/B for controller inputs.
When using a keyboard A and B are Control and Alt.

This interviews with window managers or desktops that use control and
alt for navigation shortcuts (for example alt-tab will pause/unpause
music when m291 is in focus).

After this change, the short cuts are moved to start/select, which
correspond to shift/home. These are less likely to interfere with
shortcuts.
2024-09-07 19:33:47 -04:00
..
src Use start/select instead of A/B for controller inputs. 2024-09-07 19:33:47 -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