summaryrefslogtreecommitdiff
path: root/libpcsxcore
Commit message (Collapse)AuthorAgeFilesLines
...
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57465 ↵SND\weimingzhi_cp2010-09-212-10/+17
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* load net yaroze library if exists at startup.SND\weimingzhi_cp2010-09-191-4/+13
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57379 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebel Assault 2SND\shalma_cp2010-09-162-13/+26
| | | | | | | | - MDEC: Fix DMA timing (byte ptrs) - GPU: Fix DMA timing (word sizes, chain counting) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* a little cleanupSND\weimingzhi_cp2010-09-131-8/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* a little less aggressiveSND\weimingzhi_cp2010-09-131-2/+2
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57140 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Merged change from ↵SND\weimingzhi_cp2010-09-134-196/+210
| | | | | | | | | http://forums.ngemu.com/pcsx-discussion/116599-developers-wanted-pcsx-revival-9.html#post1902678 with minor amendments. GPU DMA chain timing (FF7 opening CG and maybe other games too - not tested with rebel assault 2 though). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57139 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* R3000: Crash Bandicoot 2SND\shalma_cp2010-09-111-10/+13
| | | | | | | | - Remove GTE bit toggle hack - Don't run interrupt when GTE in pipeline git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57066 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SIO - GameShark CDX Dongle (correct BG init value; thanks kevstah2004)SND\shalma_cp2010-09-111-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@57061 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SIO - Avoid GameShark CDX Enhancement crash (DMA3 buffer overrun)SND\shalma_cp2010-09-091-1/+18
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56988 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SIO - GameShark CDX dongle now supports memory card I/O (fixes CDX 3.3 BG ↵SND\shalma_cp2010-09-091-76/+181
| | | | | | and code list errors) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56987 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Gpu - Disable extra safety check (test this later)SND\shalma_cp2010-09-091-1/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56984 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Gpu - remove ePSXe Chrono Cross interlace hack (several reports it causes ↵SND\shalma_cp2010-09-092-4/+3
| | | | | | | | | problems - use GPU plugin Chrono Cross fix + GPU fake busy states) Interpreter - remove psxBASIC CP0 check (redundant) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56983 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* CDROM: GameShark CDX 3.3 - low-level status reading (CD swap trick)SND\shalma_cp2010-09-072-1/+70
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56921 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* SIO: GameShark CDX - add extra keys, allows more rebooting (ex. Xenogears)SND\shalma_cp2010-09-071-8/+56
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56920 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* ported the change in r56828 to dynarec (is the check in psxBASIC() really ↵SND\weimingzhi_cp2010-09-0714-4999/+46
| | | | | | necessary?), removed powerpc dynarec (cannot test and likely broken). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Updated MSVC and Dev-C++ projects, got rid of the GNU-style changelog.SND\weimingzhi_cp2010-09-061-3/+0
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56865 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdriso - fix cdda play (subq reading). Thanks edgbla.SND\shalma_cp2010-09-051-4/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56852 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix missings (cdriso.c->sec?).SND\edgbla_cp2010-09-054-71/+90
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56851 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxDma6 - fix missing size variable, GPUOTCDMA_INTSND\shalma_cp2010-09-051-2/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56846 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Formula One 2001 - add CPU I-cache (fixes in-game racing controls + AI)SND\shalma_cp2010-09-051-3/+107
| | | | | | | - Only interpreter mode works for now (enable at the loading screen with the question and points timer. okay to switch back to recompiler when the tracks shows up) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56829 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Don't access GTE when CP0 disables itSND\shalma_cp2010-09-051-0/+6
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56828 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GUI/Plugin + cdrom: GameShark v5. Xploder 9000 v4 - opening / closing lid ↵SND\shalma_cp2010-09-051-0/+15
| | | | | | generate CDR interrupts (fixes bad disc re-checking) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56827 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GameShark Sampler + GameShark 2: Give longer VSync delay before exception ↵SND\shalma_cp2010-09-051-11/+13
| | | | | | sees it (fixes black screens) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56826 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GameShark / Action Replay CDX - dongle partially supported. Goes in-game to ↵SND\shalma_cp2010-09-051-1/+312
| | | | | | CD swap points. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56825 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Chrono Cross interlace fix (ePSXe version)SND\shalma_cp2010-09-056-70/+213
| | | | | | | | | | | GameShark Lite needs GPUSTATUS_READYFORVRAM off when not IDLE. Also fixes CDROM swapping. - Enable 'Fake GPU Busy States' to work - Perhaps we should fix PEOPS GPU to turn off READYFORVRAM instead of gpu.c (my temp solution) Please add gpu.c / gpu.h to your makefiles. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56824 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Vib Ribbon CD swapping needed fixing (CDROM)SND\shalma_cp2010-09-052-34/+56
| | | | | | | | | - Game still not working (SPU CDDA timing problems.. maybe) dfsound: feed CDDA data to SPU RAM for decoded buffer IRQs git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56823 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Shadow Madness needs longer DMA times (fixes Hexite Mines, World Map, random ↵SND\shalma_cp2010-09-051-5/+22
| | | | | | lockups) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56822 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Rebel Assault 2 needs longer DMA times (black screens in-game)SND\shalma_cp2010-09-055-31/+96
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56821 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* psxmem.c: Wipeout runs too fastSND\shalma_cp2010-09-041-2/+26
| | | | | | - Install memory penalties which will slow it down (2 for now) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56820 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* cdrom.c: Lemmings & Oh No! More LemmingsSND\shalma_cp2010-09-041-4/+9
| | | | | | | - Needs CDDA REPPLAY (repeat play) IRQ to go in-game git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56819 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Added gpu busy interface.SND\edgbla_cp2010-08-134-2/+31
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56084 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* refactored the interrupt scheduling code a bit to make it a little more ↵SND\weimingzhi_cp2010-08-077-59/+71
| | | | | | readable than using those "magic" numbers. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@55866 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* fix FTBFS on windows due to previous change for freebsd/solaris.SND\weimingzhi_cp2010-07-131-5/+5
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54526 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* use pkg-config for libcdio detectionSND\weimingzhi_cp2010-07-121-121/+94
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54479 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54448 ↵SND\weimingzhi_cp2010-07-101-92/+121
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* I was really stupid... just use libcdio and everything's fine, no need to ↵SND\weimingzhi_cp2010-07-106-220/+178
| | | | | | deal with different OSes at all. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54442 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54399 ↵SND\weimingzhi_cp2010-07-091-4/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54398 ↵SND\weimingzhi_cp2010-07-091-0/+2
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54388 ↵SND\weimingzhi_cp2010-07-091-92/+121
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54383 ↵SND\weimingzhi_cp2010-07-091-121/+92
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* added bladesio1 into build scriptSND\weimingzhi_cp2010-07-081-92/+121
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54326 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* dfcdrom: refactored for better portability.SND\weimingzhi_cp2010-07-081-121/+92
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54325 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Sio1 plugin (dummy).SND\edgbla_cp2010-07-071-11/+11
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54273 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* emulator is now at least running on FreeBSD :)SND\weimingzhi_cp2010-07-071-7/+1
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54268 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Fix FTBFS on freebsdSND\weimingzhi_cp2010-07-072-92/+122
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54264 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* #ifdef'ed out Sio1 interface for now (using uninitialized ptr in plugins.c ↵SND\weimingzhi_cp2010-07-073-40/+76
| | | | | | could result in potential bad thing) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* GPUvBlank (for gpuBladeSoft now, experimental).SND\edgbla_cp2010-07-043-4/+12
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54133 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* Sio1 interface (link cable).SND\edgbla_cp2010-07-024-25/+247
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54110 e17a0e51-4ae3-4d35-97c3-1a29b211df97
* git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54051 ↵SND\weimingzhi_cp2010-07-021-1/+1
| | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97
* support for subchannel data ripped by cdrdaoSND\weimingzhi_cp2010-07-021-7/+43
| | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54050 e17a0e51-4ae3-4d35-97c3-1a29b211df97