Creating EPROM Image files for HHP 71B EPROM Modules
|
03-19-2020, 01:03 AM
Post: #1
|
|||
|
|||
Creating EPROM Image files for HHP 71B EPROM Modules
The genesis of this post started in another thread (https://www.hpmuseum.org/forum/thread-14...#pid129168) but I created this new post to not hijack that thread, and also to make it easier to find in the future.
Below are 2 programs for creating an image file on the PC to burn a normal 27256 32KB EPROM Chip to use in the HHP Card Reader Port carrier modules. I acquired an HHP EPROM Module a couple years ago and wondered about how to burn the vanilla EPROM chips one inserts into the carrier. I recalled vaguely that this had been presented at an HHC about a thousand years ago so went searching through Jake's Collection of PPC Journals, then CHHU journals, etc, and after 2 weeks eventually found the article by Dave Conklin of Firmware Specialists in the 1985 Atlanta HHC Conference proceedings, pp. 105-111. The original article was aimed at connecting an EPROM burner via RS-232 on the HP-IL loop, then copying the contents of a 71B ROM/IRAM port to the burner's buffer, and also formatting the bytes as needed to burn (nibble reversing each byte and inverting bits). Today, instead of using an HP-IL or RS-232 based burner we simply dump the contents via PIL-Box/IL-Per to a virtual printer (or DOSLINK device), then copy/paste the contents to a text file on the PC and then use normal burners and tools to burn the text file to a 32KB EPROM chip. I did not have an EPROM burner so I contacted Paul Berger to explain the challenge and he not only had one, but within a few short days made better progress than I had hacking the program to dump to IL-Per and after a few rounds of testing and tweaking back and forth, the utilities listed below, ported by Paul, do the trick. Essential Ingredients: 71B with module to copy in a :PORT Forth/Assembler ROM HP-IL Module PIL-Box and IL-Per (or pyILPer) 27256 (32KB) EPROM chips (erased) EPROM Burner and s/w to import/convert text files The procedure is pretty evident, though if you've not used FORTH before, you will need to enter and verify that program works before you can run the BASIC program. Code:
2 files are attached, the above listing and also a .LIF volume with the 2 programs (FORTH and BASIC) listed above, so you don't have to type them in. The 2nd file is a .LIF file renamed to .txt to coerce the Forum s/w to let it be attached. Save it to your PC then rename it by removing the ".txt" at the end. --Bob Prosperi |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)