You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The available images for QDOS/86-DOS (SCP, NSI), the precursor to MS-DOS, are for SCP Cromemco 4FDC, SCP Tarbell (both with 8 inch SSSD) and North Star.
MS-DOS 2.x and DR-DOS including the latest versions also support the 8" FDD.
Is it possible to adapt DOSbox-X to emulate SCP200B (Seattle Computer Products S-100 bus computer where QDOS/86-DOS were running) - at least adjusting the boot address and reading the floppy images?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The available images for QDOS/86-DOS (SCP, NSI), the precursor to MS-DOS, are for SCP Cromemco 4FDC, SCP Tarbell (both with 8 inch SSSD) and North Star.
MS-DOS 2.x and DR-DOS including the latest versions also support the 8" FDD.
Also, SCP-200B (or SCP-301/210) supports repurposing the last 64KB of the 1MB memory to be used as Conventional memory (the boot ROM could be disabled after boot-up via PHANTOM driver) - allowing to perform "linking the linker" without using a 386.
Is it possible to adapt DOSbox-X to emulate SCP200B (Seattle Computer Products S-100 bus computer where QDOS/86-DOS were running) - at least adjusting the boot address and reading the floppy images?
Alternatives considered: SIMH, MAME?
Source code for the controllers (86Box/86Box#3857 (reply in thread)):
https://github.com/simh/simh/blob/master/AltairZ80/s100_tarbell.c
https://github.com/simh/simh/blob/master/AltairZ80/s100_64fdc.c
Better license:
https://github.com/open-simh/simh/blob/master/AltairZ80/s100_tarbell.c
https://github.com/open-simh/simh/blob/master/AltairZ80/s100_64fdc.c
Related:
Beta Was this translation helpful? Give feedback.
All reactions