Commit Graph

160 Commits

Author SHA1 Message Date
Stelios Tsampas e11f002bf9 * Fix file and folder permissions 2018-03-19 11:47:21 +02:00
Stelios Tsampas 01f4990887 * Sync with codeplex branch (libpcsxcore, linux gui)
This commit reflects mostly changes that happened in upstream since the last sync.
    Commit messages in upstream are lacking information. Most important changes are
    commented below, the rest of them are either formating or just trivial stuff.

    Memory viewer, invalidate dynarec
        gui/DebugMemory.c
        libpcsxcore/cdrom.c
        libpcsxcore/gpu.c
        libpcsxcore/misc.c
        libpcsxcore/psxdma.c

    Load binary files and psx executables
        libpcsxcore/misc.c
        libpcsxcore/misc.h
        libpcsxcore/plugin.c
        libpcsxcore/plugin.h

    Support for psxida
        libpcsxcore/debug.c
        libpcsxcore/r3000a.c
        plugins/bladesio1/connection.c

    disable loading save states with digits
        gui/Plugin.c

    Fix psxDIV in interpreter
        libpcsxcore/psxinterpreter.c
2017-07-31 12:48:37 +03:00
iCatButler 8b4350fee7 Bring up to date with PCSX-R master (97809) 2016-03-30 15:07:35 +01:00
SND\ckain_cp b3f5eecbcd Big endian CDDA support. Uses Config.Cdda (previously bool). Now enum. Gtk gui was modified for new enum, but compatibility was kept so that other guis don't go nuts.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90008 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-04-16 18:04:29 +00:00
SND\dario86_cp fb2006a065 - fixed region autodetection for some rare discs;
- fixed copy protection regression in r82129 by notaz from one year ago; I hope this won't break anything (issue #11594).

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89219 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2014-02-26 19:59:12 +00:00
SND\edgbla_cp 74144a9957 small fix (windows);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87093 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-09-06 09:05:16 +00:00
SND\notaz_cp 4b53e6956e cdrom: stopping read should stop seek too
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83457 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:16 +00:00
SND\notaz_cp f95ebb9d83 cdrom: use single read/play cursor, handle cdlRead for cdda
cdlRead on cdda tested on real hardware

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83456 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:10 +00:00
SND\notaz_cp 2cf09c4ba8 cdrom: pause doesn't start read
please don't commit untested code like this, or at least add a comment..

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@83455 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-03-11 23:36:02 +00:00
SND\edgbla_cp 111ada78b7 sio;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 19:18:22 +00:00
SND\edgbla_cp 37b27b972f Revert MKT fix, breaks Twisted Metal 2;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82886 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-14 15:53:19 +00:00
SND\ckain_cp de0b6f626f Fixed MKT music resume issue #9524 by checking if CDDA mode is enabled when 0x1b command is issued. Refaktored CDROM debug logs.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82833 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-02-12 22:21:19 +00:00
SND\notaz_cp a68be7bc45 cdrom: set initial StatP
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82429 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-22 00:31:08 +00:00
SND\notaz_cp fa36f65723 cdrom: move more handling to cdrInterrupt
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82378 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-19 00:34:58 +00:00
SND\notaz_cp e81dceb242 cdrom: cleanup, support errors, improve timing
most changes verified on real thing

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82377 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-19 00:34:51 +00:00
SND\notaz_cp feb042205d cdrom: rewrite lid code
based on tests on real hardware

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82376 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-19 00:34:40 +00:00
SND\notaz_cp fba17b7792 cdrom: some swap cd tuning
because last commit removed wrong read stop

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82244 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-13 20:12:43 +00:00
SND\notaz_cp a7d712ddb9 cdrom: remove stopping on TN
breaks N2O, does not make sense too

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82243 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-13 20:12:34 +00:00
SND\notaz_cp 385f5c7fa4 cdrom: also handle 0xff type
returned by some plugins

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82239 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-13 18:33:59 +00:00
SND\notaz_cp ed00671827 cdrom: fix ID, again
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82238 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-13 18:23:26 +00:00
SND\notaz_cp ee2206e4d4 cdrom: set preoer reset values
fixes HLE

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82226 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-12 22:22:58 +00:00
SND\notaz_cp c288a602fc cdriso: handle cdda playback on data tracks
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82224 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-12 21:07:37 +00:00
SND\notaz_cp 27c28fcc73 cdrom: workaround timing problems
not needed in ReARMed for some reason.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82209 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-11 18:57:57 +00:00
SND\notaz_cp 2cc65d700a Revert '"Slow Boot" freeze fix;'
also fixes interpreter "Slow Boot"

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82199 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-11 02:08:00 +00:00
SND\notaz_cp 3a5840f527 cdrom: fix ID
also adjust ReadTOC timing and logs

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82198 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-11 02:06:52 +00:00
SND\edgbla_cp 564758db27 "Slow Boot" freeze fix;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-09 20:03:43 +00:00
SND\notaz_cp 1a252f87ff cdrom: merge code from PCSX ReARMed
- lots of hacks cleaned up
- removes port3 reschedule (fixes FMVs with Brave Fencer Musashi, etc still working)
- based on new information from Mednafen, nocash, and a few tests of my own

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82129 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-09 00:54:51 +00:00
SND\edgbla_cp 9866a42006 BIOS player;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82118 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-08 20:41:41 +00:00
SND\edgbla_cp 734afc5908 Driver, CTR, etc.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82116 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-08 18:21:48 +00:00
SND\notaz_cp 1309996b0e cdriso: remove threaded cdda code
cdrom code now reads with ISOreadCDDA() and sends to SPU, thread code is
not used. This will also make a merge from PCSX ReARMed easier.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82099 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-08 00:47:11 +00:00
SND\edgbla_cp eafc4b49b9 Brave Fencer Musashi, Micro Machines V3, Parasite Eve 2, etc;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82044 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2013-01-04 12:54:25 +00:00
SND\edgbla_cp 065ccce6e9 Unix style EOL (thanks to darktjm);
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@81299 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-11-18 18:15:59 +00:00
SND\MaddTheSane_cp e81974f7ec Fixing some unitialized variables caught by Clang. Also fixing a divide by zero error
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@79981 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-09-23 19:30:54 +00:00
SND\dario86_cp bebb814b15 CD-XA attenuation hack disabled again due to a collateral bug which causes distorted speech in Resident Evil series.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75683 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-03-01 01:50:22 +00:00
SND\dario86_cp 08808076c8 - reenabled CD-XA streaming hack by shalma; fixes sound in Final Fantasy Tactics, Ridge Racer Type 4 opening sequence and other games (issue #8067);
- reenabled CD-XA attenuation by shalma; CD-XA fading effect supported in the main menu in Resident Evil, at the end of the fight in Tekken 3 and in Street Fighter Alpha 3 (issue #9593).

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75584 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-02-27 23:44:39 +00:00
SND\dario86_cp 79c267cda7 Updated Free Software Foundation address (Jem256).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@75156 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2012-02-19 02:15:18 +00:00
SND\MaddTheSane_cp c9acd48b30 Fixes for some problems found with Xcode's static analyzer. There are more, but I don't know how to approach them.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72824 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-12-03 05:09:40 +00:00
SND\MaddTheSane_cp fd5eec01f1 Patch 10831 from Durandal_1707:
This should bring the number of warnings when compiling the Mac version with Clang and the -Wall option down to zero.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72386 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-11-17 20:49:47 +00:00
SND\edgbla_cp 4d55a8b825 Patch 10767 (Durandal_1707).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72138 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-11-09 20:49:54 +00:00
SND\edgbla_cp 148d5d830c git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67247 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2011-06-01 03:30:53 +00:00
SND\edgbla_cp 2e36bbeb7b git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67226 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2011-05-31 16:41:46 +00:00
SND\edgbla_cp 084e1fa158 Ape Escape.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@67225 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-05-31 16:18:33 +00:00
SND\weimingzhi_cp 379a8879f7 Temporarily reverted r64524 until I (or someone else) find the time to sort out the stuff.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64536 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-03-13 08:26:16 +00:00
SND\weimingzhi_cp d34b4220bd git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64535 e17a0e51-4ae3-4d35-97c3-1a29b211df97 2011-03-13 07:28:03 +00:00
SND\dario86_cp a58cfdac40 Commited patch in issue #8171 (by darktjm).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-03-12 18:54:28 +00:00
SND\notaz_cp af73c20693 cdrom: move pause delay after ACK
This solves FF7 slowdowns and seems to keep games that need this delay working.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63410 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-02-15 16:36:22 +00:00
SND\shalma_cp 0d0c354cac Undo shalma damage
- cdrom.c- Vib Ribbon (decoded buffer - do in spu)
- cdrom.c- Crash Team Racing (decoded buffer - do in spu)
- xa.c- xa+cdda decoded buffer (fix mistakes)
- spu.c- voice 1/3 decoded buffer (optional)

Disabled
> Please treat all shalma-hopkat work as suspicious (faulty + not hw-accurate)


git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63195 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-02-10 16:21:30 +00:00
SND\shalma_cp 636ae892ca cdrom.c
- bios - no cd - fix hangs (diskerror)

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@63004 e17a0e51-4ae3-4d35-97c3-1a29b211df97
2011-02-06 15:20:56 +00:00
SND\shalma_cp a7fb0c3b0d Experimental patches
- 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
2011-02-04 22:37:22 +00:00
SND\shalma_cp 5f0189ef27 Experimental patches
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
2011-02-04 03:24:09 +00:00