| Commit message (Expand) | Author | Age | Files | Lines |
* | New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) |  Aaron Giles | 2021-02-27 | 1 | -7/+7 |
* | bus/neogeo: Cleaned up SMA protection bitswaps. |  Vas Crabb | 2021-01-12 | 1 | -89/+23 |
* | Make "slot" feature in software lists and a few related features case-sensitive |  AJR | 2021-01-05 | 1 | -1/+1 |
* | srcclean in preparation for 0.226 release branch |  Vas Crabb | 2020-10-25 | 1 | -6/+6 |
* | prot_fatfury2.cpp: Fix bitswap, Add notes (#7331) |  cam900 | 2020-10-06 | 1 | -3/+13 |
* | Device-fied PRO-CT0 |  cam900 | 2020-09-13 | 2 | -63/+29 |
* | drivers starting with m, n and o: removed read* and write* macros (nw) |  Ivan Vangelista | 2020-06-12 | 32 | -111/+111 |
* | drivers with m, n: some macro removal (nw) |  Ivan Vangelista | 2020-05-30 | 4 | -10/+10 |
* | srcclean and manual cleanup (nw) |  Vas Crabb | 2020-04-26 | 1 | -1/+1 |
* | New neogeo bootleg (#6547) |  Tom | 2020-04-14 | 7 | -1/+70 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+11 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -9/+9 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 29 | -169/+169 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 29 | -169/+169 |
* | devices\bus: some more MCFG macros removal (nw) |  Ivan Vangelista | 2019-02-01 | 25 | -145/+133 |
* | midas.cpp, neogeo.cpp, neopcb.cpp, neogeocd.cpp : Remove MCFGs |  cam900 | 2019-01-13 | 1 | -11/+9 |
* | devices/bus/neogeo/cmc.cpp, rom.cpp : Implement NVRAM |  cam900 | 2019-01-07 | 4 | -13/+27 |
* | srcclean and other cleanup (nw) |  Vas Crabb | 2018-06-24 | 1 | -1/+1 |
* | new WORKING clones (#3616) |  David Haywood | 2018-05-27 | 7 | -15/+89 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -65/+66 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | Never merge a patch from cam900 before trying a compile, because he |  Olivier Galibert | 2018-02-18 | 25 | -239/+265 |
* | neogeo : Updates (#3235) |  cam900 | 2018-02-18 | 25 | -265/+239 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 14 | -22/+22 |
* | Remove a bunch of space.device().safe_pc() from devices (nw) |  Olivier Galibert | 2017-12-30 | 4 | -11/+11 |
* | gross hack to fix kof10th state save, save_pointer() must be called after the... |  smf- | 2017-12-25 | 1 | -1/+1 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 9 | -54/+54 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 9 | -54/+54 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 9 | -54/+54 |
* | MT 06649 |  Robbbert | 2017-08-09 | 1 | -1/+1 |
* | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 28 | -167/+89 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 14 | -19/+19 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 57 | -966/+1081 |
* | Fixed out of bounds issues in NeoGeo memory access |  Nathan Woods | 2017-04-17 | 1 | -8/+8 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 2 | -13/+0 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 28 | -79/+79 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 4 | -2/+2 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -1/+1 |
* | Misc typo fixes. |  Jordi Mallach | 2016-10-27 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 56 | -649/+649 |
* | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 8 | -34/+34 |
* | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+2 |
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -4/+4 |
* | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
* | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 2 | -12/+1 |
* | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
* | this was missing. nw. |  etabeta78 | 2016-06-28 | 1 | -0/+1 |
* | small cleanup (nw) |  Miodrag Milanovic | 2016-06-05 | 1 | -1/+0 |