mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Merge pull request #1858 from ajrhacker/atlantis_unused_fix
Fix build (nw)
This commit is contained in:
commit
20a3f043dd
@ -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
|
||||
|
||||
/*************************************
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user