summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/eolith.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/eolith.c')
-rw-r--r--src/mame/video/eolith.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/eolith.c b/src/mame/video/eolith.c
index 19f633f6006..3dad1367816 100644
--- a/src/mame/video/eolith.c
+++ b/src/mame/video/eolith.c
@@ -33,7 +33,7 @@ READ32_MEMBER(eolith_state::eolith_vram_r)
VIDEO_START_MEMBER(eolith_state,eolith)
{
m_vram = auto_alloc_array(machine(), UINT32, 0x40000*2/4);
- save_pointer(NAME(m_vram), 0x40000*2/4);
+ save_pointer(NAME(m_vram), 0x40000*2/4);
save_item(NAME(m_buffer));
}