summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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