Matthew Hagerty
Matthew Hagerty
The `BeginChild()` function requires an `ImVec2` to specify the size of the child. The problem is, I don't know the size of the content at the point where I have...
So it seems I was confused about who was trying the mod. It seems to be someone else who has this board. Sorry for the confusion. Feel free to delete...
The scan line generation is currently tied to the pixel scan-out rate (pixel clock) and needs to be separated. This is to decouple the scan line pixel generation from the...
The MK2 has 512K or additional memory that needs to be worked into the design in a way that is compatible with the original VDP, avoids the new memory space...
MK2, add a TMDS pixel scan out for a 720x480p resolution. This should be done at the top module, and the VGA scan out for the original F18A also re-implemented...
Specific to the MK2, add an SPI interface in front of the parallel host interface. Allows easy access for modern microcontrollers and I/O constrained devices.
The GPU needs to be reworked to fix these problems: 1. Change from a logic-based control to a microcoded control as per the original TMS9900. 2. Change the ALU to...
### Prerequisites - [X] I have read [FAQ](https://yaqwsx.github.io/KiKit/latest/faq/) - [X] I have searched existing issues (including closed ones) - [X] I use KiKit at least version 1.6.0 (older version are...
I'm running Kubuntu 24.04, KDE 5.27.11, QT 5.15.13, X11. Installing PC-BASIC using `apt` gave the following warning at the end of the process: ``` $ python --version Python 3.12.3 $...