commit d7701cb
Devine Lu Linvega
·
2022-06-21 16:04:37 +0000 UTC
parent 387d802
File device is now sandboxed
1 files changed,
+3,
-1
+3,
-1
1@@ -46,6 +46,8 @@ bin/uxnemu bin/polycat.rom arg1 arg2
2
3 ## Devices
4
5+The file device is _sandboxed_, meaning that it should not be able to read or write outside of the working directory.
6+
7 - `00` system
8 - `10` console
9 - `20` screen
10@@ -53,7 +55,7 @@ bin/uxnemu bin/polycat.rom arg1 arg2
11 - `70` midi(missing)
12 - `80` controller
13 - `90` mouse
14-- `a0` file
15+- `a0` file(sandboxed)
16 - `c0` datetime
17
18 ## Emulator Controls