Fix FDC's on MCA IBM PS/2 machines fixes #4962.
This commit is contained in:
@@ -294,7 +294,7 @@ fdd_type_invert_densel(int type)
|
||||
int ret;
|
||||
|
||||
if (drive_types[type].flags & FLAG_PS2)
|
||||
ret = !strstr(machine_getname(), "PS/2");
|
||||
ret = !!strstr(machine_getname(), "PS/");
|
||||
else
|
||||
ret = drive_types[type].flags & FLAG_INVERT_DENSEL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user