User Tools

Site Tools


6502_computer

This is an old revision of the document!


6502 Computer

I started with a Ben Eater kit. Here are my variations.

Video Card

Currently using an ESP32 as a video card using FabGL. I discovered after going down this path that IRQ's can't be processed faster then 200khz. This does hinder performance as there are delays in the echo code. I will probably replace with a RPI Zero in the near future.

It is wired through a 6522 VIA. I couldn't get the Control Lines to work with the ESP so the 8 data lines are OR'ed to trigger the IRQ on the ESP.

Source Code: https://github.com/adrenlinerush/esp32teletype

RAM

I have 28k available for use rather than the 16k in Ben's Design. To accomplish this I added a single MC14082B dual 4-input AND gate. Instead of tying A14 to the NAND gate with the Inverted A15 signal I AND A14,A13,A12,and A11 and then that goes into the NAND Gate and output to the CS of the 6522. A10 goes to the first VIA giving address of 7C00 and A9 to the second VIA with address of 7A. I am able to use addresses 0000-6FFF for RAM and have the ability to add 5 more I/O devices.

SD Card Storage

Monitor

MSBASIC

Keyboard

6502_computer.1718110836.txt.gz · Last modified: 2024/09/22 22:08 (external edit)