summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68561mpcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/68561mpcc.c')
-rw-r--r--src/emu/machine/68561mpcc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/emu/machine/68561mpcc.c b/src/emu/machine/68561mpcc.c
index c894f4c96ba..1b8a8895fed 100644
--- a/src/emu/machine/68561mpcc.c
+++ b/src/emu/machine/68561mpcc.c
@@ -23,8 +23,6 @@ const device_type MPCC68561 = &device_creator<mpcc68561_t>;
#define LOG_MPCC (1)
-#if 0 // future
-
/***************************************************************************
IMPLEMENTATION
***************************************************************************/
@@ -481,7 +479,3 @@ WRITE8_MEMBER( mpcc68561_t::reg_w )
break;
}
}
-
-#else
-
-#endif