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, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cchance.c b/src/mame/drivers/cchance.c
index 74d3c77f4be..9e796159d26 100644
--- a/src/mame/drivers/cchance.c
+++ b/src/mame/drivers/cchance.c
@@ -184,7 +184,7 @@ static const ay8910_interface ay8910_config =
static MACHINE_START( cchance )
{
tnzs_state *state = (tnzs_state *)machine->driver_data;
- state->mcu = NULL;
+ state->mcu = NULL;
state_save_register_global(machine, state->screenflip);
state_save_register_global(machine, state->hop_io);