summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_banshee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_banshee.h')
-rw-r--r--src/devices/video/voodoo_banshee.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_banshee.h b/src/devices/video/voodoo_banshee.h
index 31afb8289ae..e916f96966f 100644
--- a/src/devices/video/voodoo_banshee.h
+++ b/src/devices/video/voodoo_banshee.h
@@ -75,7 +75,7 @@ protected:
// system management
virtual void soft_reset() override;
- virtual void register_save(voodoo::save_proxy &save, u32 total_allocation) override;
+ virtual void register_save(u32 total_allocation) override;
// buffer accessors
virtual u16 *lfb_buffer_indirect(int index) override;