Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix panic in ReadOnlyTextBuffer | Ben Bridle | 2024-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 specifications | Ben Bridle | 2024-04-16 |