Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ digitex Public

ADC Super Six S-100 CPU board support for a Digitex computer

hharte/digitex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DIGITEX 8200 S-100 Computer Resurrection

Introduction

It is possible to revive old hardware using computer simulation. This project provides materials I gathered and generated a while ago when I was bringing an old Digitex 8200 computer back to life.

I could not find much documentation about this machine online. It is an all-in-one S-100-based computer comprised of the following components:

alt_text

I bought this machine many years ago, but did not have a working 8-inch boot floppy disk for it.

Around 2008, I added support for this CPU card and some of the hardware to the SIMH simulator. Using SIMH, I was able to port a customized BIOS (CBIOS) for this machine and get CP/M 2.2 booting in simulation. With the simulator, I created a bootable disk image in ImageDisk (.IMD) format. This .IMD boot image was then transferred to a real 8" floppy disk. Using this disk, I was able to boot the computer.

In 2021, I decided to get the machine running again, this time using the 8-inch Qume 2020 hard drive. To my surprise, the machine booted up OASIS 5.6 Multiuser. I was able to use CP/M to back up the hard drive to 16 8-inch floppies, and then reassemble the pieces into a 16MB file that works using a DREM2 hard drive emulator, and also in SIMH.

Included in the distribution are:

  1. My notes in CPM22/ADCS6_Notes.txt along with CBIOS source.
  2. The Digitex Monitor ROM image and disassembly (somewhat commented) in Monitor/
  3. The SIMH configuration file in sim/ for CP/M 2.2 and OASIS.
  4. Some OASIS disk images in OASIS/

Running OASIS in SIMH

These instructions are for Linux and MacOS. The simulator can also be built for Windows using Visual Studio 2008 or later.

Download and compile SIMH/AltairZ80

$ mkdir -p ~/src
$ cd ~/src
$ git clone https://github.com/open-simh/simh.git
$ cd simh
$ make altairz80

Download the DIGITEX repository and run altairz80

$ cd ~/src
$ git clone https://github.com/hharte/digitex.git
$ cd digitex/sim
$ ../../open-simh/BIN/altairz80 oasis_hd.ini

Altair 8800 (Z80) simulator V4.0-0 Current        git commit id: 69ab285e

DIGITEX Monitor version 1.2.A -- 10/06/83

Press "H" for Help

Attempting to boot...
Press any key to abort boot.

OASIS multi-user version 5.6 - 736K

Time (HH:MM:SS) 

Date (MM/DD/YY) 

06:25:06 Thursday, January 31, 1985

Logon please: SYSTEM

Logon at 06:25:09, on 01/31/85.

>

References

All about ImageDisk (.IMD) with tools: http://dunfield.classiccmp.org/img/

Advanced Digital Corp (ADC) Manuals

Advanced Digital Corp (ADC) Software

About

ADC Super Six S-100 CPU board support for a Digitex computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published