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:
OBattler
2022-11-19 23:40:14 +01:00
parent 38b9d4e9fa
commit c63f9e23a7
3 changed files with 19 additions and 0 deletions

View File

@@ -340,6 +340,7 @@ extern int machine_get_ram_granularity(int m);
extern int machine_get_type(int m);
extern void machine_close(void);
extern int machine_has_mouse(void);
extern int machine_is_sony(void);
extern uint8_t machine_get_p1(void);
extern void machine_load_p1(int m);