summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes (follow)
Commit message (Expand)AuthorAgeFilesLines
* appease MSVC (nw) Vas Crabb2018-06-252-5/+2
* bus/nes: Eliminate remaining machine().device usage the ugly way (nw) AJR2018-06-224-13/+31
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-2/+2
* nes_slot.cpp: Privatize m_maincpu member (nw) AJR2018-05-1327-122/+121
* and another thing (nw) Vas Crabb2018-05-142-8/+13
* nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) AJR2018-05-1320-48/+40
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-094-11/+11
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-064-11/+11
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-046-338/+344
* Sarayan made me do it. Vas Crabb2018-04-283-4/+3
* Remove first_screen(), nw Ryan Holtz2018-03-114-8/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-1711-20/+20
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-133-4/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-133-4/+4
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-133-4/+4
* Consistency renaming for "Dragon Ball Z" - addresses MT#6713 (nw) Scott Stone2017-10-151-2/+2
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1222-197/+96
* Fixed issue when the hash length is zero (#2314) npwoods2017-05-282-17/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-2211-22/+22
* Fixed various issues that failed when compiling Vas' changes on MSVC Nathan Woods2017-05-142-2/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-14104-2159/+2658
* 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