Go to file
Jim bcb7c8615c
Update README.md
2021-04-24 05:48:19 -04:00
images Delete Emulator.jpg 2021-04-24 05:42:32 -04:00
EPROM Emulator Schematic.pdf Add files via upload 2020-03-12 11:00:50 -04:00
EPROM-Emulator.asm Add files via upload 2021-04-24 05:45:44 -04:00
EPROM-Emulator.hex Add files via upload 2020-06-28 09:23:41 -04:00
README.md Update README.md 2021-04-24 05:48:19 -04:00
ds89c4x0.51 Add files via upload 2020-03-14 03:00:04 -04:00
macros.51 Add files via upload 2019-06-28 01:57:02 -04:00

README.md

2732 EPROM Emulator

This EPROM Emulator dramatically speeds up the process of testing revisions to the firmware of my 4004 Single Board Computer. Instead of burning a new EPROM every time I want to test a change to the firmware, I simply assemble the new firmware and upload the Intel HEX file output of the assembler to the EPROM Emulator's DS89C440 MCU serial port at 115200 bps. The MCU stores the data it receives from the serial port in the IDT 7134 Dual Port RAM using one of the two ports. The second port of the RAM is connected to the SBC's EPROM socket through a ribbon cable. Press the reset button on the 4004 SBC, and the 4004 CPU uses the second port to fetch and then execute instructions from the Dual Port RAM just as it would from a 2732 EPROM.

The Emulator's firmware also allows the user to display and modify the Dual Port RAM contents over the serial connection.

The Emulator's firmware is assembled using the Macro Assembler AS.

The EPROM Emulator was constructed on a Vector Prototyping board using wire-wrap techniques.

EPROM Emulator

EPROM Emulator Schematic