summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/mx2178.c
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2014-02-20 17:50:51 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2014-02-20 17:50:51 +0000
commit9fa82ef4c3d247a7279cea7f423697524abdbd6b (patch)
treead25be89d42921076a84b978c912c0fbfc2fc98d /src/mess/drivers/mx2178.c
parent0991d0a4c5a84c80d5dbe028a3f6fd8f4ecdeecf (diff)
first round of clang 3.4 fixes for MESS (nw)
Diffstat (limited to 'src/mess/drivers/mx2178.c')
-rw-r--r--src/mess/drivers/mx2178.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/drivers/mx2178.c b/src/mess/drivers/mx2178.c
index ca30c554dc7..18d206a5fca 100644
--- a/src/mess/drivers/mx2178.c
+++ b/src/mess/drivers/mx2178.c
@@ -94,6 +94,7 @@ static ASCII_KEYBOARD_INTERFACE( keyboard_intf )
// ACIA6850_INTERFACE( acia0_intf )
//-------------------------------------------------
+#if 0
static ACIA6850_INTERFACE( acia_intf )
{
614400,
@@ -102,6 +103,7 @@ static ACIA6850_INTERFACE( acia_intf )
DEVCB_DEVICE_LINE_MEMBER("rs232", rs232_port_device, write_rts),
DEVCB_CPU_INPUT_LINE("maincpu", INPUT_LINE_IRQ0)
};
+#endif
static MC6845_UPDATE_ROW( update_row )
{