Skip to content

Commit 905f48e

Browse files
committed
Bump Emu speed to 3.14MHz
1 parent 5e11832 commit 905f48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 (1826300) // clock frequency in Hz
50+
#define X65_FREQUENCY (3140000) // 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
#define X65_AUDIO_CHANNELS (2) // stereo output

0 commit comments

Comments
 (0)