1
0
mirror of https://github.com/simh/simh.git synced 2026-05-01 13:56:02 +00:00

ALTAIRZ80: Add JADEDD Jade Double D disk controller device

This commit is contained in:
Patrick Linstruth
2020-05-22 22:08:03 -07:00
parent 50ad9fbb82
commit 5dc8898e0c
5 changed files with 1253 additions and 5 deletions

View File

@@ -66,6 +66,7 @@ extern DEVICE switchcpu_dev;
extern DEVICE adcs6_dev;
extern DEVICE hdc1001_dev;
extern DEVICE jade_dev;
extern DEVICE tarbell_dev;
extern DEVICE cromfdc_dev;
@@ -118,6 +119,8 @@ DEVICE *sim_devices[] = {
&mdsa_dev, &mdsad_dev,
/* Seattle Computer Products Devices */
&scp300f_dev,
/* Jade DD Devices */
&jade_dev,
/* Tarbell Devices */
&tarbell_dev,
/* Vector Graphic Devices */

1239
AltairZ80/s100_jadedd.c Normal file

File diff suppressed because it is too large Load Diff