summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/stvvdp2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/stvvdp2.cpp')
-rw-r--r--src/devices/video/stvvdp2.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/video/stvvdp2.cpp b/src/devices/video/stvvdp2.cpp
index 14d9d05dd1c..cc1da5b39d3 100644
--- a/src/devices/video/stvvdp2.cpp
+++ b/src/devices/video/stvvdp2.cpp
@@ -6350,9 +6350,9 @@ int saturn_state::stv_vdp2_start ( void )
stv_rbg_cache_data.is_cache_dirty = 3;
memset( &stv_vdp2_layer_data_placement, 0, sizeof(stv_vdp2_layer_data_placement));
- save_pointer(NAME(m_vdp2_regs.get()), 0x040000/2);
- save_pointer(NAME(m_vdp2_vram.get()), 0x100000/4);
- save_pointer(NAME(m_vdp2_cram.get()), 0x080000/4);
+ save_pointer(NAME(m_vdp2_regs), 0x040000/2);
+ save_pointer(NAME(m_vdp2_vram), 0x100000/4);
+ save_pointer(NAME(m_vdp2_cram), 0x080000/4);
machine().save().register_postload(save_prepost_delegate(FUNC(saturn_state::stv_vdp2_state_save_postload), this));
return 0;