ATAPI CD-ROM normal model now identifies as a SONY CDU-76 when the machine is a Sony, the Sony Vaio recovery disk should now work.
This commit is contained in:
@@ -12139,3 +12139,9 @@ machine_has_mouse(void)
|
||||
{
|
||||
return (machines[machine].flags & MACHINE_MOUSE);
|
||||
}
|
||||
|
||||
int
|
||||
machine_is_sony(void)
|
||||
{
|
||||
return (!strcmp(machines[machine].internal_name, "pcv90"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user