summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_render.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2021-09-15 11:17:56 -0700
committer Aaron Giles <aaron@aarongiles.com>2021-09-15 11:17:56 -0700
commit798cd3131379dd63cbf36510130340ecff306f77 (patch)
tree4d6eb34ba17f53bc846d8dae155ce323357672e9 /src/devices/video/voodoo_render.h
parentde28f087ffe26ece88ef416ca7080f8d10d08398 (diff)
Update voodoo code to leverage new save_registrar instead of its own temporary system.save_structs
Diffstat (limited to 'src/devices/video/voodoo_render.h')
-rw-r--r--src/devices/video/voodoo_render.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_render.h b/src/devices/video/voodoo_render.h
index 9eafef87f98..653df20d6d3 100644
--- a/src/devices/video/voodoo_render.h
+++ b/src/devices/video/voodoo_render.h
@@ -506,7 +506,7 @@ public:
voodoo_renderer(running_machine &machine, u16 tmu_config, const rgb_t *rgb565, voodoo_regs &fbi_regs, voodoo_regs *tmu0_regs, voodoo_regs *tmu1_regs);
// state saving
- void register_save(save_proxy &save);
+ void register_save(save_registrar &save);
// simple getters
s32 yorigin() const { return m_yorigin; }