mirror of
https://github.com/holub/mame
synced 2025-05-07 06:44:51 +03:00
sensorboard: temp disable PORT_CONDITION since it's broken now (nw)
This commit is contained in:
parent
10f0425b9e
commit
3661ee5ef8
@ -541,6 +541,9 @@ INPUT_CHANGED_MEMBER(sensorboard_device::ui_init)
|
||||
// input_ports - device-specific input ports
|
||||
//-------------------------------------------------
|
||||
|
||||
#undef PORT_CONDITION
|
||||
#define PORT_CONDITION(a, b, c, d) ;
|
||||
|
||||
static INPUT_PORTS_START( sensorboard )
|
||||
PORT_START("RANK.1")
|
||||
PORT_BIT(0x0001, IP_ACTIVE_HIGH, IPT_OTHER) PORT_CONDITION("BS_CHECK", 1<<16 | 1<<0, EQUALS, 0) PORT_CHANGED_MEMBER(DEVICE_SELF, sensorboard_device, sensor, 0x00) PORT_NAME("Sensor A1")
|
||||
|
Loading…
Reference in New Issue
Block a user