summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/psx.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+1
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-1/+3
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Cleanups and version bump. Aaron Giles2009-04-091-4/+4
* looks like there was a bug in the original code here actually, loop goes to 3... davidhay2009-04-011-2/+2
* Simulate 'keyoff' in the SPU. davidhay2009-04-011-2/+29
* Sound cores compile cleanly. Aaron Giles2009-03-121-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* quick hack to delay installing the spu dma handler until the first write to t... smf-2009-02-221-2/+11
* Ok, this is The Big One. Aaron Giles2009-02-111-35/+35
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+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
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+2
* 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-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-56/+60
* Here's the big one.... Aaron Giles2008-12-111-1/+2
* 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-37/+37
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-37/+37
* From AtariAce: Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-1/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-26/+26
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-26/+26
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* Oops, error in my previous fix for save state. Aaron Giles2007-12-261-1/+1
* Fixed save state errors reported on MAMETesters. Aaron Giles2007-12-261-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+695