Moved the AMI WinBIOS SiS 471 to the Dev branch because literally any such BIOS I try, has problems. Also moved the Matrox cards to the Dev branch.

This commit is contained in:
OBattler
2020-04-20 14:50:03 +02:00
parent 8933212059
commit fd8e59b6f2
7 changed files with 74 additions and 24 deletions

View File

@@ -227,7 +227,9 @@ extern int machine_at_opti495_mr_init(const machine_t *);
extern int machine_at_ami471_init(const machine_t *);
extern int machine_at_dtk486_init(const machine_t *);
extern int machine_at_px471_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_WIN471)
extern int machine_at_win471_init(const machine_t *);
#endif
extern int machine_at_r418_init(const machine_t *);
extern int machine_at_ls486e_init(const machine_t *);