uxn11/src
~d6 75c62e88fb Initial working version.
Currently, mp3.rom will start playing a hardcoded file.

On Linux, when the uxn11 process ends the mpg123 process will also be
killed. The code to do this isn't portable, so on BSD/etc. there will
be an orphan process left around if uxn11 is killed.

(In both cases an emulator-driven exit will end the subprocess.)

The mp3 ROM will currently interpret each line of `mpg123 -R` output,
and dispatch to the appropriate subroutine. None of these do anything
yet.
2024-08-25 16:42:21 -04:00
..
devices Initial working version. 2024-08-25 16:42:21 -04:00
uxn.c (uxn.c) Silenced warnings 2024-08-25 09:27:46 -07:00
uxn.h Removed indirection in uxn_eval call 2024-06-29 11:35:34 -08:00
uxn11.c Initial working version. 2024-08-25 16:42:21 -04:00
uxnasm.c (uxnasm) Check against label/macro overlaps 2024-08-25 10:18:44 -07:00
uxncli.c Initial working version. 2024-08-25 16:42:21 -04:00