summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/csd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/csd.h')
-rw-r--r--src/mame/audio/csd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/audio/csd.h b/src/mame/audio/csd.h
index 5d637cd6a49..0fb5a2f16a7 100644
--- a/src/mame/audio/csd.h
+++ b/src/mame/audio/csd.h
@@ -28,6 +28,9 @@ public:
// construction/destruction
midway_cheap_squeak_deluxe_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock = 16'000'000);
+ // helpers
+ void suspend_cpu();
+
// read/write
DECLARE_READ8_MEMBER(stat_r);
DECLARE_WRITE8_MEMBER(sr_w);