summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/raiden.c')
-rw-r--r--src/mame/drivers/raiden.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden.c b/src/mame/drivers/raiden.c
index 8f11564790a..f4cc22ba7c1 100644
--- a/src/mame/drivers/raiden.c
+++ b/src/mame/drivers/raiden.c
@@ -534,7 +534,7 @@ encryption method! The technique is a combination of a XOR table plus
bit-swapping */
static void common_decrypt(running_machine *machine)
{
-
+
UINT16 *RAM = (UINT16 *)memory_region(machine, "maincpu");
int i;