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

@@ -96,6 +96,9 @@ extern const device_t sis_85c471_device;
extern const device_t sis_85c496_device;
extern const device_t sis_85c496_ls486e_device;
extern const device_t sis_85c50x_device;
#if defined(DEV_BRANCH) && defined(USE_SIS_5571)
extern const device_t sis_5571_device;
#endif
/* ST */
#if defined(DEV_BRANCH) && defined(USE_STPC)