summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* devcb3 Vas Crabb2018-07-071-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-6/+6
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-11/+12
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* Sarayan made me do it. Vas Crabb2018-04-281-2/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-034-8/+8
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-5/+5
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-7/+7
* sms/gamegear misc fixes Enik Land2017-09-161-1/+1
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-144-28/+14
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-82/+77
* Self-registering devices prep: Vas Crabb2017-02-279-9/+11
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1118-9/+9
* sms: Document the Sports Pad modes (and change the default) used by Sports Pa... MetalliC2016-11-072-9/+21
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2218-77/+77
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
* sms: More documentation update [Enik] Miodrag Milanovic2016-05-252-8/+2
* - Change SMS/GG master clocks to match service manuals. [Enik] Miodrag Milanovic2016-05-231-4/+1
* This one documents what I think is a real bug of the Japanese game Sports Pad... Miodrag Milanovic2016-04-068-70/+80
* Fixed issues with timings and more comments form sms [Enik] Miodrag Milanovic2016-03-302-3/+5
* Improved documentation for SMS software and input devices [Enik] Miodrag Milanovic2016-03-269-36/+113
* The patch mainly adds software list support for the Master Gear adapter, used... Miodrag Milanovic2016-03-194-10/+14
* some NULL -> nullptr hap2016-01-244-7/+7
* reverting: Miodrag Milanovic2016-01-2018-18/+18
* tags are now strings (nw) Miodrag Milanovic2016-01-1618-18/+18
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-059-33/+33
* 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
* cleanup Miodrag Milanovic2015-12-051-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-143-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* 315-5124.c: Minor changes and fix a regression that in theory could affect zo... Scott Stone2015-09-142-33/+74
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+1981