File device is now sandboxed

This commit is contained in:
Devine Lu Linvega 2022-06-21 09:04:37 -07:00
parent 387d802819
commit d7701cb434
1 changed files with 3 additions and 1 deletions

View File

@ -46,6 +46,8 @@ bin/uxnemu bin/polycat.rom arg1 arg2
## Devices
The file device is _sandboxed_, meaning that it should not be able to read or write outside of the working directory.
- `00` system
- `10` console
- `20` screen
@ -53,7 +55,7 @@ bin/uxnemu bin/polycat.rom arg1 arg2
- `70` midi(missing)
- `80` controller
- `90` mouse
- `a0` file
- `a0` file(sandboxed)
- `c0` datetime
## Emulator Controls