Remove unused variables to fix build (nw)

This commit is contained in:
AJR 2016-09-16 19:20:48 -04:00
parent 60455718eb
commit c6b61cc7c5
2 changed files with 3 additions and 1 deletions

View File

@ -978,6 +978,7 @@ static INPUT_PORTS_START( mp68a )
PORT_BIT(0xf3, IP_ACTIVE_HIGH, IPT_UNUSED )
INPUT_PORTS_END
#ifdef UNUSED_VARIABLE
static DEVICE_INPUT_DEFAULTS_START( terminal )
DEVICE_INPUT_DEFAULTS( "RS232_TXBAUD", 0xff, RS232_BAUD_300 )
DEVICE_INPUT_DEFAULTS( "RS232_RXBAUD", 0xff, RS232_BAUD_300 )
@ -986,6 +987,7 @@ static DEVICE_INPUT_DEFAULTS_START( terminal )
DEVICE_INPUT_DEFAULTS( "RS232_PARITY", 0xff, RS232_PARITY_NONE )
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_2 )
DEVICE_INPUT_DEFAULTS_END
#endif
TIMER_DEVICE_CALLBACK_MEMBER(didact_state::scan_artwork)
{

View File

@ -314,7 +314,7 @@ private:
I2CP_RECIEVE_ACK_1,
I2CP_RECIEVE_ACK_0
};
UINT16 key;
UINT32 bank_base;
UINT32 nand_address;
UINT16 block[0x1ff];