VOGONS


First post, by retardware

User metadata
Rank Oldbie
Rank
Oldbie

Many here use the TL866 or its variants.
However, there is a very annoying thing with it: it wants the exact chip type, otherwise it refuses to work because its resistance network test failed.

But normal DIP28/DIP32 ROMs are basically pinout-identical, so that technically it is irrelevant which type it is if one only wants to get a dump.
The same applies to the common PLCC-32 ROMs.

Any idea how to use this thing for reading ROMs without peeling off/damaging the BIOS labels?

Reply 1 of 4, by keropi

User metadata
Rank l33t++
Rank
l33t++

If you are sure of the family of a chip you can just select one from the same family and attempt to read.
You will get the "id not match" error but it will tell you the ID of the actual chip. So you can google that , determine the actual chip and properly select it from the list.
Or you don't care at all - if for example you are reading a 486 BIOS it will be a 27C512 style one if 28pin - so just uncheck ID CHECK and dump it as a 27C512 of a random manufacturer , they are all the same

🎵 🎧 MK1869, PCMIDI MPU , OrpheusII , Action Rewind , Megacard and 🎶GoldLib soundcard website

Reply 2 of 4, by weedeewee

User metadata
Rank l33t
Rank
l33t

as keropi said, if you are sure of the family then if read ID is supported you can read the id and look up in the infoic.xml file to which possible eeproms that ID belongs, then set your eeprom selection accordingly.

it's kinda silly that the tl866 windows software doesn't immediatly give the right suggestions like the linux software does.

Right to repair is fundamental. You own it, you're allowed to fix it.
How To Ask Questions The Smart Way
Do not ask Why !
https://www.vogonswiki.com/index.php/Serial_port

Reply 3 of 4, by retardware

User metadata
Rank Oldbie
Rank
Oldbie

Thank you very much @keropi and @weedeewee!
This worked fine.

I have been searching a while for a Linux xgpro version, but I only found descriptions how to run it under Wine.
I guess I need to search further...