zamuel_a wrote:
jac_goudsmit wrote:
I have used SRAM with builtin batteries in the past. Maybe more expensive than his solution but the same function. You still need to move it between the programmer and the project. I had liked to just have a cable attached and be able to program several kb in a few seconds.
You might also want to look at my
L-Star project which uses a Propeller to bitbang a 65C02 and make it "think" that it's in another computer such as an Apple-1 or an OSI Superboard. I used it as a
RAM/ROM emulator to repair my MicroKIM, simply by modifying the Propeller firmware a little and plugging it into the MicroKim expansion port.
I'd be happy to help you design a circuit board that can be plugged into a ROM socket, with just a Propeller (and crystal, capacitors and 24LC256 EEPROM), and adapt the software so that it emulates whatever EPROM or ROM you want to replace, up to 32KB. The Propeller is programmed through a serial port (usually via a USB converter) and programming can be done "semi-live" i.e. it can stay plugged into the circuit under test while you program it, but of course during programming it won't emulate, so you have to turn the circuit under test off, or at least reset it while programming. Programming takes a few seconds depending on the size of the ROM.
===Jac