summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mouser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mouser.c')
-rw-r--r--src/mame/drivers/mouser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mouser.c b/src/mame/drivers/mouser.c
index c3fbda381f0..c6a0adef25c 100644
--- a/src/mame/drivers/mouser.c
+++ b/src/mame/drivers/mouser.c
@@ -287,7 +287,7 @@ DRIVER_INIT_MEMBER(mouser_state,mouser)
/* Decode the opcodes */
offs_t i;
- 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 *decrypted = auto_alloc_array(machine(), UINT8, 0x6000);
UINT8 *table = machine().root_device().memregion("user1")->base();