summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-105-57/+69
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-051-2/+2
* Spring cleaning: Vas Crabb2019-11-0110-45/+44
* ay8910.cpp : Device-fied sunsoft 5B sound hardware cam9002019-09-271-1/+1
* Changing a few double constants to explicitly be float, appease MSVC npwoods2019-06-161-4/+4
* nes: Improve MMC5 extended attributes AJR2019-04-122-257/+268
* bus/nes/mmc5.cpp: Add missing save_item call (nw) AJR2019-04-121-1/+2
* Merge pull request #4845 from cam900/n163vol R. Belmont2019-04-024-0/+71
|\
| * Implement Namcot 163 expansion sound volume difference related to iNES format cam9002019-04-024-0/+71
* | n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-021-1/+1
|/
* devices/bus/nes/mmc5.cpp : Correct sound behavior cam9002019-03-312-1/+16
* Add Namco 163 sound emulation (#4814) cam9002019-03-292-12/+26
* vrc6.cpp : Updates (#4819) cam9002019-03-291-3/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-26100-1204/+1232
* Revert "conflict resolution (nw)" andreasnaive2019-03-25100-1232/+1204
* bus/nes/konami.cpp : Fix sound clock, volume for VRC7 cam9002019-03-202-7/+5
* bus/nes, vrc6: Simplify read/write handlers; misc. minor changes (nw) AJR2019-02-25100-1135/+1145
* Merge pull request #4647 from cam900/ay8910_args ajrhacker2019-02-181-2/+2
|\
| * ay8910.cpp : Updates cam9002019-02-151-2/+2
* | devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-167-29/+42
|/
* mame\video: removed MACHINE_CONFIG macros (nw) Ivan Vangelista2019-02-141-3/+4
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-10/+8
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-023-19/+27
* Remove unnecessary address_space arguments on FM sound chips read/write handlers cam9002019-01-311-2/+2
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-202-56/+56
* ay8910: penultimate batch of MCFG removal (nw) Ivan Vangelista2018-11-131-5/+4
* NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.n... smf-2018-08-311-1/+1
* 2a03pur.cpp fix out of bounds access for ROM <1024k Brad Smith2018-08-241-6/+4
* -bcreader, busmouse, cdp1852, cdp1871, cdp1879, cr511b, cs4031, cs8221, cxd10... Ryan Holtz2018-08-161-1/+1
* 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