updated this file to match zerofrog's minor-change in the official sourceforge SVN :p

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@14 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
cottonvibes 2008-08-13 07:24:46 +00:00 committed by Gregory Hainaut
parent 81c31a089e
commit 7bf97e1af1
1 changed files with 1 additions and 1 deletions

View File

@ -1796,7 +1796,7 @@ extern void (*rpsxCP2BSC[32])();
static void rpsxSPECIAL() { rpsxSPC[_Funct_](); }
static void rpsxREGIMM() { rpsxREG[_Rt_](); }
static void rpsxCOP0() { rpsxCP0[_Rs_](); }
static void rpsxBASIC() { rpsxCP2BSC[_Rs_](); }
//static void rpsxBASIC() { rpsxCP2BSC[_Rs_](); }
static void rpsxNULL() {
SysPrintf("psxUNK: %8.8x\n", psxRegs.code);