VOGONS


What retro activity did you get up to today?

Topic actions

Reply 31320 of 31322, by rasz_pl

User metadata
Rank l33t
Rank
l33t
eisapc wrote on Today, 08:03:
Picked up a Zenith Data Systems ZF-148 8088 PC from the basement. Had to search for a matching XT keyboard and RGB/RCA monitor […]
Show full quote

Picked up a Zenith Data Systems ZF-148 8088 PC from the basement.
Had to search for a matching XT keyboard and RGB/RCA monitor for a while.
The system was not powering on, but after replacement of the shorted tantals the system powered up and booted from FDD at least.
Unfortunately the HDD seems dead and after a few minutes the RIFA inside the PS released its magic smoke.
Replaced the RIFAs as well. Will have a closer look at the HDD which is actually 3,5" MFM drive mounted on hardcard with full lenght controller board.

Is the hard card Zenith branded by any chance? In 1989 3.2 BIOS there is a separate section for old style XT MFM controller they call "Tempest". They detect its presence by checking for ZD signature in HDD Bios stored at C81Bh https://github.com/raszpl/Zenith_ZBIOS/blob/m … 03.2C.lst#L5027

seg000:1840 MFM_Tempest_detect_presence proc near
mov cs:MFM_Tempest_controller, 0
push ds
push ax
mov ax, 0C800h ; C800h address of MFM ROM
mov ds, ax
assume ds:nothing
cmp word ptr ds:1Bh, 'DZ' ; Check for Zenith Data Systems "ZD" signature
jnz short end
mov cs:MFM_Tempest_controller, 0FFh
end:
pop ax
pop ds
assume ds:nothing
retn
MFM_Tempest_detect_presence endp

https://github.com/raszpl/sigrok-disk FM/MFM/RLL decoder
https://github.com/raszpl/FIC-486-GAC-2-Cache-Module (AT&T Globalyst)
https://github.com/raszpl/386RC-16 ram board
https://github.com/raszpl/440BX Reference Design adapted to Kicad

Reply 31321 of 31322, by eisapc

User metadata
Rank Member
Rank
Member

No, the hardcard is not original. I remember adding it myself some years ago, when it was still working like a charm.

Reply 31322 of 31322, by tehsiggi

User metadata
Rank Oldbie
Rank
Oldbie

Stripped my K7S8X of it's VRM FETs and all major caps - replacement coming in on monday probably.

The attachment vrm_gone.jpeg is no longer available
The attachment caps_gone.jpeg is no longer available

AGP Card Real Power Consumption
AGP Power monitor - diagnostic hardware tool
Graphics card repair collection