summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym3526.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym3526.h')
-rw-r--r--src/devices/sound/ym3526.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ym3526.h b/src/devices/sound/ym3526.h
index 496936befc9..c32c1dffad7 100644
--- a/src/devices/sound/ym3526.h
+++ b/src/devices/sound/ym3526.h
@@ -39,6 +39,7 @@ protected:
virtual void device_start() override;
virtual void device_reset() override;
virtual void device_clock_changed() override;
+ virtual void device_register_save(save_registrar &save) override;
// sound overrides
virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;