summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <pac0446@bigpond.net.au>2015-01-21 10:35:19 +1100
committer Robbbert <pac0446@bigpond.net.au>2015-01-21 10:35:19 +1100
commit801bd7fc6145e7d971e54fb5b59565d163db8e56 (patch)
tree8d055c543e1bea86ffdf84fc183f79b7f35aa63d
parent11fc352eb7141481a32bfa0a8834f8ebeb4fa918 (diff)
fixed compile error (nw)
-rw-r--r--src/mame/drivers/exidy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exidy.c b/src/mame/drivers/exidy.c
index c2119562802..6ba62899e2e 100644
--- a/src/mame/drivers/exidy.c
+++ b/src/mame/drivers/exidy.c
@@ -1536,7 +1536,7 @@ DRIVER_INIT_MEMBER(exidy_state,pepper2)
DRIVER_INIT_MEMBER(exidy_state,fax)
{
- address_space &space = m_maincpu->space(AS_PROGRAM);
+ //address_space &space = m_maincpu->space(AS_PROGRAM);
exidy_video_config(0x04, 0x04, TRUE);