commit 7d42770
neauoire
·
2022-03-27 15:46:50 +0000 UTC
parent ceb7bff
Added TODO
1 files changed,
+12,
-2
+12,
-2
1@@ -2,8 +2,6 @@
2
3 An emulator for the [Uxn stack-machine](https://wiki.xxiivv.com/site/uxn.html), written in ANSI C.
4
5-More docs coming soon.
6-
7 ## Graphical
8
9 All you need is X11.
10@@ -20,6 +18,18 @@ If you wish to build the emulator without graphics mode:
11 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
12 ```
13
14+## Devices
15+
16+- `00` system
17+- `10` console(partial)
18+- `20` screen
19+- `30` audio(missing)
20+- `70` midi(missing)
21+- `80` controller(partial)
22+- `90` mouse
23+- `a0` file(missing)
24+- `c0` datetime
25+
26 ## Contributing
27
28 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).