summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nes_apu.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-774/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-2/+2
* sorted out more (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* removed not needed parameter from stream_alloc (nw) Miodrag Milanovic2014-04-301-1/+1
* nes_apu: converted to use inline config. nw. Fabio Priuli2014-04-111-23/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* removed assert from src/emu/sound/nes_apu.c (nw) Oliver Stöneberg2014-03-131-1/+0
* added asserts for known index out-of-bounds accesses (nw) Oliver Stöneberg2014-03-081-0/+1
* Extra space for i/o in VCU Angelo Salese2013-11-061-4/+4
* Fix compiling problems. (nw) Ivan Vangelista2013-11-061-1/+1
* Modernize nes_apu device. (nw) Ivan Vangelista2013-11-051-263/+249
* devlegcy.h usage cleanup (nw) Oliver Stöneberg2013-07-101-0/+1
* Fix device duplicated name/descriptions (nw) Miodrag Milanovic2013-06-211-1/+1
* extended large amount of devices with shortname and source file data (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+32
* n2a03: Put a second irq line logically-ored with the normal one [O. Galibert] Olivier Galibert2012-11-071-2/+2
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-3/+5
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-27/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-46/+46
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-3/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-1/+1
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+7
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-1/+1
* Cleanups and version bump.mame0133u2 Aaron Giles2009-08-131-30/+30
* More NES work: [Robert Bohms] Fabio Priuli2009-08-061-504/+518
* Sound cores compile cleanly. Aaron Giles2009-03-121-2/+2
* Ok, this is The Big One. Aaron Giles2009-02-111-41/+37
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Sound cores no longer allocate their own tokens. Instead they return a new Aaron Giles2009-01-181-5/+3
* Removed redundant config parameter from SND_START. Aaron Giles2009-01-181-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-9/+9
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-181-2/+2
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-0/+1
* Here's the big one.... Aaron Giles2008-12-111-2/+0