summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/champbwl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/champbwl.c')
-rw-r--r--src/mame/drivers/champbwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/champbwl.c b/src/mame/drivers/champbwl.c
index d4c7955dcad..3bd9b20a4ee 100644
--- a/src/mame/drivers/champbwl.c
+++ b/src/mame/drivers/champbwl.c
@@ -335,7 +335,7 @@ static MACHINE_START( champbwl )
tnzs_state *state = (tnzs_state *)machine->driver_data;
UINT8 *ROM = memory_region(machine, "maincpu");
- state->mcu = NULL;
+ state->mcu = NULL;
memory_configure_bank(machine, 1, 0, 4, &ROM[0x10000], 0x4000);