Added per-device configuration.
Reworked configuration parser a bit. Added configuration for S3 ViRGE and 8-bit Sound Blasters. IRQ 2 routed to IRQ 9 on AT machines.
This commit is contained in:
parent
3c8a675d01
commit
2207f704dd
18 changed files with 1061 additions and 123 deletions
|
|
@ -24,6 +24,8 @@ void hdconf_open(HWND hwnd);
|
|||
|
||||
void config_open(HWND hwnd);
|
||||
|
||||
void deviceconfig_open(HWND hwnd, struct device_t *device);
|
||||
|
||||
extern char openfilestring[260];
|
||||
|
||||
int getfile(HWND hwnd, char *f, char *fn);
|
||||
|
|
|
|||
Loading…
Reference in a new issue