Add a 386SX Award v4.20 machine

As well as a basic implementation of the OPTi 291 chipset that it uses.
This commit is contained in:
nerd73
2020-07-03 00:18:16 -06:00
parent 03932a329f
commit 5b260dbfd4
5 changed files with 167 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ extern const device_t ioapic_device;
/* OPTi */
extern const device_t opti283_device;
extern const device_t opti291_device;
extern const device_t opti493_device;
extern const device_t opti495_device;
extern const device_t opti802g_device;