summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/nes_apu.h
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure.sound Olivier Galibert6 days1-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-2/+2
* nes_apu: it claims to be GPL, then it can't have a GPL-incompatible license r... hap2023-10-291-5/+1
* sound/nes_apu.cpp: Implemented frame counter interrupt . (#10715) 0kmg2022-12-211-1/+6
* sound/nes_apu.cpp: Can no longer read from anything but status register. (#10... 0kmg2022-12-041-1/+1
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-1/+1
* sound/nes_apu.cpp: Added earliest hardware variant of 2A03 APU. (#10299) 0kmg2022-09-041-1/+14
* nes_apu.cpp: A few cleanups. (#9326) 0kmg2022-02-201-5/+2
* nes_apu.cpp: Implement non linear mixer output, some misc fixes and improveme... cam9002022-02-161-4/+7
* nes_apu.cpp: Added missing DPCM period table for PAL. (#9167) 0kmg2022-01-181-0/+3
* machines promoted to WORKING (plug play) (#7299) David Haywood2020-09-291-0/+2
* namco_163/nes_apu/nile: Update to new stream callbacks Aaron Giles2020-09-201-1/+1
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-1/+1
* nes_apu.cpp: Correct noise algorithm cam9002020-05-301-1/+0
* devcb: Eliminate legacy callback syntax (nw) AJR2019-06-061-2/+0
* -bus/nes/jaleco, pt554, bus/nes_ctrl/ctrl, hori, joypad: Removed MCFG and MAC... mooglyguy2018-12-201-6/+0
* -cpu/m6502: Removed MCFG macros. [Ryan Holtz] mooglyguy2018-12-171-0/+2
* NES APU: remove read/write trampolines and zero $4015 at reset https://wiki.n... smf-2018-08-311-4/+3
* devcb3 Vas Crabb2018-07-071-2/+2
* A little fast on the trigger there... (nw) Olivier Galibert2018-03-121-2/+0
* nes_apu: Make it slightly less horrible [O. Galibert] Olivier Galibert2018-03-121-5/+0
* Remove first_screen(), nw Ryan Holtz2018-03-111-0/+5
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-5/+5
* some tidying (nw) David Haywood2017-05-241-2/+2
* basic VT03 support David Haywood2017-05-231-1/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-28/+26
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Fixed crash because nes_apu was always binding to root_device() before the n2... smf-2016-11-051-9/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Added YM2203, YM3526, AY-3-8910, NES APU, DMG APU, K053260, and MultiPCM to v... therealmogminer@gmail.com2016-08-181-0/+3
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* override part 1 (nw) Miodrag Milanovic2015-12-051-2/+2
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-021-0/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+96