Do not report installed XT FDC if no floppy drives are connected, fixes POST error 601 on IBM PC and XT
This commit is contained in:
@@ -755,9 +755,6 @@ kbd_init(const device_t *info)
|
|||||||
/* Switch 2 - 8087 FPU. */
|
/* Switch 2 - 8087 FPU. */
|
||||||
if (hasfpu)
|
if (hasfpu)
|
||||||
kbd->pd |= 0x02;
|
kbd->pd |= 0x02;
|
||||||
|
|
||||||
/* Switch 1 - always off. */
|
|
||||||
kbd->pd |= 0x01;
|
|
||||||
} else if (kbd-> type == 9) {
|
} else if (kbd-> type == 9) {
|
||||||
/* Zenith Data Systems Z-151
|
/* Zenith Data Systems Z-151
|
||||||
* SW2 switch settings:
|
* SW2 switch settings:
|
||||||
|
Reference in New Issue
Block a user