summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* some Visual Studio 2019 fixes (nw) smf-2019-09-292-1/+2
* bus/gamegear, bus/nes_ctrl, bus/sms_ctrl: Prevent crashing during validation ... AJR2019-07-122-7/+14
* nes,sms: Change the way screen is set for light gun Enik Land2019-07-097-18/+29
* nes, sms: Fix light gun regression Enik Land2019-07-021-1/+13
* nes: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... enikland22019-03-304-19/+11
* (nw) Clean up the mess on master Vas Crabb2019-03-262-10/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-11/+10
* magedev\cassette: removed MCFG macros (nw) Ivan Vangelista2019-01-221-5/+6
* midi: remove MCFG macros (nw) Ivan Vangelista2019-01-191-5/+5
* srcclean (nw) Vas Crabb2018-12-231-2/+2
* -bus/nes_ctrl: Added support for dance mats, used by the nes_vt driver. [Davi... mooglyguy2018-12-204-6/+52
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-203-35/+39
* -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... Ryan Holtz2018-08-161-3/+4
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-53/+60
* Sarayan made me do it. Vas Crabb2018-04-281-2/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-176-7/+7
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-4/+0
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1210-69/+35
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-6/+6
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1432-240/+242
* nes.xml: new dumps Kaz2017-04-061-3/+3
* Self-registering devices prep: Vas Crabb2017-02-2716-23/+23
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1132-16/+16
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2232-187/+187
* remove legacy forms of (required|optional)_(shared_ptr|ioport)_array Vas Crabb2016-08-254-17/+23
* reverting: Miodrag Milanovic2016-01-2032-52/+52
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-206-6/+6
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-166-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-1632-52/+52
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-0516-99/+99
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-1/+1
* use c++ cast instead of c casts (nw) 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-1413-17/+18
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0816-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1332-0/+3793