Graham Toal
Graham Toal
``` ; ; WAIT FOR TIME TO BE GREATER THAN OR EQUAL TO TARGET ; WTUNIT: CMPA ,X BMI WTUNIT ; BRANCH IF UNIT NOT >= TARGET VALUE LEAX =1,X...
Would you consider adding the option to use the mouse as an analog joystick? When the mouse is over the emulated screen, map the mouse position relative to the left/right...
Would you be willing to add support for 48K cartridges? Cartridges can be loaded into the address space anywhere from 0000 to BFFF (actually to C7FF, but BFFF is much...
I hacked up a quick macro processor to expand the user-defined macros in the .sa files. Not extensively tested, but I've finished all I'll be doing with it. If it...
Emulated BBC Micro on one Pi, with Emulated Tube, to talk to PiTubeDirect processors on a second Pi?
Has anyone modified any BBC Micro emulator that runs on a Pi, so that a second processor emulation could talk to it by wiring a GPIO to GPIO cable (ie...
Sorry, posted on the wrong area by mistake. Admin please delete.
Hi - I noticed your checklist says you haven't implemented nested functions. I can understand why - if few compilers implement them, then no-one ever uses them, and if no-one...
``` printf("Compressed (%i): %u, decompressed: (%u)\n", i, file_lz77_compress("./lz.c", "lz.c.z77", 10000000, i), file_lz77_decompress("./lz.c.z77", "lz-2.c")) ``` C evaluates parameters right-to-left, so decompress gets called before compress, with the result that the correct...
I can't find a search function on the web site (other than searching the documentation). I'm not asking for full text search of recording content, which I see has been...
When calibrating the graphics in a new game (as yet unreleased - coming out around Christmas) that uses Malban's "smart list" heavily optimized drawing code, Vectrexy does not change the...