summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sensorboard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* sensorboard: makes no sense to apply Ctrl for lifted pieces on magnet board hap2020-09-131-4/+5
|
* sensorboard: add support for ctrl modifier with magnet boards hap2020-09-131-1/+1
|
* savant: add sensorboard click delay hap2020-07-301-20/+20
|
* dinvram: rename pre write/save to can write/save (nw) hap2020-06-111-1/+1
|
* sensorboard: add missing var to savestate (nw) hap2020-06-101-0/+2
|
* sensorboard: add nvram override setting (nw) hap2020-06-091-4/+21
|
* nvram: don't save 0byte file (nw) hap2020-06-091-15/+27
|
* sensorboard: only load last position when the chesscomputer expects it (nw) hap2020-06-091-1/+7
|
* sensorboard: save last board position on exit (nw) hap2020-06-081-14/+27
|
* sensorboard: output-before-reset regression (nw) hap2019-12-131-9/+9
|
* Machines promoted to working Sandro Ronco2019-10-201-0/+20
| | | | | ---------------------------- Fidelity Phantom Chess Challenger [Sandro Ronco]
* PORT_CUSTOM simplification (nw) AJR2019-09-141-4/+4
| | | | | | | | | | | | - Remove both arguments from CUSTOM_INPUT_MEMBER (adding template parameters as necessary) - Remove 'param' from PORT_CUSTOM_MEMBER and assume 'device' is DEVICE_SELF (use PORT_CUSTOM_DEVICE_MEMBER if it isn't) - Replace PORT_CUSTOM_MEMBER with PORT_READ_LINE_MEMBER where applicable Add implicit DEVICE_SELF variants of PORT_READ_LINE_DEVICE_MEMBER and PORT_WRITE_LINE_DEVICE_MEMBER (nw) Remove ioport_field argument from PORT_CROSSHAIR_MAPPER (nw) captflag, gmgalax: Separate driver classes from base (nw)
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-4/+4
|
* tascr30: put control panel on right side by default (nw) hap2019-07-231-5/+32
|
* sensorboard: can now reset board with black pieces starting from the bottom (nw) hap2019-07-191-13/+27
|
* fidel_dsc: add sensorboard (nw) hap2019-07-091-5/+2
|
* reversic: add sensorboard (nw) hap2019-07-091-7/+16
|
* renamed some novag drivers (nw) hap2019-07-061-3/+0
|
* sensorboard: disable default delay, there is no good one-size-fits-all (nw) hap2019-07-051-1/+1
|
* sensorboard: temp disable PORT_CONDITION since it's broken now (nw) hap2019-07-051-0/+3
|
* sensorboard: changed my mind, put default delay back to 75ms hap2019-07-041-1/+1
|
* fidel_vsc: add chesspieces (nw) hap2019-07-041-1/+1
|
* sboard: ctrl/shift+click no effect for inductive (nw) hap2019-06-301-0/+3
|
* tasc: 1 minute now matches realworld 1 minute, and it also says 30mhz ↵ hap2019-06-301-2/+1
| | | | instead of 31mhz in system info. assume same for risc2500 (nw)
* mk1: use pwm_display (nw) hap2019-06-291-3/+6
|
* chesstrv: add chesspieces (nw) hap2019-06-281-3/+17
|
* New not working machine added hap2019-06-271-27/+23
| | | | | ------------- Savant [hap, Berger, Sean Riddle]
* cp2000: use sensorboard_device (nw) hap2019-06-231-102/+102
|
* sensorboard: small refactor (nw) hap2019-06-231-38/+30
|
* added sensorboard with piece recognition (nw) hap2019-06-231-0/+701