We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e11832 commit 905f48eCopy full SHA for 905f48e
src/systems/x65.h
@@ -47,7 +47,7 @@ extern "C" {
47
// bump snapshot version when x65_t memory layout changes
48
#define X65_SNAPSHOT_VERSION (1)
49
50
-#define X65_FREQUENCY (1826300) // clock frequency in Hz
+#define X65_FREQUENCY (3140000) // clock frequency in Hz
51
#define X65_MAX_AUDIO_SAMPLES (1024) // max number of audio samples in internal sample buffer
52
#define X65_DEFAULT_AUDIO_SAMPLES (128) // default number of samples in internal sample buffer
53
#define X65_AUDIO_CHANNELS (2) // stereo output
0 commit comments