The device config struct now has a local variable for local flags and points for up to two devices (neeeded for graphics cards and their RAMDAC's and clock chips).
This commit is contained in:
@@ -80,6 +80,8 @@ typedef struct {
|
|||||||
const char *internal_name;
|
const char *internal_name;
|
||||||
int bios_type;
|
int bios_type;
|
||||||
int files_no;
|
int files_no;
|
||||||
|
uint32_t local;
|
||||||
|
const device_t *dev1, *dev2;
|
||||||
const char **files;
|
const char **files;
|
||||||
} device_config_bios_t;
|
} device_config_bios_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user