summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/n2a03.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-121/+0
* sound/nes_apu.cpp: Added earliest hardware variant of 2A03 APU. (#10299) 0kmg2022-09-041-4/+23
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-291-2/+17
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-4/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-1/+1
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-1/+1
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-021-1/+2
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-8/+7
* NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.n... smf-2018-08-311-4/+4
* none of this is necessary as the apu is an internal device with a DERIVED_CLO... smf-2018-08-151-13/+0
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* maps: Finish devices/cpu (nw) Olivier Galibert2018-04-201-7/+8
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-2/+2
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-1/+1
* Remove first_screen(), nw Ryan Holtz2018-03-111-3/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+3
* Fix, maybe (nw) Olivier Galibert2017-07-051-62/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+11
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-1/+1
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-311-7/+2
* srcclean (nw) Vas Crabb2017-05-281-1/+1
* basic VT03 support David Haywood2017-05-231-1/+15
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* Fixed crash because nes_apu was always binding to root_device() before the n2... smf-2016-11-051-2/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-0/+5
* INC -> HXX makes editors and code analyzers see it as C++ (nw) Miodrag Milanovic2016-05-011-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+142