Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix memory, input, screen, and file devices | Ben Bridle | 2024-04-16 |
| | | | | | | | The memory device was never being allocated any memory, the input device wasn't scrolling correctly, the screen device was rendering sprites incorrectly, and the device ID of the file device had not been changed over from 0xA to 0x9. | ||
* | Update devices to match new specifications | Ben Bridle | 2024-04-16 |