summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-04-231-2/+2
* 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-1011-23/+19
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-3/+3
* nes.xml: new dumps Kaz2017-04-063-24/+65
* Merge pull request #2195 from kazblox/master R. Belmont2017-03-283-4/+2
|\
| * nes.xml: dance2kc now works, renamed to dance2k, dance2k -> dance2ke (nw) kazblox2017-03-283-4/+2
* | srcclean (nw) Vas Crabb2017-03-264-6/+6
|/
* Fix copyrights in subor2 slot device. kazblox2017-03-212-2/+2
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-2111-169/+419
* more validation fixes (nw) Vas Crabb2017-03-043-3/+3
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-036-17/+0
* Self-registering devices prep: Vas Crabb2017-02-2750-307/+318
* device_image_interface cleanups (nw) AJR2017-02-275-6/+6
* Cleanups to satisfy cuavas's OCD (#2089) kazblox2017-02-253-32/+65
* Merge pull request #2086 from kazblox/master ajrhacker2017-02-247-2/+116
|\
| * nes: Add Magic Kid Googoo board. Kaz2017-02-247-2/+116
* | Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* | Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-051-2/+1
|/
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* spellin werds (nw) Scott Stone2016-11-172-2/+2
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-226-39/+39
* some TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-22101-1233/+1233
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-216-13/+13
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-085-0/+7
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-025-0/+7
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0610-10/+10
|/
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-18/+18
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-0110-32/+32
* Removed device_image_interface::has_been_created() Nathan Woods2016-07-302-2/+2
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-232-2/+2
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-235-5/+5
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-2110-39/+5
* Removing nullptr image_formats, and fixing formatting Nathan Woods2016-07-141-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-135-6/+1
* ym2413: Isolate, objectify, integrate [O. Galibert] Olivier Galibert2016-06-291-1/+1
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-294-41/+39
* checkpoint. nw. etabeta782016-06-277-16/+285
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-252-11/+11
* many more from my backlog. in particular: replaced Teshu Budui 2 etabeta782016-05-062-5/+10
* another batch from my backlog (most new additions don't work, etabeta782016-05-045-1/+90
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-014-3/+3
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-246-6/+6
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-062-4/+4
* reverting: Miodrag Milanovic2016-01-2099-670/+670
* Revert "Fixes (nw)" Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2042-64/+64