SAA1099: fix frequency table going crazy

if there is more than one SAA
This commit is contained in:
tildearrow 2022-11-15 03:14:26 -05:00
parent dd62b387c7
commit 319d02aec6
2 changed files with 2 additions and 14 deletions

View file

@ -20,8 +20,8 @@ private:
const static unsigned long m_FreqTable[2048];
#else
// we'll calculate the frequency lookup table at runtime.
static unsigned long m_FreqTable[2048];
static unsigned long m_nClockRate;
unsigned long m_FreqTable[2048];
unsigned long m_nClockRate;
#endif
unsigned long m_nCounter;