mirror of
https://github.com/holub/mame
synced 2025-06-24 13:26:36 +03:00
Remove unused variables to fix build (nw)
This commit is contained in:
parent
60455718eb
commit
c6b61cc7c5
@ -978,6 +978,7 @@ static INPUT_PORTS_START( mp68a )
|
|||||||
PORT_BIT(0xf3, IP_ACTIVE_HIGH, IPT_UNUSED )
|
PORT_BIT(0xf3, IP_ACTIVE_HIGH, IPT_UNUSED )
|
||||||
INPUT_PORTS_END
|
INPUT_PORTS_END
|
||||||
|
|
||||||
|
#ifdef UNUSED_VARIABLE
|
||||||
static DEVICE_INPUT_DEFAULTS_START( terminal )
|
static DEVICE_INPUT_DEFAULTS_START( terminal )
|
||||||
DEVICE_INPUT_DEFAULTS( "RS232_TXBAUD", 0xff, RS232_BAUD_300 )
|
DEVICE_INPUT_DEFAULTS( "RS232_TXBAUD", 0xff, RS232_BAUD_300 )
|
||||||
DEVICE_INPUT_DEFAULTS( "RS232_RXBAUD", 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_PARITY", 0xff, RS232_PARITY_NONE )
|
||||||
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_2 )
|
DEVICE_INPUT_DEFAULTS( "RS232_STOPBITS", 0xff, RS232_STOPBITS_2 )
|
||||||
DEVICE_INPUT_DEFAULTS_END
|
DEVICE_INPUT_DEFAULTS_END
|
||||||
|
#endif
|
||||||
|
|
||||||
TIMER_DEVICE_CALLBACK_MEMBER(didact_state::scan_artwork)
|
TIMER_DEVICE_CALLBACK_MEMBER(didact_state::scan_artwork)
|
||||||
{
|
{
|
||||||
|
@ -314,7 +314,7 @@ private:
|
|||||||
I2CP_RECIEVE_ACK_1,
|
I2CP_RECIEVE_ACK_1,
|
||||||
I2CP_RECIEVE_ACK_0
|
I2CP_RECIEVE_ACK_0
|
||||||
};
|
};
|
||||||
UINT16 key;
|
|
||||||
UINT32 bank_base;
|
UINT32 bank_base;
|
||||||
UINT32 nand_address;
|
UINT32 nand_address;
|
||||||
UINT16 block[0x1ff];
|
UINT16 block[0x1ff];
|
||||||
|
Loading…
Reference in New Issue
Block a user