summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/aladdin.cpp
Commit message (Expand)AuthorAgeFilesLines
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-8/+8
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-10/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+10
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-7/+7
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-161-3/+4
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-4/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-121-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-23/+24
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-5/+3
* Self-registering devices prep: Vas Crabb2017-02-271-4/+4
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-6/+6
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-6/+0
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-101-3/+3
* cleanups (nw) Miodrag Milanovic2015-12-251-1/+1
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-2/+2
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-041-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-4/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+339