summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-8/+8
* MT #06168 workaround, slightly better than commenting out (nw) AJR2016-03-291-1/+3
* bus/neogeo/bootleg_prot.cpp: fixed save state problem for kof10th (nw) Ivan Vangelista2016-02-061-2/+2
* reverting: Miodrag Milanovic2016-01-2048-178/+178
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2022-22/+22
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1622-22/+22
* tags are now strings (nw) Miodrag Milanovic2016-01-1648-178/+178
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-3/+3
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* Fix tagged_list (nw) Miodrag Milanovic2015-12-141-1/+1
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-0611-11/+11