From 7d427709572bb11414eaa7daa3c1cec8477ed329 Mon Sep 17 00:00:00 2001 From: neauoire Date: Sun, 27 Mar 2022 08:46:50 -0700 Subject: [PATCH] Added TODO --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f062ca..1b38e35 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ An emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/site/uxn.html), written in ANSI C. -More docs coming soon. - ## Graphical All you need is X11. @@ -20,6 +18,18 @@ If you wish to build the emulator without graphics mode: cc src/devices/datetime.c src/devices/system.c src/devices/file.c src/uxn.c -DNDEBUG -Os -g0 -s src/uxncli.c -o bin/uxncli ``` +## Devices + +- `00` system +- `10` console(partial) +- `20` screen +- `30` audio(missing) +- `70` midi(missing) +- `80` controller(partial) +- `90` mouse +- `a0` file(missing) +- `c0` datetime + ## Contributing Submit patches using [`git send-email`](https://git-send-email.io/) to the [~rabbits/public-inbox mailing list](https://lists.sr.ht/~rabbits/public-inbox).