From 79753b6688f9d51b714c347c478cdd8c2454dd51 Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 28 Sep 2018 22:20:02 -0400 Subject: cgsix: Fix obviously wrong save_item call (nw) --- src/devices/bus/sbus/cgsix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/sbus/cgsix.cpp b/src/devices/bus/sbus/cgsix.cpp index 982aa091349..beebe3dadd9 100644 --- a/src/devices/bus/sbus/cgsix.cpp +++ b/src/devices/bus/sbus/cgsix.cpp @@ -84,7 +84,7 @@ void sbus_cgsix_device::device_start() save_item(NAME(m_fbc.m_pixel_mask)); save_item(NAME(m_fbc.m_patt_align)); - save_item(NAME(m_fbc.m_pattern[8])); + save_item(NAME(m_fbc.m_pattern)); save_item(NAME(m_fbc.m_ipoint_absx)); save_item(NAME(m_fbc.m_ipoint_absy)); -- cgit v1.2.3