| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | added savestate versioning | SND\weimingzhi_cp | 2010-05-10 | 1 | -15/+25 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47747 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | got rid of gzfreezel. things like gzfreezel(&int_variable) can be VERY wrong ↵ | SND\weimingzhi_cp | 2010-05-10 | 5 | -18/+18 | |
| | | | | | | | on x64! git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47733 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47728 ↵ | SND\edgbla_cp | 2010-05-10 | 3 | -118/+159 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47726 ↵ | SND\weimingzhi_cp | 2010-05-10 | 1 | -5/+6 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47725 ↵ | SND\weimingzhi_cp | 2010-05-10 | 5 | -16/+1 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | libbz2 is not needed | SND\weimingzhi_cp | 2010-05-09 | 1 | -2/+1 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47720 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | psxRcntFreeze() was fixed. | SND\edgbla_cp | 2010-05-09 | 1 | -1/+3 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47708 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | farewell to the past... | SND\weimingzhi_cp | 2010-05-09 | 2 | -763/+444 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47663 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | got rid of 0x80000000 flag in psxRegs.interrupt. such flag doesn't seem to ↵ | SND\weimingzhi_cp | 2010-05-08 | 13 | -50/+28 | |
| | | | | | | | exist in other emus and not likely in real hardware either. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47625 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47582 ↵ | SND\weimingzhi_cp | 2010-05-08 | 2 | -3/+2 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | more cleanups. | SND\weimingzhi_cp | 2010-05-08 | 35 | -67/+279 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47580 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | more cleanups | SND\weimingzhi_cp | 2010-05-07 | 5 | -25/+30 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47556 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | preparing for refactor/cleanup, moved all definations into .c files, other ↵ | SND\weimingzhi_cp | 2010-05-07 | 28 | -393/+569 | |
| | | | | | | | minor cleanups. (Breaks Mac OS X and maybe windows as well for now, will fix later.) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47542 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | Added disabling the second counter. | SND\edgbla_cp | 2010-05-05 | 1 | -8/+16 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47405 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | Got rid of PAD_readPort1()/PAD_readPort2(). | SND\weimingzhi_cp | 2010-05-05 | 4 | -116/+9 | |
| | | | | | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47359 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | Root counters code was written from scratch. | SND\edgbla_cp | 2010-05-02 | 7 | -227/+469 | |
| | | | | | | | | | | | | | | Final Fantasy 8/9, Vandal Hearts 1/2, Wipeout, Lifeforce Tenka work properly now. Parasite Eve 2 and InuYasha weren't fixed - it's impossible right now, an overall emulator's precision is too low. It's needed to count the proper CPU timing and to get rid of BIAS. Because of the same reason it's useless to set the vsync interrupt on vblank, even if it would fix some games - Pandemonium for example, but would also broke the others - Final Fantasy IX for example, I've chosen the last one. Savestate compatibility is lost. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47077 e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@46936 ↵ | SND\weimingzhi_cp | 2010-04-30 | 51 | -126/+90 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45549 ↵ | SND\weimingzhi_cp | 2010-04-16 | 1 | -10/+10 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45545 ↵ | SND\weimingzhi_cp | 2010-04-16 | 1 | -5/+10 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45453 ↵ | SND\weimingzhi_cp | 2010-04-15 | 1 | -22/+22 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45449 ↵ | SND\weimingzhi_cp | 2010-04-15 | 2 | -18/+19 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45285 ↵ | SND\weimingzhi_cp | 2010-04-14 | 1 | -204/+214 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@45071 ↵ | SND\weimingzhi_cp | 2010-04-13 | 1 | -9/+3 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44990 ↵ | SND\weimingzhi_cp | 2010-04-13 | 1 | -5/+0 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44987 ↵ | SND\weimingzhi_cp | 2010-04-13 | 1 | -6/+6 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44914 ↵ | SND\weimingzhi_cp | 2010-04-12 | 1 | -8/+0 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44913 ↵ | SND\weimingzhi_cp | 2010-04-12 | 1 | -111/+109 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44912 ↵ | SND\weimingzhi_cp | 2010-04-12 | 1 | -4/+4 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44911 ↵ | SND\weimingzhi_cp | 2010-04-12 | 5 | -152/+162 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44908 ↵ | SND\weimingzhi_cp | 2010-04-12 | 1 | -4/+4 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44907 ↵ | SND\weimingzhi_cp | 2010-04-12 | 1 | -60/+60 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44905 ↵ | SND\weimingzhi_cp | 2010-04-12 | 7 | -4685/+691 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44554 ↵ | SND\weimingzhi_cp | 2010-04-10 | 1 | -0/+52 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44494 ↵ | SND\weimingzhi_cp | 2010-04-10 | 1 | -1/+2 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44492 ↵ | SND\weimingzhi_cp | 2010-04-10 | 1 | -57/+72 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@44475 ↵ | SND\weimingzhi_cp | 2010-04-10 | 2 | -28/+25 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42608 ↵ | SND\weimingzhi_cp | 2010-03-21 | 1 | -4/+4 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42450 ↵ | SND\weimingzhi_cp | 2010-03-15 | 1 | -1/+1 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42449 ↵ | SND\weimingzhi_cp | 2010-03-15 | 1 | -1/+1 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42422 ↵ | SND\weimingzhi_cp | 2010-03-14 | 1 | -2/+2 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42421 ↵ | SND\weimingzhi_cp | 2010-03-14 | 1 | -11/+11 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42420 ↵ | SND\weimingzhi_cp | 2010-03-14 | 1 | -5/+5 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42418 ↵ | SND\weimingzhi_cp | 2010-03-14 | 1 | -306/+379 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@42174 ↵ | SND\weimingzhi_cp | 2010-03-06 | 1 | -10/+21 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41546 ↵ | SND\weimingzhi_cp | 2010-02-15 | 1 | -4/+0 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41527 ↵ | SND\weimingzhi_cp | 2010-02-14 | 1 | -24/+47 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41506 ↵ | SND\weimingzhi_cp | 2010-02-13 | 3 | -7/+11 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41219 ↵ | SND\weimingzhi_cp | 2010-02-07 | 1 | -0/+3 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40990 ↵ | SND\weimingzhi_cp | 2010-01-31 | 2 | -375/+348 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
| * | git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@40662 ↵ | SND\weimingzhi_cp | 2010-01-23 | 1 | -3/+0 | |
| | | | | | e17a0e51-4ae3-4d35-97c3-1a29b211df97 | |||||
