I've written another experimental little utility program for the T48. This one is called "mprom" and an experimental version called "mprom-bb". It is
here.
What it does is allow parallel ROMs to be read fairly painlessly using a T48. It has some similarities to the prom.c code in minipro (which isn't currently compatible with T48) but it's more flexible. Adding a new ROM is just a case of adding pin definitions to an XML file (see roms.xml in the utility).
The "mprom-bb" version can theoretically be extended to use the ISP pins for chips needing more than 40 pins in an adapter. That needs some additional configuration with adapter pin maps which I currently don't have. Anyone wanting to help out with that please send me a message.
Although this has been tested with a T48 it
should also work with a TL866II+. It will
not work with TL866A/CS.
I don't think it will currently work with a T56 either but feel free to try it out.
Any reports welcomed especially if you don't mind experimenting a bit to get some things working.