summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/n2a03.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-96/+0
* sound/nes_apu.cpp: Added earliest hardware variant of 2A03 APU. (#10299) 0kmg2022-09-041-3/+12
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-291-8/+21
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-181-4/+4
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-1/+1
* n2a03.cpp : Add device_mixer_interface instead hardcoded tags cam9002019-04-021-1/+1
* none of this is necessary as the apu is an internal device with a DERIVED_CLO... smf-2018-08-151-5/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-2/+2
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-2/+1
* Fix, maybe (nw) Olivier Galibert2017-07-051-21/+0
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* devices/cpu to device_add_mconfig (nw) Ivan Vangelista2017-05-311-5/+5
* basic VT03 support David Haywood2017-05-231-0/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+5
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* nes: Add Subor Type 2 board. (nw) kazblox2017-03-211-1/+9
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-1/+1
* 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/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 2 (nw) Miodrag Milanovic2015-12-051-14/+14
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-021-0/+15
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+70