From 54ef2e8a8000b8056aa32eb00179ab15dd48e2d8 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Fri, 21 May 2010 08:32:39 +0000 Subject: revert the previous revert, and fixed the value in mdec1Interrupt(). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48431 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/sio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/sio.c') diff --git a/libpcsxcore/sio.c b/libpcsxcore/sio.c index a4b1a491..3b2c3d6f 100644 --- a/libpcsxcore/sio.c +++ b/libpcsxcore/sio.c @@ -71,7 +71,7 @@ char Mcd1Data[MCD_SIZE], Mcd2Data[MCD_SIZE]; static inline void SIO_INT() { if (!Config.Sio) { psxRegs.interrupt |= 0x80; - psxRegs.intCycle[7 + 1] = 200; /*271;*/ + psxRegs.intCycle[7 + 1] = 400; psxRegs.intCycle[7] = psxRegs.cycle; } } -- cgit v1.2.3