summaryrefslogtreecommitdiff
path: root/src/devices/system
Commit message (Collapse)AuthorAge
* Fix panic in ReadOnlyTextBufferBen Bridle2024-08-10
| | | | | | | | | Previously when reading from a ReadOnlyTextBuffer the pointer would fall off the end and crash the emulator. This commit also makes the ReadOnlyTextBuffer Unicode-compatible, rather than the previous behaviour of clamping every character into the ASCII range.
* Update devices to match new specificationsBen Bridle2024-04-16