summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/spu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* removed assert, can't happen now (nw) smf-2013-01-211-2/+0
* fix debug compile, somebody should probably fix / remove the line as appropri... David Haywood2013-01-211-1/+1
* Use devcb2 for cpu to spu hookup as it's on it's own 16 bit bus. Removed the ... smf-2013-01-201-70/+9
* attempt better XA/SFX volume balance (nw) R. Belmont2013-01-191-2/+2
* (MESS) PlayStation: fix sample signedness and stream rate for CDDA (redbook) ... R. Belmont2013-01-191-1/+10
* (MESS) PlayStation: play XA audio at the correct speed [R. Belmont] R. Belmont2013-01-191-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-78/+78
* removed psx_state, all code shared between mame and mess is now in src/emu/ [... smf-2013-01-041-7/+4
* Hooked up PSX IRQ's using DEVCB2 [smf] smf-2012-10-251-15/+10
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Make memory shares follow the same pattern as memory Aaron Giles2012-04-201-2/+2
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-2/+2
* General portability fixes [Robert Muth, R. Belmont] R. Belmont2011-08-171-18/+18
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-4/+4
* psx spu dma hookup is done in machine config, so the trampolines can go. smf-2011-06-041-23/+6
* "Why do you take this apart now? I'm trying to get us out of here and you pul... smf-2011-05-101-10/+8
* Started moving hardware in the CPU into the CPU core. Next step will be to us... smf-2011-04-291-0/+10
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-49/+18
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* BIG update. Aaron Giles2011-03-291-13/+13
* Cleanups and version bump.mame0141u3 Aaron Giles2011-02-281-65/+65
* removed printf. The PSX core uses program->write_dword for all writes with a ... smf-2011-02-201-4/+0
* Reduce max internal buffering level (no whatsnew) R. Belmont2011-02-131-1/+1
* Silence unnecessary printfs (no whatsnew) R. Belmont2011-02-121-0/+2
* Fix infinite release rate in the new SPU, fixes Brave Blade (no whatsnew) R. Belmont2011-02-121-2/+9
* One more OSX fix (no whatsnew) R. Belmont2011-02-121-1/+1
* Fix new SPU compiling on OS X (no whatsnew) R. Belmont2011-02-121-2/+0
* Replacement PSX SPU [pSXAuthor, R. Belmont] R. Belmont2011-02-121-0/+3166