summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/k051733.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/k051733.c')
-rw-r--r--src/mame/video/k051733.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k051733.c b/src/mame/video/k051733.c
index 98ab93dcbdc..b70cf7a9c03 100644
--- a/src/mame/video/k051733.c
+++ b/src/mame/video/k051733.c
@@ -86,7 +86,7 @@ void k051733_device::device_config_complete()
void k051733_device::device_start()
{
save_item(NAME(m_ram));
- save_item(NAME(m_rng));
+ save_item(NAME(m_rng));
}
//-------------------------------------------------