summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-2/+0
* Spring cleaning: Vas Crabb2019-11-012-2/+2
* some Visual Studio 2019 fixes (nw) smf-2019-09-291-0/+2
* (nw) misc cleanup: Vas Crabb2019-09-192-2/+2
* PORT_CUSTOM simplification (nw) AJR2019-09-143-8/+8
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-2/+2
* bus/gamegear, bus/nes_ctrl, bus/sms_ctrl: Prevent crashing during validation ... AJR2019-07-122-5/+9
* nes,sms: Change the way screen is set for light gun Enik Land2019-07-096-15/+21
* nes, sms: Fix light gun regression Enik Land2019-07-021-0/+1
* sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-306-31/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-263-37/+29
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-29/+37
* devices\bus: some MCFG macros removal (nw) Ivan Vangelista2019-01-313-37/+29
* 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