summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes (follow)
Commit message (Expand)AuthorAgeFilesLines
* New BSD-licensed OPL/OPLL (YM3526, YM3812, YM2413, Y8950, YMF262, etc) cores ... Aaron Giles2021-04-022-4/+4
* nes: Coverity 138925,161402: bad shift Robbbert2021-03-141-2/+2
* 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-143-7/+4
* fds: Games refer to disk sides A and B, not 1 and 2. Robbbert2021-02-071-1/+1
* Much more core std::string_view modernization AJR2021-01-201-0/+1
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-1/+1
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-156-3/+11
* -Switch to building MAME as C++17. Vas Crabb2020-11-152-0/+3
* Implement FDS sound emulation (#6953) cam9002020-07-142-1/+21
* 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