- slight memory tweak
- supposedly improves compatibility

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@59300 e17a0e51-4ae3-4d35-97c3-1a29b211df97
This commit is contained in:
SND\shalma_cp 2010-11-08 01:55:57 +00:00
parent a554d2c401
commit e532bbba97
1 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ u8 psxMemRead8(u32 mem) {
u32 t;
psxRegs.cycle += 2;
psxRegs.cycle += 1;
t = mem >> 16;
@ -173,7 +173,7 @@ u16 psxMemRead16(u32 mem) {
u32 t;
psxRegs.cycle += 2;
psxRegs.cycle += 1;
t = mem >> 16;