Bill Lewis
Bill Lewis
Yes, these chips and the libraries are awfully complicated. Nikos, good show getting it to run. Bill
Thank you for sharing your very neat project.../Bill
I got it to build and run on Linux. Info and diffs to come later. 
Roberto, > Does the graphics perform well on linux? I don't know. The animations seemed to be working well. I've never run the project before (not even on Windows) so...
> Di[d] you try +/- keys on keypad? `+`/`-` keys on the keypad do work for the main CPU window. Do not work in the console window.
> Hi > This behavior is correct. 3215 Console sees +/- as a valid key to type, as A..Z. That explains what I saw when I typed into the console....
Sorry for delay. Many other things going on here.
I have created a Pull Request, https://github.com/rsanchovilla/SimH_cpanel/pull/2, with preliminary changes for this issue. Bill
Attached here: [I701_tests.zip](https://github.com/rsanchovilla/SimH_cpanel/files/9418815/I701_tests.zip)
I will check that out and get back to you. First, however, in your "Some clean up" commit https://github.com/rsanchovilla/SimH_cpanel/commit/00ed35eae56dc8dd32ad186f04f386e2ff5b3781 Removing the #defines I had added for `min()` and `max()` breaks...