summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunmouse
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* Cleanup: Vas Crabb2024-11-251-3/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-5/+5
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-5/+5
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-5/+5
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-2/+2
* Use std::clamp in more source files AJR2021-08-151-1/+1
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-7/+0
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-152-4/+4
* -hlemouse: Removed baud-rate hack from hle1200 Sun mouse, nw MooglyGuy2019-11-161-1/+1
* Spring cleaning: Vas Crabb2019-11-012-27/+5
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-5/+5
* OS X has different ideas about mouse button numbering - see #4010 Vas Crabb2018-09-191-2/+2
* Re-write serial mouse support: Vas Crabb2018-09-191-2/+2
* (nw) fix stuff up: Vas Crabb2018-09-182-6/+6
* Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c. Vas Crabb2018-09-174-0/+664