summaryrefslogtreecommitdiff
path: root/include/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2021-08-03 20:26:23 +0000
committerIan C <ianc@noddybox.co.uk>2021-08-03 20:26:23 +0000
commitb7e8b634595445325d10f8fcddcb7d6cdaa8a922 (patch)
tree7ecd54e8539cbe1abd37ffda8d3fcd9eb0ddf258 /include/spec.h
parent30c4591b629bb96e9ff99aca24d0e0e51cedbf23 (diff)
First attempt at sound
Diffstat (limited to 'include/spec.h')
-rw-r--r--include/spec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/spec.h b/include/spec.h
index 47549a3..85fb5e7 100644
--- a/include/spec.h
+++ b/include/spec.h
@@ -32,6 +32,10 @@
#include "z80.h"
#include "keyboard.h"
+/* Sample rate for sound emulation
+*/
+#define SAMPLE_RATE 22050
+
/* Initialise the SPEC
*/