| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 2 | -6/+6 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 4 | -7/+7 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 12 | -26/+26 |
| * | Optimizations for Atmel AVR-8 core (#11622) |  MooglyGuy | 2023-11-05 | 1 | -7/+7 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -7/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 3 | -5/+5 |
| * | bus/pce_ctrl: Added PC Engine Mouse support. |  Vas Crabb | 2022-12-21 | 1 | -0/+2 |
| * | bus/msx/ctrl, bus/sms_ctrl: Use AD Stick Z type for XE-1AP throttle. |  Vas Crabb | 2022-12-20 | 1 | -1/+1 |
| * | More Micom XE-1AP adjustments: |  Vas Crabb | 2022-12-20 | 1 | -3/+3 |
| * | bus/msx: Fixed mislabeled button on FM Towns 6-button Pad. |  Vas Crabb | 2022-12-20 | 1 | -1/+1 |
| * | More Micom Soft controller wrangling: |  Vas Crabb | 2022-12-18 | 1 | -259/+48 |
| * | bus/sms_ctrl: A few refinements for the XE-1AP controller: |  Vas Crabb | 2022-12-18 | 1 | -8/+16 |
| * | bus/sms_ctrl: Added support for Denpa XE-1AP controller. |  Vas Crabb | 2022-12-18 | 4 | -1/+333 |
| * | sega/sg1000.cpp: Slotified controller ports. |  Vas Crabb | 2022-12-18 | 1 | -21/+18 |
| * | bus/sms_ctrl: Added Konami Hyper Shot for Sega, too. |  Vas Crabb | 2022-12-17 | 4 | -0/+89 |
| * | bus/msx/ctrl: Added Konami Hyper Shot controller. |  Vas Crabb | 2022-12-17 | 2 | -3/+10 |
| * | -bus/sms_ctrl: Better 4-player adaptor and mouse emulation: |  Vas Crabb | 2022-12-17 | 2 | -43/+109 |
| * | bus/sms_ctrl: Added support for Sega mouse and four-player adaptor. |  Vas Crabb | 2022-12-16 | 7 | -26/+826 |
| * | bus/sms_ctrl: More plausible TH responses for export Sports Pad. |  Vas Crabb | 2022-12-15 | 1 | -56/+64 |
| * | sega/sms.cpp: Refactored Game Gear handling. (#10682) |  Vas Crabb | 2022-12-14 | 1 | -1/+2 |
| * | -bus/sms_ctrl: Added raphnet DIY SMS/Mark III paddle. |  Vas Crabb | 2022-12-13 | 4 | -0/+249 |
| * | sega/mdioport.cpp: Added Mega Drive I/O port controller device. |  Vas Crabb | 2022-12-12 | 6 | -13/+95 |
| * | bus/sms_ctrl: Make paddle ignore TH again - assume reports of it working on e... |  Vas Crabb | 2022-12-08 | 1 | -91/+11 |
| * | bus/sms_ctrl/sports.cpp: Removed unused class member. |  Vas Crabb | 2022-12-08 | 1 | -1/+0 |
| * | bus/sms_ctrl: Reworked Sega Master System controller bus. |  Vas Crabb | 2022-12-08 | 24 | -1088/+1202 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 4 | -98/+62 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 4 | -4/+4 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 1 | -2/+0 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -2/+2 |
| * | some Visual Studio 2019 fixes (nw) |  smf- | 2019-09-29 | 1 | -0/+2 |
| * | (nw) misc cleanup: |  Vas Crabb | 2019-09-19 | 2 | -2/+2 |
| * | PORT_CUSTOM simplification (nw) |  AJR | 2019-09-14 | 3 | -8/+8 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -2/+2 |
| * | bus/gamegear, bus/nes_ctrl, bus/sms_ctrl: Prevent crashing during validation ... |  AJR | 2019-07-12 | 2 | -5/+9 |
| * | nes,sms: Change the way screen is set for light gun |  Enik Land | 2019-07-09 | 6 | -15/+21 |
| * | nes, sms: Fix light gun regression |  Enik Land | 2019-07-02 | 1 | -0/+1 |
| * | sms: Replace VDP bitmap access with screen().pixel() for lightgun emulation (... |  enikland2 | 2019-03-30 | 6 | -31/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -37/+29 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -29/+37 |
| * | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 3 | -37/+29 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -6/+6 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -11/+12 |
| * | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
| * | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -2/+1 |
| * | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 4 | -8/+8 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -5/+5 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 2 | -2/+2 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -7/+7 |