summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo (follow)
Commit message (Expand)AuthorAgeFilesLines
* Device-fied PRO-CT0 cam9002020-09-132-63/+29
* drivers starting with m, n and o: removed read* and write* macros (nw) Ivan Vangelista2020-06-1232-111/+111
* drivers with m, n: some macro removal (nw) Ivan Vangelista2020-05-304-10/+10
* srcclean and manual cleanup (nw) Vas Crabb2020-04-261-1/+1
* New neogeo bootleg (#6547) Tom2020-04-147-1/+70
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-9/+11
* Spring cleaning: Vas Crabb2019-11-012-9/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-2629-169/+169
* Revert "conflict resolution (nw)" andreasnaive2019-03-2529-169/+169
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-0125-145/+133
* midas.cpp, neogeo.cpp, neopcb.cpp, neogeocd.cpp : Remove MCFGs cam9002019-01-131-11/+9
* devices/bus/neogeo/cmc.cpp, rom.cpp : Implement NVRAM cam9002019-01-074-13/+27
* srcclean and other cleanup (nw) Vas Crabb2018-06-241-1/+1
* new WORKING clones (#3616) David Haywood2018-05-277-15/+89
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-65/+66
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Never merge a patch from cam900 before trying a compile, because he Olivier Galibert2018-02-1825-239/+265
* neogeo : Updates (#3235) cam9002018-02-1825-265/+239
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1714-22/+22
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-304-11/+11
* gross hack to fix kof10th state save, save_pointer() must be called after the... smf-2017-12-251-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-139-54/+54
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-139-54/+54
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-139-54/+54
* MT 06649 Robbbert2017-08-091-1/+1
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1228-167/+89
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2214-19/+19
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1457-966/+1081
* Fixed out of bounds issues in NeoGeo memory access Nathan Woods2017-04-171-8/+8
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-2728-79/+79
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-2/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-1/+1
* Misc typo fixes. Jordi Mallach2016-10-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2256-649/+649
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-218-34/+34
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-4/+4
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-12/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* this was missing. nw. etabeta782016-06-281-0/+1
* small cleanup (nw) Miodrag Milanovic2016-06-051-1/+0
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-2538-201/+183
* made the transition between different carts in the multislot driver etabeta782016-04-292-3/+71
* further cleanup + final untangling from the old code: etabeta782016-04-284-105/+0
* misc clean up. nw. etabeta782016-04-281-1/+0
* neogeo.cpp: huge clean up of the cartslot code in order to better etabeta782016-04-2887-5625/+5967