Skip to content

Commit

Permalink
AltairZ80: Add IBC Super Cadet / Middi Cadet support.
Browse files Browse the repository at this point in the history
  • Loading branch information
hharte authored and markpizz committed Apr 26, 2023
1 parent ed5e47a commit 525a409
Show file tree
Hide file tree
Showing 6 changed files with 3,605 additions and 3 deletions.
11 changes: 11 additions & 0 deletions AltairZ80/altairz80_sys.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ extern DEVICE selchan_dev;
extern DEVICE ss1_dev;
extern DEVICE if3_dev;
extern DEVICE i8272_dev;
extern DEVICE ibc_dev;
extern DEVICE ibc_hdc_dev;
extern DEVICE ibc_smd_dev;
extern DEVICE ibctimer_device;
extern DEVICE ibcrtctimer_device;
extern DEVICE mdriveh_dev;
extern DEVICE switchcpu_dev;

Expand Down Expand Up @@ -127,6 +132,12 @@ DEVICE *sim_devices[] = {
&disk1a_dev, &disk2_dev, &disk3_dev, &ss1_dev, &mdriveh_dev, &selchan_dev, &if3_dev,
/* Cromemco Devices */
&cromfdc_dev,
/* Integrated Business Computers (IBC) Devices */
&ibc_dev,
&ibctimer_device,
&ibcrtctimer_device,
&ibc_hdc_dev,
&ibc_smd_dev,
/* IMSAI Devices */
&fif_dev,
/* Micropolis Devices */
Expand Down
Loading

0 comments on commit 525a409

Please sign in to comment.