volatile stuff

This commit is contained in:
2025-07-12 19:22:49 +02:00
parent 863e04f19e
commit aa8bdfb88c
7 changed files with 220 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Parity with Vanilla OC (only the stuff that makes sense for an emulator)
- in-memory version of `filesystem`
- in-memory version of `eeprom`, `filesystem`
- `hologram` component
- `computer` component
- `modem` component
@@ -36,5 +36,6 @@
# Internal changes
- rework some interfaces to account for possibility of errors
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
- setup an extensive testing system to find bugs easier