summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes
Commit message (Expand)AuthorAgeFilesLines
...
* nes/bus: Small fixes for Sunsoft FME-7 IRQ. (#9166) 0kmg2022-01-181-11/+5
* bus/nes: Rewrote CONY/YOKO boards. (#9143) 0kmg2022-01-146-270/+179
* bus/nes: Simplified NES-EVENT board. (#9122) 0kmg2022-01-113-87/+27
* bus/nes: Simplified Kay A9711 board and fixed multicart support. (#9133) 0kmg2022-01-112-107/+59
* bus/nes: Nixed hold_irq_line for Future Media board + minor cleanups. (#9118) 0kmg2022-01-092-49/+20
* bus/nes: Simplified KOF96 board. Removed deprecated poke(). (#9117) 0kmg2022-01-084-106/+27
* device_image_interface: Interface overhaul AJR2022-01-0610-59/+15
* bus/nes: Added support for multicart board FAM250. (#9071) 0kmg2021-12-306-5/+106
* -emu/render.cpp: Get the initial view check off the hot path (fixes MT08159). Vas Crabb2021-12-241-1/+1
* bus/nes: Added support for multicart board JY012005. (#9022) 0kmg2021-12-216-3/+85
* bus/nes: Removed duplicate board and mapper assignment. (#9012) 0kmg2021-12-208-80/+9
* fds: Fixed IRQ regression + IRQ timer improvements. Fixes MT8041. (#9010) 0kmg2021-12-182-15/+44
* bus/nes: Added support for TF2740 related multicart boards. (#8925) 0kmg2021-12-146-4/+108
* bus/nes: Added partial support for 8-bit Xmas cartridges. (#8930) 0kmg2021-12-066-10/+121
* bus/nes: Added support for a 5/20 in 1 cartridge. (#8879) 0kmg2021-12-026-5/+88
* bus/nes: Mario Baby IRQ cleanup, avoid deprecated hold_irq_line(). (#8878) 0kmg2021-12-022-26/+26
* nes.xml: Added 4 multicart dumps. (#8914) 0kmg2021-12-021-0/+1
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-1/+1
* bus/nes: Added support for boards using the SMD133 ASIC. (#8840) 0kmg2021-11-207-28/+120
* bus/nes: Added partial code for unlicensed game Dragon Fighter. (#8833) 0kmg2021-11-196-4/+89
* bus/nes: Fixed samples not playing in Famicom Aerobics Studio. (#8800) 0kmg2021-11-132-19/+15
* bus/nes: Removed bogus mirroring and banking bits from NAMCOT 3446. (#8768) 0kmg2021-10-281-14/+5
* bus/nes: Simplify 8K banking with existing parameterized function. (#8765) 0kmg2021-10-282-58/+22
* bus/nes: Fixed 4-screen mirroring when loading loose .nes files. (#8764) 0kmg2021-10-271-27/+29
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-243-3/+3
* bus/nes: Work on HIK8IN1 multicarts and variant boards. (#8740) 0kmg2021-10-236-35/+138
* bus/nes: Simplified VRC4 clone board T-230. (#8735) 0kmg2021-10-234-132/+69
* mmc3.cpp: Added comment about VROM/VRAM bank numbers. (#8743) 0kmg2021-10-231-3/+6
* bus/nes: Fixed off-by-one error in VRC4/6/7 IRQ counter. (#8741) 0kmg2021-10-231-3/+3
* bus/nes: Added support for a 6 in 1 multicart. (#8732) 0kmg2021-10-227-3/+112
* bus/nes: Added support for a Somari board variant. (#8728) 0kmg2021-10-216-5/+52
* bus/nes: Overhauled SOMARI board emulation. (#8723) 0kmg2021-10-195-238/+97
* bus/nes: Corrections for SL-1632 board. (#8719) 0kmg2021-10-182-102/+60
* bus/nes: Continued work on VRC4 and clone boards. (#8713) 0kmg2021-10-178-98/+240
* bus/nes: Improved support for Super Cool Boy and related multicarts. (#8706) 0kmg2021-10-173-20/+65
* bus/nes: VRC2 only supports two mirroring modes. (#8714) 0kmg2021-10-171-7/+1
* bus/nes: Added a couple bootleg games using VRC2 clone hardware. (#8699) 0kmg2021-10-148-12/+218
* bus/nes: Corrected VRC4/6/7 IRQ pseudo-scanline counter. (#8695) 0kmg2021-10-142-21/+20
* bus/nes: More VRC clone improvements: (#8690) 0kmg2021-10-1310-312/+225
* bus/nes: Improved support for various VRC clone boards. (#8687) 0kmg2021-10-1112-452/+226
* bus/nes: Added support for Super RPG 5 in 1. (#8680) 0kmg2021-10-106-2/+115
* bus/nes: Improved 830118C multicarts, all menu items now load. (#8682) 0kmg2021-10-102-42/+24
* bus/nes: Added support for a couple Korean educational titles. (#8675) 0kmg2021-10-096-2/+60
* bus/nes: Added emulation for Super Mario Family multicart. (#8677) 0kmg2021-10-096-3/+123
* bus/nes: Added support for GN-91B and NC-20MB multicart boards. (#8672) 0kmg2021-10-086-19/+123
* bus/nes: Set multicart bank size in softlist when appropriate. (#8644) 0kmg2021-10-077-102/+103
* bus/nes: Added support for Golden Mario Party II multicart. (#8667) 0kmg2021-10-068-4/+138
* bus/nes: Fixed loading and bank locking for EH8813A boards. (#8666) 0kmg2021-10-062-36/+32
* bus/nes: Added support for K-3033 and 970670C type multicart. (#8665) 0kmg2021-10-068-7/+203