kernelthread wrote:
There's also this scheme:
https://www.ecstaticlyrics.com/electron ... rogrammer/
Here there's no ROM of any description, not even 32 bytes crammed into a PLD. Instead, the Z80 directly executes opcodes sent by a host via an FT240 USB interface chip.
https://www.ecstaticlyrics.com/electron ... rogrammer/
Here there's no ROM of any description, not even 32 bytes crammed into a PLD. Instead, the Z80 directly executes opcodes sent by a host via an FT240 USB interface chip.
I was also interested in the challenge of building a retro EPROM programmer in through-hole technology without having programming tools of any kind, no CPLD programmer, no EPROM programmer. So the immediate question is how to boot the retro EPROM programmer and load the data to be programmed without having a EPROM in the first place? My solution was using Z280 because it has a native serial-bootstrap capability. ZZ80MB has two modes; a EPROM programmer mode where it boots from a 256-byte bootstrap coming in via Z280's native serial port and then the bootstrap program loads the programming algorithm and data to program the popular SST39F040 flash memory. The other mode of ZZ80MB is normal SBC mode which boots off EPROM and communicate with console.
I'm interested to hear other ways of building ROM-less EPROM programmer using retro hardware. It is a chicken-and-egg problem.
Bill