summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes_ctrl
Commit message (Expand)AuthorAgeFilesLines
* nes.cpp, playch10.cpp, vsnes.cpp: Made zapper less bad. (#9284) 0kmg2022-02-092-20/+35
* bus/nes_ctrl: Added NES support for Virtual Boy controllers. (#9124) 0kmg2022-02-075-41/+61
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-4/+4
* -bus/nes_ctrl: Added support for Famicom Turbofile backup RAM. (#9034) 0kmg2021-12-265-2/+203
* bus/nes_ctrl: Added a SNES controller port adapter. (#9027) 0kmg2021-12-224-1/+122
* bus/nes_ctrl: Minor cleanup for Konami Hyper Shot controllers. (#9023) 0kmg2021-12-212-42/+23
* bus/nes_ctrl: Updated mahjong controller based on hardware info. (#9024) 0kmg2021-12-213-42/+46
* bus/nes_ctrl: Updated Partytap controller. (#8943) 0kmg2021-12-142-40/+22
* bus/nes_ctrl: Revised Bandai Hyper Shot to only use exp port calls. (#8947) 0kmg2021-12-142-13/+15
* bus/nes_ctrl: Work on Famicom joypads + more separation of EXP port. (#8956) 0kmg2021-12-1110-229/+227
* bus/nes_ctrl: Disentangled Famicom joypad 2 from expansion port code. (#8949) 0kmg2021-12-084-55/+55
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-091-6/+6
* bus/nes_ctrl: Updated Arkanoid paddles. (#8935) 0kmg2021-12-062-38/+69
* bus/nes_ctrl: Added support for Exciting Boxing air bag controller. (#8817) 0kmg2021-11-203-0/+142
* bus/nes_ctrl: Removed device_reset() for recently updated input devices. (#8846) 0kmg2021-11-206-32/+0
* bus/nes_ctrl: Updated Power Pad code. Promoted all games to working. (#8827) 0kmg2021-11-162-64/+59
* bus/nes_ctrl: Added support for Bandai Hyper Shot light gun. (#8794) 0kmg2021-11-123-16/+113
* bus/nes_ctrl: Added support for Doremikko piano keyboard. (#8790) 0kmg2021-11-113-0/+223
* bus/nes_ctrl: Added emulation for IGS Tap-tap Mat controller. (#8772) 0kmg2021-11-035-195/+265
* bus/nes_ctrl: Fixed Family Trainer button reads. (#8773) 0kmg2021-11-011-29/+18
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* new WORKING machines (#6252) David Haywood2020-02-024-49/+0
* 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