summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/nes_unif.hxx
Commit message (Expand)AuthorAgeFilesLines
* bus/nes: Added emulation for a couple homebrew 8 in 1 cartridges. (#8654) 0kmg2021-10-051-0/+2
* bus/nes: Several small separate fixes. (#8580) 0kmg2021-09-211-1/+1
* bus/nes: Fixed graphics glitches for BMC-GKB board multicarts. 0kmg2021-09-181-1/+1
* bus/nes: Simplified Zemina board + some minor comment clean ups. 0kmg2021-09-121-3/+3
* bus/nes: More fixes for various multicart types. 0kmg2021-09-121-2/+2
* bus/nes: Added support for Cartridge Story multicarts. (#8353) 0kmg2021-07-251-1/+1
* -bus/nes: Support full 12-bit mapper numbers in NES 2.0 loader. (#8281) 0kmg2021-07-191-7/+7
* bus/nes: Improved iNES mapper 108 support. (#8220) 0kmg2021-07-091-1/+0
* bus/nes: start updating mapper # comments (#8230) 0kmg2021-06-271-4/+4
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+1
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-101-1/+1
* nes.xml: dance2kc now works, renamed to dance2k, dance2k -> dance2ke (nw) kazblox2017-03-281-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-221-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-12/+12
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-3/+3
* Let's give the new srcclean a spin... Vas Crabb2016-08-021-9/+9
* another batch from my backlog (most new additions don't work, etabeta782016-05-041-1/+11
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-0/+575