summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/human_interface.cpp
Commit message (Expand)AuthorAgeFilesLines
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-1/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-3/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-4/+21
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-4/+4
* various devices used by hp9k_3xx.cpp: initialized some variables to fix probl... Ivan Vangelista2020-06-061-0/+1
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-201-8/+8
* simplified some handlers (nw) Ivan Vangelista2020-05-131-1/+1
* devices/cpu: simplified some handlers (nw) Ivan Vangelista2020-03-311-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-4/+4
* mindset: Fix the 8042s, clock starts ticking [O. Galibert] Olivier Galibert2019-06-161-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+6
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-6/+6
* bus/hp_dio: Replace CPU finder with required_address_space (nw) AJR2019-02-251-2/+2
* tms9914: Rename read/write handlers and remove superfluous arguments (nw) AJR2019-02-181-4/+4
* Revert "hp9k3xx: call reset() instead of manually resetting subdevices (nw)" Sven Schnelle2018-12-011-2/+3
* hp9k_3xx: add DMA enable to control register Sven Schnelle2018-11-251-3/+15
* Merge pull request #4328 from hp9k/human_interface_reset R. Belmont2018-11-231-3/+2
|\
| * hp9k3xx: call reset() instead of manually resetting subdevices (nw) Sven Schnelle2018-11-231-3/+2
* | hp9k_3xx: misc fixes (nw) Sven Schnelle2018-11-231-7/+11
|/
* hp9k_3xx: fix RTC corruption Sven Schnelle2018-11-061-0/+1
* hp_hil: Removing MCFG macros doesn't just mean blindly expanding them (nw) Vas Crabb2018-10-301-9/+2
* hp9k3xx/human_interface: add parallel poll logic (nw) Sven Schnelle2018-10-201-5/+61
* hp_dio: remove unused map() functions Sven Schnelle2018-10-131-6/+0
* Merge pull request #4119 from hp9k/hp_hil_mouse R. Belmont2018-10-111-0/+5
|\
| * hp_hil: add HP 46060B mouse Sven Schnelle2018-10-111-0/+5
* | hp_dio/human_interface: fix fixme (nw) Sven Schnelle2018-10-101-2/+1
|/
* hp_dio/human_interface: remove MCFG (nw) Sven Schnelle2018-10-101-40/+46
* hp9k_3xx: move Sound, GPIB, Keyboard and RTC to human interface module Sven Schnelle2018-10-081-0/+304