summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/8042kbdc.cpp
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap2024-04-111-1/+1
* 8042kbdc: Allow some systems to write D1 command first AJR2024-02-011-2/+1
* 8042kbdc: Improve behavior coming out of reset, locking device until AA is wr... AJR2024-02-011-5/+22
* 8042kbdc: Unbundle keyboard from device and make it optional AJR2023-10-101-9/+4
* Revert "video/mb86292.cpp: add base CRTC" angelosa2023-08-201-2/+0
* video/mb86292.cpp: add base CRTC angelosa2023-08-201-0/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-17/+5
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-8/+7
* 8042kbdc.cpp: return 0 when reading data port with no data (makes nforcepc bi... yz70s2022-06-191-0/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-8/+5
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* 8042kbdc.cpp: mouse reset answers at least one byte if mouse disabled. yz70s2021-08-301-3/+11
* 8042kbdc.cpp: improve management of ps/2 mouse yz70s2021-08-251-22/+87
* 8042kbdc.cpp: generate data for mouse only if mouse is enabled yz70s2020-07-251-3/+5
* devices/machine/8042kbdc, mame/machine/s32comm: initialize variables which ca... Ivan Vangelista2020-07-041-0/+1
* devices/machine/8042kbdc.cpp: initilized variable that caused problems for th... Ivan Vangelista2020-06-061-0/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* 8042kbdc.cpp: recognize mouse reset command (nw) yz70s2019-11-151-0/+6
* 8042kbdc: only include mouse on ps2 keyboards, avoids extra invalid mouse dev... cracyc2019-08-201-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+18
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-18/+4
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-3/+5
* -8042kbdc: Added timer to periodically check mouse. Fixes mouse in IRIX. [Rya... Ryan Holtz2019-02-111-1/+13
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* -kbdc8042: Added rudimentary PS/2 mouse support. [Ryan Holtz] mooglyguy2018-06-191-181/+118
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* 1st half of devices/machine to device_add_mconfig (nw) Ivan Vangelista2017-05-311-5/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* 8042kbdc: fix stuff (nw) cracyc2016-10-171-40/+19
* hiscore.dat: Updates [Leezer] cracyc2016-10-161-13/+0
* 8042kbdc: safer (nw) cracyc2016-03-071-3/+3
* pcat_dyn: "I/O BOARD FAILURE" (nw) cracyc2016-03-051-1/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+618