Round 2 of the clean-ups - AT vs. PS/2 KBC is now decided based on machine flags, reduces the chances of mismatch to zero.
This commit is contained in:
@@ -409,6 +409,9 @@ extern const char * machine_get_internal_name_ex(int m);
|
||||
extern const char * machine_get_nvr_name_ex(int m);
|
||||
extern int machine_get_nvrmask(int m);
|
||||
extern int machine_has_flags(int m, int flags);
|
||||
extern void machine_set_ps2(void);
|
||||
extern void machine_force_ps2(int is_ps2);
|
||||
extern int machine_has_flags_ex(int flags);
|
||||
extern int machine_has_bus(int m, int bus_flags);
|
||||
extern int machine_has_cartridge(int m);
|
||||
extern int machine_has_jumpered_ecp_dma(int m, int dma);
|
||||
|
||||
Reference in New Issue
Block a user