summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/neogeo
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-5/+2
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2728-77/+77
* neogeo/prot_cmc.cpp: Use util::sum16_creator AJR2024-01-082-14/+3
* sbp: looks like it still has (presumed)protection checks remaining hap2023-08-241-2/+13
* Systems promoted to working hap2023-08-121-2/+6
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-3/+3
* Fixed various bugs: Vas Crabb2023-04-062-6/+3
* API change for device_image_interface AJR2023-03-302-5/+4
* Replaced most simple uses of sprintf with type-safe equivalents. (#10948) Erik2023-03-101-7/+4
* Reduced usage of sprintf. (#10892) Erik2023-02-201-12/+4
* - bus/neogeo/prot_mslugx.cpp: added iq_132 to the copyright holders Ivan Vangelista2022-10-152-2/+2
* Revert initialisation of device members in headers. Vas Crabb2022-04-033-8/+8
* init vars for coverity (bus/l-w) Robbbert2022-04-023-8/+8
* device_image_interface: Interface overhaul AJR2022-01-062-11/+3
* New BSD-licensed implementation of Yamaha OPN and OPM FM audio chips (#7808) Aaron Giles2021-02-271-7/+7
* bus/neogeo: Cleaned up SMA protection bitswaps. Vas Crabb2021-01-121-89/+23
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-1/+1
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-251-6/+6
* prot_fatfury2.cpp: Fix bitswap, Add notes (#7331) cam9002020-10-061-3/+13
* 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