Hi guys,
I'm using a Rockwell 65c02, or so it seems according to its logo. I bought it on Ebay so who knowns.. Just ordered what seems a WD.
I'm powering it, as well as the arduino, from the USB.
No, I'm not using the capacitor. Can you please suggest me the capacitor to use ?
Before welding it, it could run a single loop. I implemented a 8 digits 7 segments LED display. It was red, to look like a KIM 1
Arduino copied the contents of adresses 0x300 to 0x303 to the display, so it could see it running. It was cute !!
I also wrote a small program to transfer the xa output to the Arduino. It can save 4kb in its own internal eeprom.
Now I'm using a small PCB to bring the Arduino 24 lines to the Adafruit permaproto board where the 6502 is.
Choosing carefully the Mega pins, you can write data bus with a single instruction and address bus with two instructions, bypassing the very slow arduino libraries.
My final goal would be to have a Mega shield (a PCB on top of the Mega) with the 6502, a display and some keys.
That would be single chip 6502 system
It would be very nice to design a PCB and order it, with a 2 layers it should be enough.
This can be very interesting to experiment with the 6502, also to attract young people from the Arduino community to our beloved 6502.
What do you think ?
Manel