1
0
mirror of https://github.com/simh/simh.git synced 2026-05-02 06:15:23 +00:00

AltairZ80: Add support for Morrow Micro Decision

Moved MMD and MMDM devices under Morrow Devices comment.
This commit is contained in:
Patrick Linstruth
2022-11-19 17:10:12 -08:00
committed by Mark Pizzolato
parent 78ac5b0803
commit 1af13f228b
4 changed files with 4025 additions and 0 deletions

View File

@@ -75,6 +75,8 @@ extern DEVICE m2sio0_dev;
extern DEVICE m2sio1_dev;
extern DEVICE pmmi_dev;
extern DEVICE hayes_dev;
extern DEVICE mmd_dev;
extern DEVICE mmdm_dev;
extern DEVICE cromfdc_dev;
extern DEVICE wd179x_dev;
@@ -137,6 +139,8 @@ DEVICE *sim_devices[] = {
/* Morrow Devices */
&dj2d_dev,
&djhdc_dev,
&mmd_dev,
&mmdm_dev,
/* MITS 88-2SIO */
&m2sio0_dev,
&m2sio1_dev,

4016
AltairZ80/mmd.c Normal file

File diff suppressed because it is too large Load Diff