summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/nile.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Modernize the NiLe sound device. [Andrew Gardner] Andrew Gardner2012-12-291-123/+79
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-28/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+40
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* C++-ified the sound and streams interfaces. Combined sound.c and streams.c Aaron Giles2011-01-271-6/+5
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-1/+1
* Removed global variables from gaelco, namco, and nile sound cores. Aaron Giles2010-08-041-7/+6
* 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-5/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+1
* Sound cores compile cleanly. Aaron Giles2009-03-121-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-32/+33
* 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
* 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-4/+4
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-101-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* This patch furthers the process of aligning the sound cores with the Aaron Giles2008-12-041-2/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+2
* Pitch calculation fix (by h0pdmiYX0) Yasuhiro Ogawa2008-06-271-1/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-10/+10
* Fixed placement of stream_update in the NiLe emulation. R. Belmont2008-06-231-3/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+2
* Various NiLe fixups. Music in-game now sounds quite acceptable, if not yet p... R. Belmont2008-06-231-17/+28
* Correct the loop flag in the NiLe. Still more to do. R. Belmont2008-06-231-1/+6
* Preliminary emulation of ST-0026 NiLe (sound). Tomasz Slanina2008-06-221-0/+251