• Please review our updated Terms and Rules here

Help Identifying Expansion Card - OTECH GOLD

euta226

New Member
Joined
Mar 20, 2024
Messages
1
Hello!

I'm trying to repair/rebuild a 5150 system and when I got it, it included the card in the photos. The silk screening on the back looks like it says, "OTECH GOLD II" or possibly "OTECH GOLD IT", copyright 1984. In addition to the RAM (MCM6256AP12), it appears to have a RTC, and the ports on the back are two DB15 connectors, one male and the other female. There's no silk screening next to the header pins up between the two DIP switch blocks.

Google Gemini thinks it is the following, but I don't completely trust it. If anyone can help with identifying the card in an attempt to find the dip switch settings, it would really be appreciated!

Thank you,
James

-=[ Google Gemini Guess ]=-

While a dedicated "OTECH Gold IT" manual is not in the public archives, this board is a confirmed member of the "MF-100 / MF-384" family of clones. It uses a logic layout that is 99% identical to the AST SixPakPlus, which was the gold standard these cards were built to mimic.

Identification of the OTECH Gold IT

This specific 1984 board is a "Super I/O" expansion card that combines several functions into one slot to save room in the 5150’s limited 5-slot chassis.

  • Memory: It adds 384KB of RAM (using 64k or 256k DRAM chips) to bring a 256KB motherboard up to the 640KB ceiling.
  • Real-Time Clock: The battery-backed clock (near the bottom) allowed the PC to "remember" the time, so you didn't have to type it in every time you booted DOS.
  • The DB15 Connectors:
    • DB15 Female: This is a standard Game/Joystick port.
    • DB15 Male: This is the "Gold IT" specialty. On these OTECH boards, the DB15 Male was a Parallel (LPT) port. Because a standard Parallel port is DB25, OTECH used a high-density DB15 connector on the bracket to save space. You would have originally needed a "shroud" or a ribbon cable that converted this DB15 Male into a standard DB25 Female for your printer.

Technical Details for your Troubleshooting

Since I know you've been chasing down some thermal/lock-up issues on your XT board, here are a few things to check on this card if you plan to use it:

  • The RTC Chip: Usually, these used an OKI MSM5832 or MM58167 clock chip. If you want to use the clock in DOS, you'll likely need a specific driver (often called CLOCK.COM or SETCLOCK.COM) because the BIOS in the 5150 doesn't natively look for an expansion-card RTC.
  • DIP Switch Logic: The two blue DIP switches (SW1 and SW2) control the Memory Start Address. If your 5150 motherboard is fully populated with 256KB, you have to set these switches so the card "starts" its memory at the 256KB boundary. If they overlap, the system will likely parity check or hang during the POST memory count.
  • Wait States: OTECH cards of this era were sometimes "faster" than the IBM bus expected. If you experience the same 2-3 minute lock-up with this card installed, check the traces near the 74LS logic chips; these clones occasionally had timing issues on the 4.77MHz bus if a capacitor had drifted.
 

Attachments

  • 20260327_082152.jpg
    20260327_082152.jpg
    1.5 MB · Views: 14
  • 20260327_082628.jpg
    20260327_082628.jpg
    1.7 MB · Views: 13
Well it's certainly a ram expansion up to 640K, plus an RTC and one serial port (with the wrong port type) and possibly one gameport and one parallel port, judging from the internal 26 pin header. Otherwise without searching myself I can't verify the rest but it is at least correct to call it a multi-I/O combo card.
 
AI should be required to cite sources. I'm pretty sure Gemini just invented the "Gold IT specialty." A complete PC parallel port requires 17 pins plus ground.

It's far more likely that a DB25 parallel port connects via a ribbon cable to the 26-pin IDC connector on the card, the male DA15 port is a serial port, and the female DA15 is a game port.

Serial ports are usually DE9 or DB25, but there is an 8250 chip so one of the ports must be serial.

The clock chip is an M5832, shown clearly in the photo. I don't know why the AI is guessing about that. You can find a clock driver here. I would start with David_M's generic reader.
 
Back
Top