Michael Jørgensen
Michael Jørgensen
Here is a list of the open issues currently marked V1.7: - [ ] #7 Optimize ROM/RAM usage - [ ] #10 HW Breakpoints plus debugging support in Monitor -...
Here are issues that have already begun, or perhaps even almost complete: - #17: Already started. Will be part of V1.7 - #81: Almost done. Needs documentation. Will be part...
Yes, there is a solution: The signals `CNT_WIDTH` and `freq_div_sys_target` should be declared `constant`. I've now updated `timer.vhd` accordingly (and simultaneously changed all constants to UPPER CASE, which is the...
Maybe we should re-test with different SD cards. I just checked, and it works with my class 10 card.
I'm a bit hesitant to start on this issue right now, with all the loose branches. I'd prefer making a new branch out from the develop branch, when the current...
That's an awesome idea! Nice challenge indeed to write a chess engine in assembler. I haven't done that before :-)
Doesn't this collide with the more general MMU we are hoping to write one day ? I mean, this is essentially an MMU functionality, and when we get the "real"...
### List of changes to hardware - [X] Support for multicolour, based on existing register map - [X] Writable Font RAM and Palette RAM - [X] Reset-able Font RAM and...
Tested on hardware: * The Q-Tris program runs without problems * Playing around in the Monitor, e.g. `M C FF3F 00FF`. This changes the text colour to cyan. The command...