2716 Eprom Emulator
txmarsh
Posts: 58
Does anyone happen to know of an emulator for a 2716 eprom? A project schematic for building one would also work.
Thanks!
Tim
Thanks!
Tim
Comments
Don't know of an emulator but you could probably use a 2816 eeprom instead. Other options would be a 2K x 8 non volatile (battery backed) ram chip or using a Prop to emulate one or more (up to 16) 2716's.
There may be alternative suggestions if you post a bit more info on what you want to do.
The old-school emulators were pretty low level, they used RAM chips and TTL logic to switch the bus signals from the ROM bus to the controlling device bus for programming.
What I would consider if I were building one is to use a standard SRAM like the 6116 or 6264 chips. It could look as read only to the host but you can use the Propeller to write to it. Just use a couple latches/buffers to isolate which one is controlling the SRAM. I found some schematics that may get you started:
http://www.devrs.com/e/tools.php
http://www.devrs.com/e/files/ee256.gif
http://www.devrs.com/e/files/ee4096.gif
Also a nice reference on EPROM's
http://wiki.xtronics.com/index.php/How_EPROMS_Work
Hope this helps,
Robert