Fixed bus type detection on Cirrus Logic.

This commit is contained in:
SarahW 2018-02-22 21:04:32 +00:00
commit 55dbe592ad
3 changed files with 38 additions and 2 deletions

View file

@ -148,4 +148,6 @@ void cpu_update_waitstates();
void cpu_set();
void cpu_set_edx();
extern int has_vlb;
#endif