Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got a real rom programmer, this code is still broken but I don't care | Nao Pross | 2017-10-19 | 1 | -3/+9 |
| | |||||
* | Move test units to z80/tests, and drivers are now statically linked | Nao Pross | 2017-10-05 | 1 | -1/+1 |
| | | | | | | | | Makefiles for the test units were getting messier, so now drivers (that need to be tested) are statically compiled in their own folder under z80/drivers. The kernel makefile and is now broken since everything has been moved. | ||||
* | minor bug fix for ROM programmer | Nao Pross | 2017-09-07 | 1 | -5/+10 |
| | |||||
* | new programmer interface for linux | Nao Pross | 2017-08-23 | 1 | -0/+59 |
there is a new program with GUI (gtk3) to send data to its avr conterpart. it needs to be tested, since there may be a few bugs in it; building a GUI was a terrible idea. |