arpruss
arpruss
I followed the direction as best I could by running make `EMULATOR=simh`, and then `./start`, on my Raspberry PI 3. Here's what I got: ``` PDP-10 simulator V4.0-0 Current git...
This adds: - support for F303C Franken-pills created by replacing the F103C on a blue or black board - support for USB Serial on F3 pills - source code for...
The Discovery f303v stack location is set to 0xA0000 after the RAM start in ldscript.ld. But the f303v has only 40K RAM. I think it should be 0xA000.
### Description When I look at the Robopaint code, I see that the paint refill distance calculation assumes 22.4076923 steps per mm: https://github.com/evil-mad/robopaint/blob/3215224f8c4e06c4ee3e995fa4d02f136370c896/resources/scripts/main.settings.js (There is also a confusing comment in...
It would be really nice if this had a license that would let us use it in our own code. Thanks for your work!
Here is a patch to avoid duplicate blocks.
I was rendering a very large Deep Space 9 model, and it was hanging. I ended up optimizing your rendering script's Minecraft class as follows, and inserting a call to...
When parsing an obj file, currently the code fails if there is more than one space between, say, numbers or between a "v" or "f" and the succeeding numbers. string.split('...
This one took me a long time to get the ROMs out of. I wrote a bunch of Unixy tools (actually I'm running them on Cygwin on Windows) for it:...
I don't know if it's an emularity or jsmess issue, but is there a way to have mouse support in jsmess? Currently, even if a mouse button is bound to...