trunk/src/mess/drivers/imds2.c
| r245143 | r245144 | |
| 73 | 73 | // Huge thanks to Dave Mabry for dumping IOC firmware, KB firmware and character generator. This driver would not |
| 74 | 74 | // exist without his dumps. |
| 75 | 75 | // (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 |
| 76 | 92 | |
| 77 | 93 | #include "includes/imds2.h" |
| 78 | 94 | |