summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimizations for Atmel AVR-8 core (#11622) MooglyGuy2023-11-051-7/+7
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-7/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-5/+5
* bus/pce_ctrl: Added PC Engine Mouse support. Vas Crabb2022-12-211-0/+2
* bus/msx/ctrl, bus/sms_ctrl: Use AD Stick Z type for XE-1AP throttle. Vas Crabb2022-12-201-1/+1
* More Micom XE-1AP adjustments: Vas Crabb2022-12-201-3/+3
* bus/msx: Fixed mislabeled button on FM Towns 6-button Pad. Vas Crabb2022-12-201-1/+1
* More Micom Soft controller wrangling: Vas Crabb2022-12-181-259/+48
* bus/sms_ctrl: A few refinements for the XE-1AP controller: Vas Crabb2022-12-181-8/+16
* bus/sms_ctrl: Added support for Denpa XE-1AP controller. Vas Crabb2022-12-184-1/+333
* sega/sg1000.cpp: Slotified controller ports. Vas Crabb2022-12-181-21/+18
* bus/sms_ctrl: Added Konami Hyper Shot for Sega, too. Vas Crabb2022-12-174-0/+89
* bus/msx/ctrl: Added Konami Hyper Shot controller. Vas Crabb2022-12-172-3/+10
* -bus/sms_ctrl: Better 4-player adaptor and mouse emulation: Vas Crabb2022-12-172-43/+109
* bus/sms_ctrl: Added support for Sega mouse and four-player adaptor. Vas Crabb2022-12-167-26/+826
* bus/sms_ctrl: More plausible TH responses for export Sports Pad. Vas Crabb2022-12-151-56/+64
* sega/sms.cpp: Refactored Game Gear handling. (#10682) Vas Crabb2022-12-141-1/+2
* -bus/sms_ctrl: Added raphnet DIY SMS/Mark III paddle. Vas Crabb2022-12-134-0/+249
* sega/mdioport.cpp: Added Mega Drive I/O port controller device. Vas Crabb2022-12-126-13/+95
* bus/sms_ctrl: Make paddle ignore TH again - assume reports of it working on e... Vas Crabb2022-12-081-91/+11
* bus/sms_ctrl/sports.cpp: Removed unused class member. Vas Crabb2022-12-081-1/+0
* bus/sms_ctrl: Reworked Sega Master System controller bus. Vas Crabb2022-12-0824-1088/+1202
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-044-98/+62
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-264-4/+4
* 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