Does anyone have the stock PROM image for Synertek's FDC-1 floppy controller, called the "PerSYMone". It uses an 82S129 for address decoding and the one I have has been fitted with a PROM that has a custom address space. I have an adapter board designed for arcade machines that uses a fast EEPROM to replace it and am working out the default address space but it would be nice if someone had the original PROM image available.
Thanks!
Address PROM Image for Synertek FDC-1 "PerSYMone"
Re: Address PROM Image for Synertek FDC-1 "PerSYMone"
I have a PerSYMone controller with a stock prom. (I'm having problems reading floppys at the moment although it does address the controller at least.) I have to admit I am unsure how I might easily get an image of the contents but am willing to try. I also vaguely recall that in an issue of SYMphysis (i don't recall which one) there was someone offering custom proms. I suspect that Jeff Lavin (who did a lot of support for the SYM) would be a person to contact but of course I don't have any current info for that.
Let me know if I can help you further.
Let me know if I can help you further.
Re: Address PROM Image for Synertek FDC-1 "PerSYMone"
okwatts wrote:
I have a PerSYMone controller with a stock prom. (I'm having problems reading floppys at the moment although it does address the controller at least.) I have to admit I am unsure how I might easily get an image of the contents but am willing to try. I also vaguely recall that in an issue of SYMphysis (i don't recall which one) there was someone offering custom proms. I suspect that Jeff Lavin (who did a lot of support for the SYM) would be a person to contact but of course I don't have any current info for that.
Let me know if I can help you further.
Let me know if I can help you further.
Thanks for the assistance, and also thanks again for the First Book of KYM/SYM appendix PDF!
Re: Address PROM Image for Synertek FDC-1 "PerSYMone"
Hi
I have arduino etc. so I can try that method and get back to you. Might take a day or so as I am busy today.
I have arduino etc. so I can try that method and get back to you. Might take a day or so as I am busy today.
Re: Address PROM Image for Synertek FDC-1 "PerSYMone"
OKay I have attached the text print out of the prom,which indicates it exactly mirrors the default memory map for the SYM. The outputs are chip selects for the controller's i/o map. $9000 for the eprom, $f000 for the fdc controller and $f100 for the control port. The outputs are low for the chip select for the various chips. You have 256 locations for the 256 pages of memory in the memory map. Hope it helps.
- Attachments
-
- symfdc1prom.txt
- (4.27 KiB) Downloaded 95 times
Re: Address PROM Image for Synertek FDC-1 "PerSYMone"
okwatts wrote:
OKay I have attached the text print out of the prom,which indicates it exactly mirrors the default memory map for the SYM. The outputs are chip selects for the controller's i/o map. $9000 for the eprom, $f000 for the fdc controller and $f100 for the control port. The outputs are low for the chip select for the various chips. You have 256 locations for the 256 pages of memory in the memory map. Hope it helps.
Code: Select all
A600 = Hex Latch,Buffer // 1110 E
A700 = 1791,Buffer // 1000 8
A800 = disabled // 1011 B
A900 = EPROM // 0011 3
AA00 = EPROM // 0011 3
AB00 = EPROM // 0011 3
AC00 = disabed // 1011 B
AD00 = EPROM // 0011 3
AE00 = EPROM // 0011 3
AF00 = EPROM // 0011 3
1011 -- /Data Bus Buffer
|||____ /CSEL 1791
||______ Side Sel,DS1,DS2,Motor On Hex Latch (active high)
|_______ /EPROM
interesting... Thanks again for the help!
- Attachments
-
- a600prom.txt
- (4.5 KiB) Downloaded 103 times