summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a2bus/mouse.cpp
Commit message (Expand)AuthorAgeFilesLines
* bus/a2bus/mouse.cpp: Synchronise comminication with the microcontroller. Vas Crabb2025-04-201-20/+44
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-5/+5
* mcfg pia6821: partial revert for the ones that set the clock to non-0 hap2023-09-201-1/+3
* misc mcfg: remove pia6821 clock freq param, hap2023-09-201-3/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* bus/rs232: Added a configurable patch box device, and various cleanups. Vas Crabb2021-10-031-5/+68
* a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high after r... AJR2021-01-061-7/+4
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-111-6/+4
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-201-7/+7
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-1/+1
* Pia6821 improvements (#5254) Mike2019-06-191-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-2/+2
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-5/+5
* -pia6821: Removed MCFG and old devcb. [Ryan Holtz] mooglyguy2018-08-101-14/+15
* get rid of some overloaded names - a lot of these will become unnecessary aft... Vas Crabb2018-06-141-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-10/+10
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-2/+2
* a2bus, spectrum/exp: set a better example (nw) Vas Crabb2018-01-271-3/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* memory: Remove some space parameters from the apple2 domain [O. Galibert] Olivier Galibert2017-12-191-5/+5
* change some more device_mconfig_additions to device_add_mconfig (nw) Vas Crabb2017-05-231-20/+15
* 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-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* a2bus/mouse.cpp: simplification and cleanup Vas Crabb2017-01-171-121/+80
* m68705: re-implement timer/counter Vas Crabb2017-01-161-176/+22
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-2/+2
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-2/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+531