summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* override part 1 (nw) Miodrag Milanovic2015-12-0524-239/+239
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-057-36/+36
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-057-36/+36
* cleanup Miodrag Milanovic2015-12-0512-70/+0
* clang-modernize part 2 Miodrag Milanovic2015-12-0410-32/+32
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-2510-17/+17
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-1410-21/+46
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0827-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1354-0/+7745