summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author R. Belmont <rb6502@users.noreply.github.com>2016-12-22 22:57:52 -0500
committer GitHub <noreply@github.com>2016-12-22 22:57:52 -0500
commit20a3f043dd62600b000b4deb0e0a5d633163f0a8 (patch)
tree0724bcd72a61ae5d09efa598829b80be5df73237
parentf5bc78c2110ef3763319a00c7cfe43c88e087390 (diff)
parent3ad395fd475dbc0b9584ff1aaf3edd1b75c6d090 (diff)
Merge pull request #1858 from ajrhacker/atlantis_unused_fix
Fix build (nw)
-rw-r--r--src/mame/drivers/atlantis.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/atlantis.cpp b/src/mame/drivers/atlantis.cpp
index b805367bd69..1a4f43e33f1 100644
--- a/src/mame/drivers/atlantis.cpp
+++ b/src/mame/drivers/atlantis.cpp
@@ -804,6 +804,7 @@ static INPUT_PORTS_START( mwskins )
INPUT_PORTS_END
+#if 0
static DEVICE_INPUT_DEFAULTS_START(mwskins_comm)
DEVICE_INPUT_DEFAULTS("RS232_TXBAUD", 0xff, RS232_BAUD_14400)
DEVICE_INPUT_DEFAULTS("RS232_RXBAUD", 0xff, RS232_BAUD_14400)
@@ -812,6 +813,7 @@ static DEVICE_INPUT_DEFAULTS_START(mwskins_comm)
DEVICE_INPUT_DEFAULTS("RS232_PARITY", 0xff, RS232_PARITY_NONE)
DEVICE_INPUT_DEFAULTS("RS232_STOPBITS", 0xff, RS232_STOPBITS_1)
DEVICE_INPUT_DEFAULTS_END
+#endif
/*************************************
*