summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* dfsoundSND\shalma_cp2011-02-051-2/+2
| | | | | | -adsr.c- fix adsr max clip git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62931 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-051-14/+24
| | | | | | -adsr.c- fix attack (exp inc),sustain (exp inc) fractional math git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62930 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-041-3/+3
| | | | | | | -adsr.c - fix decay,sustain math git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62928 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsoundSND\shalma_cp2011-02-042-6/+27
| | | | | | | | | | | | -spu.c- use different async math (usable precision) experimental patch -dma.c- r/w irq (spu2-x) disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62926 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-041-1/+5
| | | | | | | | - cdrom.c- fix stereo xa attenuation Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62922 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfsound: fix mono/no-stretch xa maskingSND\notaz_cp2011-02-041-1/+1
| | | | | | Fixes noisy voices in Resident Evil 1/2 when Xa stretching is off. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62911 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-043-2/+45
| | | | | | | | | | | | | | | | | | 1- cdrom.c Remove IRQ clear - read reschedule Fix xa streaming timing (ex. Final Fantasy Tactics) 2- cdrom.c BIOS music player - init attenuators 3- r3000a.c Set spu async to ~10 apu cycle updates Correct Square sound effects Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62890 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ExperimentalSND\shalma_cp2011-02-021-1/+2
| | | | | | | | -cdrom.c - fix mono xa attenuation Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62855 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-023-14/+29
| | | | | | | | | | - cdrom.c - burst dma 0.3333x - cdrom.c - mono xa attenuation (Tales of Phantasia) - misc comments cleanup Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2011-02-021-2/+2
| | | | | | - fix cdda attenuation (Tekken 1) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62845 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-021-0/+10
| | | | | | | | - spudma, otcdma - 1/3x dma timing Disabled by default git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62841 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-022-21/+32
| | | | | | | | | | | - gpu.c - use 1/3x dma time (max time allowed by X-Files - system interrupt timing) - cdrom.c - fix dma wrap pointers Disabled by default - enable yourself for now git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62840 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Experimental patchesSND\shalma_cp2011-02-022-1/+86
| | | | | | | | | | | | | | | | | | | | | | 1- gpu.c We don't emulate bus conflicts. Especially with DMA. Lower vram2mem, mem2vram times (1 -> 0.25) - fixes X-Files videos 2- cdrom.c Duke Nukem - Time to Kill uses CD attenuation values for XA music, speech - fix volume slider 3- cdrom.c Add cdrom dma wrapping - possible Ape Escape additional fixes (>2352 transfers in several places) All disabled - view diff and activate at your own risk (accuracy regressions) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62832 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* notaz:SND\weimingzhi_cp2011-02-012-1/+129
| | | | | | | | - libpcsxcore: add handling for a branch in delay slot. This fixes explosion effect in Shadow Master. Interpreter only. (Patch #8233). - dfsound: don't stop a channel by adsr if we have potential irq. otherwise we miss irqs, causing lockups in Misadventures of Tron Bonne (Patch #8234). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62781 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.cSND\shalma_cp2011-01-301-11/+5
| | | | | | | - mute data track 01 - fix cdlplay resume git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62711 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* remove old cdxa attenuationSND\shalma_cp2011-01-204-73/+45
| | | | | | | - use cdda attenuation only git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62214 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62188 ↵SND\weimingzhi_cp2011-01-191-0/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* notaz:SND\weimingzhi_cp2011-01-192-8/+23
| | | | | | | | - fix firstfile() return value - it should only return dir when finds a match, and bufile macro already does that. (Patch #8118). - firstfile delivers an event on real bios, so do that (Patch #8119). - implement psxBios__card_chan (Patch #8120). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62183 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - applied MaddTheSane's patch (Issue #7819).SND\weimingzhi_cp2011-01-142-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62080 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - big endian audio data (cdrdao bin/toc image).SND\weimingzhi_cp2011-01-141-0/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62078 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* my stupid errorSND\weimingzhi_cp2011-01-138-1247/+1283
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62052 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - Fixed: -psxout/-slowboot not effective for GNU/Linux.SND\weimingzhi_cp2011-01-123-78/+79
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62027 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62026 ↵SND\weimingzhi_cp2011-01-1210-20/+26
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62025 ↵SND\weimingzhi_cp2011-01-121-4/+4
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - Added -slowboot parameter.SND\weimingzhi_cp2011-01-1210-188/+161
| | | | | | | | | - Load SBI file from patches/SLUS_xxx.xx.sbi instead. - Inlined the I-cache code for performance improvement. - Fixed endianness issue (not tested). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@62024 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61961 ↵SND\weimingzhi_cp2011-01-101-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfxvideo (win32): visual rumble.SND\weimingzhi_cp2011-01-101-0/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61960 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - include the plugins in .dsw/.sln file (cdrsapu is not included for now due ↵SND\weimingzhi_cp2011-01-106-0/+2121
| | | | | | to uncertain license issue). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61958 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61957 ↵SND\weimingzhi_cp2011-01-101-2/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61952 ↵SND\weimingzhi_cp2011-01-107-564/+527
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61951 ↵SND\weimingzhi_cp2011-01-101-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfinput: visual vibration.SND\weimingzhi_cp2011-01-1017-721/+2469
| | | | | | - padssspsx: imported. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61950 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2011-01-061-0/+4
| | | | | | | -cdrom- seekl -> getlocp -Megaman Legends 2 git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61817 ↵SND\edgbla_cp2011-01-063-44/+73
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfnet, dfinput: migrated to gtkbuilder.SND\weimingzhi_cp2011-01-068-233/+259
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61799 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Gun sight interface.SND\edgbla_cp2011-01-035-1/+20
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61728 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2011-01-031-1/+1
| | | | | | -cdrom-win32 legacy spu crash git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61714 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound: Quick fix (BIOS, Issue #7837).SND\weimingzhi_cp2011-01-031-3/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61707 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Visual vibration interface.SND\edgbla_cp2011-01-025-28/+48
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61703 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61696 ↵SND\weimingzhi_cp2011-01-027-446/+262
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfxvideo, peopsxgl (win32): Fixed FTBFS.SND\weimingzhi_cp2011-01-024-6/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61695 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* - dfsound: quick fix (FF9 music, maybe others as well).SND\weimingzhi_cp2011-01-0213-3593/+4093
| | | | | | - peopsxgl (unix): imported new config utility written by Kivutar, with minor amendments (https://github.com/Kivutar/cfgPeopsMesaGL). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61694 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2011-01-011-1/+10
| | | | | | | -cdrom-attenuation compat hack #2 (please remove later someday) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61684 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2011-01-011-62/+36
| | | | | | -dfsound- improve xa/cdda pops,clicks git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61682 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-46/+8
| | | | | | -dfsound- xa gaussian distortion git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61677 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-1/+4
| | | | | | -cdrom- real subq autopause git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61676 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-1/+1
| | | | | | -cdrom-fake subq autopause git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61674 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-3/+8
| | | | | | -cdrom-getlocp local, bios play git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61666 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* hopkatSND\shalma_cp2010-12-311-145/+145
| | | | | | -cdrom- fake cdda subq (3/3) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61659 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* utunnelsSND\shalma_cp2010-12-311-323/+337
| | | | | | -disr3000a- gte fixes git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61657 e17a0e51-4ae3-4d35-97c3-1a29b211df97