summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf262.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf262.h')
-rw-r--r--src/devices/sound/ymf262.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/sound/ymf262.h b/src/devices/sound/ymf262.h
index 78086532e7c..bb90baad145 100644
--- a/src/devices/sound/ymf262.h
+++ b/src/devices/sound/ymf262.h
@@ -34,6 +34,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;