VIA Socket 7 machine overhaul

- Replaced the FIC with the AX59 Pro(Newer BIOS, 1GB Ram limit instead of 512MB)
- Added the QDI advance II meant for the before unused VIA VP3
This commit is contained in:
tiseno100
2020-04-16 14:38:43 +03:00
committed by GitHub
parent 9b42dff06c
commit ce6dc8b5a2
6 changed files with 119 additions and 18 deletions

View File

@@ -302,13 +302,15 @@ extern int machine_at_ym430tx_init(const machine_t *);
extern int machine_at_586t2_init(const machine_t *);
extern int machine_at_807ds_init(const machine_t *);
extern int machine_at_mvp3_init(const machine_t *);
#ifdef EMU_DEVICE_H
extern const device_t *at_pb640_get_device(void);
#endif
extern int machine_at_advanceii_init(const machine_t *);
/* m_at_super7_ss7.c */
extern int machine_at_ax59pro_init(const machine_t *);
/* m_at_socket8.c */
extern int machine_at_686nx_init(const machine_t *);
extern int machine_at_mb600n_init(const machine_t *);