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:
OBattler
2022-07-30 23:36:12 +02:00
parent 0cc716bf6b
commit a5a419a8ca

View File

@@ -80,6 +80,8 @@ typedef struct {
const char *internal_name;
int bios_type;
int files_no;
uint32_t local;
const device_t *dev1, *dev2;
const char **files;
} device_config_bios_t;