summaryrefslogtreecommitdiff
path: root/pcsound/pcsound.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcsound/pcsound.h')
-rw-r--r--pcsound/pcsound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pcsound/pcsound.h b/pcsound/pcsound.h
index 1adee416..12a4ffe9 100644
--- a/pcsound/pcsound.h
+++ b/pcsound/pcsound.h
@@ -26,6 +26,8 @@
#ifndef PCSOUND_H
#define PCSOUND_H
+#define PCSOUND_8253_FREQUENCY 1193280
+
typedef struct pcsound_driver_s pcsound_driver_t;
typedef void (*pcsound_callback_func)(int *duration, int *frequency);
typedef int (*pcsound_init_func)(pcsound_callback_func callback);