trunk/src/mess/machine/psxanalog.c
| r20307 | r20308 | |
| 225 | 225 | PORT_BIT( 0xff, 0x80, IPT_PADDLE ) PORT_NAME("Left Analog Y") PORT_SENSITIVITY(100) |
| 226 | 226 | |
| 227 | 227 | PORT_START("PSXMISC") |
| 228 | | PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON11 ) PORT_NAME("Analog") PORT_CHANGED_MEMBER(DEVICE_SELF, psx_analog_controller_device, change_mode, 0) |
| 228 | PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON11 ) PORT_NAME("Analog") PORT_TOGGLE PORT_CHANGED_MEMBER(DEVICE_SELF, psx_analog_controller_device, change_mode, 0) |
| 229 | 229 | INPUT_PORTS_END |
| 230 | 230 | |
| 231 | 231 | ioport_constructor psx_analog_controller_device::device_input_ports() const |