summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decoprot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decoprot.c')
-rw-r--r--src/mame/machine/decoprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/decoprot.c b/src/mame/machine/decoprot.c
index c1396da7e05..b283b1b308d 100644
--- a/src/mame/machine/decoprot.c
+++ b/src/mame/machine/decoprot.c
@@ -94,7 +94,7 @@ void decoprot_reset(running_machine &machine)
deco16_mask=0xffff;
decoprot_last_write=decoprot_last_write_val=0;
decoprot_buffer_ram_selected=0;
-
+
deco16_prot_ram = reinterpret_cast<UINT16 *>(machine.root_device().memshare("prot16ram")->ptr());
deco32_prot_ram = reinterpret_cast<UINT32 *>(machine.root_device().memshare("prot32ram")->ptr());