Page 3 of 4

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 06 Dec 2021 22:38
by rubber_jonnie
olivier.jan wrote: 06 Dec 2021 22:35 Yep, I fried an EEPROM chip or two before finding this hack from @troed https://blog.troed.se/2020/07/22/plcc- ... ith-tl866/
It's what I did with my adapter :)

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 06 Dec 2021 22:49
by stephen_usher
I've a PCB I made for an adapter for mine.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 06 Dec 2021 23:02
by Steve
olivier.jan wrote: 06 Dec 2021 22:35 Yep, I fried an EEPROM chip or two before finding this hack from @troed https://blog.troed.se/2020/07/22/plcc- ... ith-tl866/
Ah this is great thank you! Also does anyone have uploads of pre-made dual TOS ROMs I could burn to this Atmal EPROM I pictured earlier? @exxos you don't happen to have the file for the EPROM you burned for me that one time do you? (Was 2.06 and EMUTOS)

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 06 Dec 2021 23:38
by stephen_usher
If you're using Linux it's simple to make a dual ROM image (as long as the originals are 256K each). You merely have to use 'cat' to join them together, e.g.

cat rom1.bin rom2.bin > combined.bin

You can use dd to pad files to the correct length.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 00:14
by exxos
@Steve the images I make probably won't work with your programmer. You have the byte order to contend with for starters. But if you have a ROM why not just copy it and save some trouble ? IMO you should practice with the ROM images on the forum and get a single ROM working before getting more complicated with dualtos ROMs.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 07:43
by derkom
stephen_usher wrote: 06 Dec 2021 23:38 If you're using Linux it's simple to make a dual ROM image (as long as the originals are 256K each). You merely have to use 'cat' to join them together, e.g.

cat rom1.bin rom2.bin > combined.bin

You can use dd to pad files to the correct length.
Or @tzok made CartMan, a nice little Windows utility for managing ROM images, which will do the necessary padding and combining for you, and can also byteswap, etc. It likely runs fine on Wine if you're using Linux.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 09:57
by rubber_jonnie
The process I tend to use is to start an emulator like Hatari or Steem (If you're running Linux then Hatari is the best option) and set up a machine running the ROM you want, then use one of the ST rom dumping apps such as ROMDUMP or TOSDUMP to dump the ROMs to file directly.

If you need to split the ROMs, say you want to drop a 6 chip set into a 2 chip set machine, you can use ROMSPLIT on the ST too.

I'd advise a good hex editor, I use HxD under Windows, which you'd have to use under Wine, and of course as Derkom has mentioned, cartman is a fantastic little utility for use under Windows (Wine) too.

The best advice I can offer is take your time.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 10:45
by Steve
Okay thank you guys! Much appreciated all the tips. I'll take my time.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 10:53
by PhilC
@Steve I think that DIP to PLCC adaptor may need a couple of wires adding to be able to program those eproms. Mine did at least. Will see if I can dig out what I had to do.

Re: XGecu TL866II Plus photos (from Amazon)

Posted: 07 Dec 2021 13:11
by Badwolf
If you'd working with PLCC, my Falcon guide will be pretty close.

https://www.exxosforum.co.uk/forum/viewt ... =27&t=4271

Concatentating ROMs is as simple as Stephen explains above.

BW.