• Please review our updated Terms and Rules here

Anybody designed a RAM card serial card combo?

vbriel

Experienced Member
Joined
Aug 3, 2003
Messages
332
Location
SoCal
I recently received a rev 0 Altair 8800 and it only has 2 slots so I was thinking of replacing the 1K RAM card with a combo 32K RAM and SIO. Has anybody done this yet? If not, I just make myself one.

Vince
 
Hi Vince,

I don't know of one being made yet. If you decide to make one, I like to suggest something about the uart for the serial port. You might want to make the serial port compatible for several different types. So that anyone with a S-100 system can use this and still be software compatible with their system, Dos, CP/M, etc.

There are about 3 to 4 types which comprised most of the software from back then. I've had to patch software to make the serial card compatible, but not everyone has this option. The original Solid State Music IO-4 was an attempt to do this, but shortly after more software was written for these other uart chips. It was compatible with the Altair, Imsai, NorthStar, and a couple others.

I've been collecting info about the S-100 cards on my webpage here at the below. I was always looking for data about this but it was always scattered about on different websites, on my harddrive, but not online, so I consolidated it all onto one webpage - it's still a work in progress -- which I have to get back to.
http://www.vintagecomputer.net/ragooman/comp_s-100_serial.html

I started this webpage first because the serial card is the most common starting point for upgrading a system beyond the front panel. The next page will be about the Floppy controllers. This is part of the CP/M workshop material from the workshop we had back in April. This will eventually be online too.

There could be different approaches to this. One is to wire each type directly on one board -- simple but space consuming. Maybe another approach is to write an emulator using one of the AVR micro's which you can select the type with a Dip switch.

=Dan
 
There's enough room on an S100 card to incorporate floppy, clock, hard disk RAM, serial and parallel as well as video and keybaord interfaces. I'm surprised that no one's implemented a "everything but the kitchen sink" S100 board.
 
My debug card (posted about the first version some time ago) had RAM, ROM, and an Intel 8251; of course, that's a homemade prototype. It was just RAM/ROM decoded with a 74LS138 and an Intel 8251 attached to port 0. I was going to add an 8-bit comparator and DIP switch to allow placement of the 8251 at any of the 256 addresses.
 
My goal was something simple for what I needed. I want to have memory for BASIC and a serial port using the 6850 so it will be a clone of the SIO2 (might do 2, not sure yet). I really have no other needs like CP/M, just want it to load BASIC. I may put a EPROM with a loader that will copy basic from EPROM to RAM so it can start up and run fast.
 
My point in asking was that a PC board the size of an S100 is fairly expensive, while the silicon to put on it is cheap. One might as well fill the thing to the gunwales.
 
Good point, not sure what else I want on there, but I'll think of something :)
 
Back
Top