summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/nes_slot.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-12/+5
* API change for device_image_interface AJR2023-03-301-9/+8
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-10/+6
* nes: Various minor fixes, more cleanups with bit functions. (#9488) 0kmg2022-04-021-4/+2
* bus/nes: Game Genie cleanup time. (#9502) 0kmg2022-04-021-6/+0
* bus/nes: Simplifications using bit utility functions. (#9444) 0kmg2022-03-231-5/+5
* bus/nes: Improved support for some Waixing pirate Chinese translations. (#9358) 0kmg2022-03-201-7/+0
* nes_slot.cpp: Unified CHR banking into a common function. (#9261) 0kmg2022-02-041-136/+53
* bus/nes: Simplified KOF96 board. Removed deprecated poke(). (#9117) 0kmg2022-01-081-6/+0
* device_image_interface: Interface overhaul AJR2022-01-061-2/+1
* bus/nes: Added support for boards using the SMD133 ASIC. (#8840) 0kmg2021-11-201-0/+1
* bus/nes: Simplify 8K banking with existing parameterized function. (#8765) 0kmg2021-10-281-38/+2
* bus/nes: Set multicart bank size in softlist when appropriate. (#8644) 0kmg2021-10-071-0/+3
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-5/+6
* bus/nes: Simplified handling of SxROM + MMC1A boards a bit. (#8614) 0kmg2021-09-261-0/+1
* bus/nes: Added support for Super Russian Roulette. 0kmg2021-09-181-0/+13
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-1/+1
* nes: if file has invalid header, say so Robbbert2021-03-121-0/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Spring cleaning: Vas Crabb2019-11-011-3/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+36
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-36/+27
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-251-27/+36
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-131-0/+26
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-131-5/+3
* Fixed issue when the hash length is zero (#2314) npwoods2017-05-281-14/+0
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-33/+35
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-101-7/+5
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-12/+0
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* device_image_interface cleanups (nw) AJR2017-02-271-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-5/+5
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-10/+0
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-3/+3
* 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-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-3/+3
* 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-9/+9
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-141-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1053