Set proper CPU speeds for each STPC machine

This commit is contained in:
RichardG867
2020-07-07 16:05:05 -03:00
parent 1b637fbb77
commit fef6e7f082
3 changed files with 16 additions and 11 deletions

View File

@@ -142,7 +142,8 @@ extern CPU cpus_i486[];
extern CPU cpus_Am486[];
extern CPU cpus_Cx486[];
#if defined(DEV_BRANCH) && defined(USE_STPC)
extern CPU cpus_STPC[];
extern CPU cpus_STPC6675[];
extern CPU cpus_STPC133[];
#endif
extern CPU cpus_WinChip[];
extern CPU cpus_WinChip_SS7[];