summaryrefslogtreecommitdiff
path: root/src/spec.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2026-07-06 16:36:57 +0900
committerIan C <ianc@noddybox.co.uk>2026-07-06 16:36:57 +0900
commit77399aa2b0e70c7712b1720300b202a9fdced1e3 (patch)
tree10b8427774534acc12f916395c1b3014d7aff942 /src/spec.h
parentc527acfc79f3bda8cfe13a7b51b0b16a32683960 (diff)
Sound now working
Diffstat (limited to 'src/spec.h')
-rw-r--r--src/spec.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/spec.h b/src/spec.h
index 28c89fd..412c92d 100644
--- a/src/spec.h
+++ b/src/spec.h
@@ -59,6 +59,10 @@ void SPECShowScreen(void);
*/
void SPECReset(Z80 *z80);
+/* Return the audio frequency wanted by the Spectrum
+*/
+int SPECAudioFrequency(void);
+
#endif