SiS 5571 implementation

A Socket 7 highly integrated chipset by SiS. Best performer for the Cyrix 6x86 CPUs of the time
This commit is contained in:
Panagiotis
2020-12-23 18:00:53 +02:00
committed by GitHub
parent f27e443bfa
commit 59bbfdd019
6 changed files with 714 additions and 1 deletions

View File

@@ -425,6 +425,11 @@ extern int machine_at_an430tx_init(const machine_t *);
extern int machine_at_mb540n_init(const machine_t *);
extern int machine_at_p5mms98_init(const machine_t *);
#if defined(DEV_BRANCH) && defined(USE_SIS_5571)
extern int machine_at_r534f_init(const machine_t *);
extern int machine_at_ms5146_init(const machine_t *);
#endif
extern int machine_at_ficva502_init(const machine_t *);
extern int machine_at_ficpa2012_init(const machine_t *);