mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 22:05:38 +00:00
DSB2 clock speed from 4MHz to 11MHz.
This commit is contained in:
parent
eb61bd91e5
commit
020e2d1b32
|
@ -318,8 +318,8 @@ private:
|
||||||
|
|
||||||
// M68K CPU
|
// M68K CPU
|
||||||
M68KCtx M68K;
|
M68KCtx M68K;
|
||||||
static const int k_framePeriod = 4000000/60;
|
static const int k_framePeriod = 11000000/60;
|
||||||
static const int k_timerPeriod = 4000000/1000; // 1KHz timer
|
static const int k_timerPeriod = 11000000/1000; // 1KHz timer
|
||||||
int m_cyclesElapsedThisFrame;
|
int m_cyclesElapsedThisFrame;
|
||||||
int m_nextTimerInterruptCycles;
|
int m_nextTimerInterruptCycles;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue