diff options
Diffstat (limited to 'libpcsxcore')
| -rw-r--r-- | libpcsxcore/psxmem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpcsxcore/psxmem.c b/libpcsxcore/psxmem.c index dd18e48e..c7c9a51d 100644 --- a/libpcsxcore/psxmem.c +++ b/libpcsxcore/psxmem.c @@ -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; |
