Post Reply 
HP27 Restoration (Lots of Corrosion)
04-10-2022, 01:42 PM
Post: #26
RE: HP27 Restoration (Lots of Corrosion)
Thank you for taking the time to gather this information Tony. Unfortunately I had to decide to stop trying the restoration with the original ACT and the RAM problems so I ordered a Panamatik ACT and hopefully that will take care of all the issues and bring back the machine to fully operational. Hopefully this information that you provided might be useful to someone else in the future.

(04-09-2022 11:05 PM)teenix Wrote:  Attached is scope shots of a HP-25

Reset - 50mS/div, a bit noisy, but my setup probably not ideal.
Sync - 500us/div
ISA - 50uS/div

The sync is as is because of the code it is running during the key wait loop. Sync stays LO after an IF instruction in the code. This tells the ACT that the code value itself is a ROM address.

displ5: 0 -> s3 <<< sync HI
if s3 = 0 <<< sync HI
then go to dsst4 <<< sync LO, goto ignored here as S3 = 1
if s15 = 0 <<< sync HI
then go to displ5 <<< sync LO, got executed as S15 = 0 (no keypress)

The ISA bus is showing the code executing for the above.


For the HP-27 it will be executing...

if s15 = 0 <<< sync = HI
then go to $08A <<< sync = LO, got executed as S15 = 0 (no keypress)

so the Sync line will be alternating HI and LO for each instruction.

cheers

Tony
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP27 Restoration (Lots of Corrosion) - calc-calcs - 04-10-2022 01:42 PM



User(s) browsing this thread: 1 Guest(s)