summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cchance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cchance.c')
-rw-r--r--src/mame/drivers/cchance.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/cchance.c b/src/mame/drivers/cchance.c
index 19795c2a568..b453f0db4cd 100644
--- a/src/mame/drivers/cchance.c
+++ b/src/mame/drivers/cchance.c
@@ -185,14 +185,12 @@ GFXDECODE_END
MACHINE_START_MEMBER(cchance_state,cchance)
{
- save_item(NAME(m_screenflip));
save_item(NAME(m_hop_io));
save_item(NAME(m_bell_io));
}
MACHINE_RESET_MEMBER(cchance_state,cchance)
{
- m_screenflip = 0;
m_mcu_type = -1;
m_hop_io = 0;
m_bell_io = 0;