Previous 199869 Revisions Next

r36632 Wednesday 25th March, 2015 at 12:27:53 UTC by Guru
imds2.c: added basic usage info [fulivi]
[src/mess/drivers]imds2.c

trunk/src/mess/drivers/imds2.c
r245143r245144
7373// Huge thanks to Dave Mabry for dumping IOC firmware, KB firmware and character generator. This driver would not
7474// exist without his dumps.
7575// (https://web.archive.org/web/20080509062332/http://www.s100-manuals.com/intel/IOC_iMDX_511_Upgrade.zip)
76//
77// Basic usage / test info:
78// To use the system set DIP switches to:
79// Floppy present
80// IOC mode Diagnostic
81// Keyboard present
82// and reset the system. The built-in diagnostic mode should start.
83//
84// Another test is loading ISIS-II (the Intel OS for this system). Floppy image
85// 9500007-07_ISIS-II_OPERATING_SYSTEM_DISKETTE_Ver_4.3.IMD
86// To load it, the "IOC mode" should be set to "On line", the floppy image
87// should be mounted and the system reset. After a few seconds the ISIS-II
88// prompt should appear. A command that could be tried is "DIR" that lists
89// the content of floppy disk.
90// Please note that the message "FAILURE -- PIO NOT RESPONDING" is normal
91// as the support for PIO isn't implemented yet
7692
7793#include "includes/imds2.h"
7894


Previous 199869 Revisions Next


© 1997-2024 The MAME Team