summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/cclimber.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/cclimber.c')
-rw-r--r--src/mame/machine/cclimber.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/cclimber.c b/src/mame/machine/cclimber.c
index c26b55c6a48..7678d9b3da4 100644
--- a/src/mame/machine/cclimber.c
+++ b/src/mame/machine/cclimber.c
@@ -6,7 +6,7 @@
static void cclimber_decode(running_machine &machine, const UINT8 convtable[8][16])
{
- address_space &space = *machine.device("maincpu")->memory().space(AS_PROGRAM);
+ address_space &space = machine.device("maincpu")->memory().space(AS_PROGRAM);
UINT8 *rom = machine.root_device().memregion("maincpu")->base();
UINT8 *decrypt = auto_alloc_array(machine, UINT8, 0x10000);
int A;