Skip to content

Commit e890121

Browse files
committed
Align CPU speed with hardware ~1.80 MHz
1 parent 34f6928 commit e890121

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ext/firmware

src/systems/x65.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extern "C" {
4747
// bump snapshot version when x65_t memory layout changes
4848
#define X65_SNAPSHOT_VERSION (1)
4949

50-
#define X65_FREQUENCY (1736600) // clock frequency in Hz
50+
#define X65_FREQUENCY (1798760) // clock frequency in Hz
5151
#define X65_MAX_AUDIO_SAMPLES (1024) // max number of audio samples in internal sample buffer
5252
#define X65_DEFAULT_AUDIO_SAMPLES (128) // default number of samples in internal sample buffer
5353

0 commit comments

Comments
 (0)