Plotter ROM for the HP9810 - how to use it?
|
04-22-2014, 06:33 AM
Post: #10
|
|||
|
|||
RE: Plotter ROM for the HP9810 - how to use it?
(04-19-2014 08:45 PM)Thomas Falk Wrote: Hi Eric, I think I should point out that there are 2 levels of firmware in these machines. The microcode is part of the CPU and is part of the system to interpret machine instructions. It consists of 256 words, each 28 bits long, and is the same in all HP9800 machines (AFAIK, I have never seen an HP9821 inside). The system firmware is what makes the machine behave as a calcualtor. It consists of 16 bit machine instructions -- 2K words in an HP9810, 4K words in an HP9820, and 7.5K words (IIRC) in an HP9830. The microcode is stored in 7 bipolar ROM chips (each 256*4 bits) on one of the CPU boards. The system firmware is stored in HP custom ROM chips, each 512*8 bits. (04-19-2014 08:45 PM)Thomas Falk Wrote: Finding this was a little more difficult. When I started to repair this calculator I found a dead logic gatter and a dead transistor in the drivers for the DRAM ciruits. After repairing this it worked, but the display was wrong. I have a commented source listing of the microcode (not the system firmware), produced in part by desoldering the ROMs from a working machine, reading them, and figuring out what was going on. (04-19-2014 08:45 PM)Thomas Falk Wrote: There are two logic analyzers in use. For comparing the read data and the data from the patent I wrote some small python scripts. The microcode ROM has to be quite fast. Remember the CPU clock is 8MHz, giving a 125ns cycle time. In one cycle the microcode program counter has to update, the microcode ROMs have to give the next word, and the decode logic has to work too. Many EPROMs would be nowhere near fast enough for this. There were fusible-link ROMs with the same pinout as the CPU microcode ROMs. I suspect NOS ones do turn up from time to time, obviosuly these are strictly OTP, so ex-equipment ones are useless. The system firmware ROMs (where Eric is having problems) are more difficult. HP's ROMs are a bit strange, no standard PROM/EPROM will just drop in. There are, of course, various work-arounds. (04-19-2014 08:45 PM)Thomas Falk Wrote: When I repaired my HP9810, it was my only device. I got reference data from the HP9800e emulator and compared its program dumps with the data from my calculator to dig down to the micocode. To isolate a faulty card it is useful to have a second calculator for board swapping. I will pretend I didn't read that. Suffice it to say I can think of a dozen faults where board-swapping will cause confusion, and some wehre it will cause damage! -tony |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Plotter ROM for the HP9810 - how to use it? - Thomas Falk - 12-12-2013, 12:09 PM
RE: Plotter ROM for the HP9810 - how to use it? - simon - 04-13-2014, 09:01 AM
RE: Plotter ROM for the HP9810 - how to use it? - Tony Duell - 04-15-2014, 08:22 AM
RE: Plotter ROM for the HP9810 - how to use it? - simon - 04-15-2014, 09:12 AM
RE: Plotter ROM for the HP9810 - how to use it? - Tony Duell - 04-15-2014, 04:03 PM
RE: Plotter ROM for the HP9810 - how to use it? - Thomas Falk - 04-16-2014, 07:33 PM
RE: Plotter ROM for the HP9810 - how to use it? - waterlander2004 - 04-19-2014, 11:44 AM
RE: Plotter ROM for the HP9810 - how to use it? - Thomas Falk - 04-19-2014, 08:45 PM
RE: Plotter ROM for the HP9810 - how to use it? - Tony Duell - 04-22-2014 06:33 AM
RE: Plotter ROM for the HP9810 - how to use it? - waterlander2004 - 04-19-2014, 10:11 PM
|
User(s) browsing this thread: 3 Guest(s)