summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/pgm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/pgm.cpp')
-rw-r--r--src/mame/video/pgm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/pgm.cpp b/src/mame/video/pgm.cpp
index f655e48c1b4..eac0196aa9c 100644
--- a/src/mame/video/pgm.cpp
+++ b/src/mame/video/pgm.cpp
@@ -630,7 +630,7 @@ VIDEO_START_MEMBER(pgm_state,pgm)
m_spritebufferram = make_unique_clear<uint16_t[]>(0xa00/2);
- save_pointer(NAME(m_spritebufferram.get()), 0xa00/2);
+ save_pointer(NAME(m_spritebufferram), 0xa00/2);
}
uint32_t pgm_state::screen_update_pgm(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)