summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/tc0080vco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/tc0080vco.cpp')
-rw-r--r--src/mame/video/tc0080vco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/tc0080vco.cpp b/src/mame/video/tc0080vco.cpp
index 646aa08527e..f90984319bc 100644
--- a/src/mame/video/tc0080vco.cpp
+++ b/src/mame/video/tc0080vco.cpp
@@ -177,7 +177,7 @@ void tc0080vco_device::device_start()
/* create the char set (gfx will then be updated dynamically from RAM) */
m_gfxdecode->set_gfx(m_txnum, std::make_unique<gfx_element>(&m_gfxdecode->palette(), charlayout, (uint8_t *)m_char_ram, 0, 1, 512));
- save_pointer(NAME(m_ram.get()), TC0080VCO_RAM_SIZE / 2);
+ save_pointer(NAME(m_ram), TC0080VCO_RAM_SIZE / 2);
machine().save().register_postload(save_prepost_delegate(FUNC(tc0080vco_device::postload), this));
}