Hi Everyone,
For those who are testing and developing new ROMs for the NABU I would like to share my EPROM Emulator project.
Here is a WordPress blog where I introduced this project a few years ago: https://microcorelabs.wordpress.com/202 ... -emulator/
This EPROM emulator uses a Teensy 4.0 and a very small PCB to emulate an EPROM of up to 64 KB. The ROM contents are stored in a simple array and the 600 Mhz Teensy has more than enough raw speed to sample the address lines and drive the data signals in a loop. The PCBs can be made for under five US dollars and the Teensy 4.0 at this point is under $25, which makes this emulator among one of the cheapest solutions available.
It works great with my NABU, and the version of the code I uploaded to GitHub contains every NABU ROM which I could find.
The GitHub project can be found here: https://github.com/MicroCoreLabs/Projec ... M_Emulator
Thanks,
-Ted
Introduction
-
- Posts: 3
- Joined: Sun May 14, 2023 2:05 am
Re: Introduction
Here are a few pictures of the EPROM Emulator in action in an IBM PCjr:
- LeoBinkowski
- Posts: 168
- Joined: Tue Mar 28, 2023 4:23 pm
- Location: nabu.ca
- Contact:
Re: Introduction
This is a great project. I bought one of these because I was intending on some ROM exploration. I haven't yet made it to that task, because I need to get a full repair job on all of them before I trust new hardware in them.