mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
update TODO
This commit is contained in:
parent
99a8259c80
commit
760bdacf6d
8
TODO.md
8
TODO.md
@ -1,6 +1,9 @@
|
||||
# Parity with Vanilla OC (only the stuff that makes sense for an emulator)
|
||||
|
||||
- in-memory version of `eeprom`, `filesystem`
|
||||
- in-memory version of `filesystem`
|
||||
- complete the GPU implementation (screen buffers and missing methods)
|
||||
- complete the screen implementation (bunch of missing methods)
|
||||
- support invalid UTF-8 for GPU set and fill, which should pretend the byte value is the codepoint.
|
||||
- `hologram` component
|
||||
- `computer` component
|
||||
- `modem` component
|
||||
@ -11,9 +14,6 @@
|
||||
- `disk_drive` component
|
||||
- `computer.getDeviceInfo()`, and subsequently, component device information
|
||||
- `computer.beep(frequency?: number, duration?: number, volume?: number)`, frequency between 20 and 2000 Hz, duration up to 5 seconds, volume from 0 to 1.
|
||||
- complete the GPU implementation (screen buffers and missing methods)
|
||||
- complete the screen implementation (bunch of missing methods)
|
||||
- support invalid UTF-8 for GPU set and fill, which should pretend the byte value is the codepoint.
|
||||
|
||||
# Bugfixes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user