summaryrefslogtreecommitdiff
path: root/opl/opl.h
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl.h')
-rw-r--r--opl/opl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opl/opl.h b/opl/opl.h
index a0998404..f5b93a64 100644
--- a/opl/opl.h
+++ b/opl/opl.h
@@ -96,5 +96,9 @@ void OPL_Unlock(void);
void OPL_Delay(unsigned int ms);
+// Pause the OPL callbacks.
+
+void OPL_SetPaused(int paused);
+
#endif