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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden.c b/src/mame/drivers/raiden.c
index f2296dd41b7..edcded488e2 100644
--- a/src/mame/drivers/raiden.c
+++ b/src/mame/drivers/raiden.c
@@ -575,7 +575,6 @@ encryption method! The technique is a combination of a XOR table plus
bit-swapping */
static void common_decrypt(running_machine &machine)
{
-
UINT16 *RAM = (UINT16 *)machine.root_device().memregion("maincpu")->base();
int i;