Steve Fosdick
Steve Fosdick
I have pushed a commit, https://github.com/stardot/b-em/commit/a55f951169947fcd6e1dd67bbcb36f1c601e816f, to save the config file after a change of VDFS root. There are lots of other settings that are also not immediately saved -...
The largest part of this issue turns out to be the OS spending time on serial code if the transmit data register entry status is asserted even if this was...
Issue of ACIA TX ready status solved in https://github.com/stardot/b-em/commit/db54afa7e6408fb24f15abb810bb0f1b7c1f4cc8. Ability to capture serial output restored in https://github.com/stardot/b-em/commit/e31bf8fbc028e3542aa3460e6d885398d6d52f65
Do you know which compiler this is using, i.e. gcc (g++) or clang? Could you try adding #include <cstdlib> to debugger_symbols.h, probably in the part that makes reference to malloc...
It appears the fix, which was included in commit eb19a01e40945dd7b1f52f107cc3a75ce74f52f7 was removed by the very next commit, ec3fc56035bda18bab6f0f0846cd6fde91c80afd. I will reinstate it.
Commit pushed to fix this and new Windows release available.
I have put Dave's fix on a new branch, sf/issue216, and pushed this to GitHub. This passes Sam's test case. I will look at the other issues found by Dave's...
Windows build as a pre-release: https://github.com/stardot/b-em/releases/tag/issue216%231
I have now pushed a series of further commits which fix the rest of the discrepancies found by Hoglet's test cases. The only parts of the output I cannot get...
If you want to do this, check out the table of tube processors in model.c You could duplicate the current Z80 line towards the top of the table and replace...