David Banks

Results 163 comments of David Banks

Good stuff.... BTW, I'm thinking of adding 6800 emulation to the 6502 decoder, as it's so similar architecturally.

fx2pipe with the -a option expects an external clock, but this device doesn't have an external clock input. What happens if you remove the -a option? (This should capture data...

OK, thanks for the additional context. I had assumed this issue related to it's use with 6502Decoder. Have you seen the original fx2pipe documentation: https://www.triplespark.net/elec/periph/USB-FX2/software/fx2pipe.html It should support transfers in...

> Also what OS are you using? fx2pipe uses an old version of libusb that's broken on recent Kernels. Please can you answer this question?

On power up, a small test program is pre-loaded into the 6502 Co Processor. The REM statements contain the current firmware version So after powering on, just type OLD then...

Hi Graham, Sorry, I'm not aware of a software emulator that does this., I don't think anyone has developed a BBC Emulator that is adapted specifically for the Raspberry Pi....

Some other useful data points might be to test: - the ARM2 core in PiTubeDirect (Core 12) which uses the MAME ARM2 code - the ARM2 core in the Matchbox...

A couple of observations: - this is dated July 14 1988 - the disk image includes an arthur.h header file So this was designed to run on Arthur 1.2 on...

For reference, the documentation for the original ARM1 CPU: https://archive.org/details/arm-cpu-software-manual-version-1.0/mode/2up (thanks to Graham Toal for scanning this, and BigEd for uploading) My reading of this is that the opcode that...

Just tried this on the Matchbox Co Pro: ![capture30](https://github.com/user-attachments/assets/730e4170-bb90-47a9-9e1d-2d1dea35b494) It looks like the compile phase has run to completion, but the linker has barfed. Same error on PiTubeDirect. This is...