summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/sports.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-1/+1
* bus/sms_ctrl: More plausible TH responses for export Sports Pad. Vas Crabb2022-12-151-56/+64
* bus/sms_ctrl/sports.cpp: Removed unused class member. Vas Crabb2022-12-081-1/+0
* bus/sms_ctrl: Reworked Sega Master System controller bus. Vas Crabb2022-12-081-98/+103
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-45/+26
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* (nw) misc cleanup: Vas Crabb2019-09-191-1/+1
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+3
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-2/+2
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* sms: Document the Sports Pad modes (and change the default) used by Sports Pa... MetalliC2016-11-071-2/+4
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* sms: More documentation update [Enik] Miodrag Milanovic2016-05-251-7/+1
* This one documents what I think is a real bug of the Japanese game Sports Pad... Miodrag Milanovic2016-04-061-10/+10
* Improved documentation for SMS software and input devices [Enik] Miodrag Milanovic2016-03-261-22/+36
* The patch mainly adds software list support for the Master Gear adapter, used... Miodrag Milanovic2016-03-191-3/+9
* some NULL -> nullptr hap2016-01-241-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+194