| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | sms/gamegear misc fixes |  Enik Land | 2017-09-16 | 1 | -1/+1 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 4 | -28/+14 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 18 | -82/+77 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 9 | -9/+11 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 18 | -9/+9 |
| * | sms: Document the Sports Pad modes (and change the default) used by Sports Pa... |  MetalliC | 2016-11-07 | 2 | -9/+21 |
| * | converted lot of TRUE/FALSE to real boolean and updated types (nw) |  Miodrag Milanovic | 2016-10-22 | 2 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 18 | -77/+77 |
| * | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -4/+4 |
| * | sms: More documentation update [Enik] |  Miodrag Milanovic | 2016-05-25 | 2 | -8/+2 |
| * | - Change SMS/GG master clocks to match service manuals. [Enik] |  Miodrag Milanovic | 2016-05-23 | 1 | -4/+1 |
| * | This one documents what I think is a real bug of the Japanese game Sports Pad... |  Miodrag Milanovic | 2016-04-06 | 8 | -70/+80 |
| * | Fixed issues with timings and more comments form sms [Enik] |  Miodrag Milanovic | 2016-03-30 | 2 | -3/+5 |
| * | Improved documentation for SMS software and input devices [Enik] |  Miodrag Milanovic | 2016-03-26 | 9 | -36/+113 |
| * | The patch mainly adds software list support for the Master Gear adapter, used... |  Miodrag Milanovic | 2016-03-19 | 4 | -10/+14 |
| * | some NULL -> nullptr |  hap | 2016-01-24 | 4 | -7/+7 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 18 | -18/+18 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 18 | -18/+18 |
| * | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 1 | -1/+1 |
| * | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 1 | -1/+1 |
| * | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 9 | -33/+33 |
| * | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 1 | -2/+2 |
| * | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -2/+2 |
| * | cleanup |  Miodrag Milanovic | 2015-12-05 | 1 | -1/+1 |
| * | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 3 | -3/+3 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 9 | -0/+0 |