summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/karastudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-5/+5
* Fixed various bugs: Vas Crabb2023-04-061-3/+2
* API change for device_image_interface AJR2023-03-301-5/+5
* bus/nes: Various minor cleanups. (#9641) 0kmg2022-05-131-1/+0
* device_image_interface: Interface overhaul AJR2022-01-061-1/+1
* Spring cleaning: Vas Crabb2019-11-011-10/+9
* (nw) Clean up the mess on master Vas Crabb2019-03-261-11/+12
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-12/+11
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-8/+8
* 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-3/+4
* 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-15/+17
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-3/+3
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* spellin werds (nw) Scott Stone2016-11-171-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* 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-5/+5
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-6/+0
* reverting: Miodrag Milanovic2016-01-201-3/+3
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* 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-2/+2
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-051-1/+1
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-051-1/+1
* clang-modernize part 2 Miodrag Milanovic2015-12-041-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+309