summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl
Commit message (Expand)AuthorAgeFilesLines
* -tools/imgtool/modules: Fixed remaining calss memory access warnings. Vas Crabb2024-11-261-3/+3
* Cleaned up miscellaneous stuff. Vas Crabb2024-10-312-2/+4
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-186-8/+8
* bus/vcs_ctrl/trakball.cpp: Fix comment AJR2024-10-021-1/+1
* vcs_ctrl: Add support for Atari CX22/CX80 Trak-Ball in native trackball mode ... as-tb-dev2024-10-023-0/+203
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-279-18/+18
* srcclean and fix indentation in preparation for MAME 0.264 branch. Vas Crabb2024-03-241-1/+1
* bus/vcs_ctrl: Move "cx85" into the general devices list on the slim chance it... AJR2024-03-071-2/+1
* cx85: Invert polarity of B pot output AJR2024-03-061-1/+4
* vcs_ctrl/cx85.cpp: Function key fixes AJR2024-03-031-3/+3
* vcs_ctrl/cx85.cpp: Remove debugging leftover AJR2024-03-031-5/+0
* a800: Add Atari CX85 Numeric Keypad to controller port options AJR2024-03-033-0/+185
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* vcs_ctrl/paddles: Swap ports and button bits at runtime. Avoids multiple inpu... MooglyGuy2023-01-121-21/+5
* a2600.xml: Set default controllers for Omega Race. (#10517) 0kmg2022-11-081-2/+3
* vcs_ctrl/joybooster.cpp: Correct device name; add notes AJR2022-10-311-3/+8
* a400, a800, a800xl, etc.: Adopt and adapt VCS slot device for controller inpu... AJR2022-10-184-2/+30
* vcs_ctrl: Some fixes AJR2022-10-186-10/+18
* bus/vcs_ctrl: Corrected header access modifiers. Simplified keypad code. (#10... 0kmg2022-10-019-96/+59
* bus/vcs_ctrl: Fixed swapped paddle buttons (fixes #9755). (#9756) 0kmg2022-05-151-2/+2
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-3/+0
* Spring cleaning: Vas Crabb2019-11-012-8/+8
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* c64 mouse: add note (nw) hap2019-05-131-5/+12
* c64: added mouse controller (nw) hap2019-05-133-0/+158
* (nw) Clean up the mess on master Vas Crabb2019-03-261-17/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+17
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-311-17/+0
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-1/+10
* -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] mooglyguy2018-08-011-0/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* more macro removal and overload disambiguation (nw) Vas Crabb2018-06-171-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-9/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1414-59/+52
* Self-registering devices prep: Vas Crabb2017-02-277-7/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1114-7/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2214-50/+50
* reverting: Miodrag Milanovic2016-01-2014-14/+14
* tags are now strings (nw) Miodrag Milanovic2016-01-1614-14/+14
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+0
* override part 1 (nw) Miodrag Milanovic2015-12-057-32/+32
* cleanup Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 2 Miodrag Milanovic2015-12-041-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-087-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1314-0/+1109