summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vsmile/vsmile_ctrl.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+2
* -bus/vsmile: Added Smart Keyboard in US, French, and German layouts. [Ryan Ho... MooglyGuy2021-05-161-0/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-7/+7
* Software list items promoted to working Ryan Holtz2020-10-101-0/+2
* -vsmile_ctrl: Disable verbose logging (nw) Ryan Holtz2020-07-121-1/+1
* -vsmile: Fixed inputs. [Ryan Holtz] Ryan Holtz2020-07-121-2/+2
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-1/+1
* Spring cleaning: Vas Crabb2019-11-011-36/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+315
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-315/+0
* vsmile_ctrl: add machine context to logging (nw) Vas Crabb2019-01-221-7/+17
* vsmile: remove need for reset hack joystick, enable second controller port (n... Vas Crabb2019-01-221-2/+3
* vsmile_ctrl: hack to survive F3 reset (nw) Vas Crabb2019-01-221-1/+3
* vsmile_ctrl: fix controller not working if buttons are pushed too early Vas Crabb2019-01-211-6/+68
* vsmile_ctrl: honour controller select Vas Crabb2019-01-211-5/+134
* -vsmile: Converted to use slot devices for controllers. Breaks controller inp... MooglyGuy2019-01-201-2/+2
* -spg2xx: Added additional timer logging, nw. MooglyGuy2019-01-191-0/+111
* -vsmile: Removed all of my work and returned to a skeleton driver, since it's... MooglyGuy2019-01-191-111/+0
* vsmile: add skeleton controller bus Vas Crabb2019-01-201-0/+111