summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/stvvdp1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/stvvdp1.cpp')
-rw-r--r--src/devices/video/stvvdp1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/stvvdp1.cpp b/src/devices/video/stvvdp1.cpp
index 3bd956600f7..9cc412b3999 100644
--- a/src/devices/video/stvvdp1.cpp
+++ b/src/devices/video/stvvdp1.cpp
@@ -2217,8 +2217,8 @@ int saturn_state::stv_vdp1_start ( void )
m_vdp1.user_cliprect.set(0, 512, 0, 256);
// save state
- save_pointer(NAME(m_vdp1_regs.get()), 0x020/2);
- save_pointer(NAME(m_vdp1_vram.get()), 0x100000/4);
+ save_pointer(NAME(m_vdp1_regs), 0x020/2);
+ save_pointer(NAME(m_vdp1_vram), 0x100000/4);
save_item(NAME(m_vdp1.fbcr_accessed));
save_item(NAME(m_vdp1.framebuffer_current_display));
save_item(NAME(m_vdp1.framebuffer_current_draw));