summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/smartboard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+2
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* misc hap devices: move variables init to device_start hap2022-08-021-1/+7
|
* New machines marked as NOT_WORKING hap2022-07-121-1/+1
| | | | | ---------------------------------- 532 XL (Yeno) [hap, Lars Hjorth]
* saitek_risc2500: update internal artwork hap2021-04-241-3/+2
|
* risc2500/tasc: fixed high pitched sound problem hap2021-04-221-4/+6
|
* ibm5170: fix validity error hap2021-04-201-7/+0
|
* New working software list additions hap2021-04-201-4/+7
| | | | | ----------------------------------- ibm5170: SmartBoard Driver (DOS), SmartBoard Driver SDK (Win32) [hap]
* smartboard: changes to make tasc smartboard test program work hap2021-04-201-38/+21
|
* smartboard: add user config to allow duplicate piece ids hap2021-04-191-1/+19
|
* smartboard: add support to connect it to pc printer port hap2021-04-191-0/+335