there was at least one typo in the code I sent you, sorry...

Code:
o1 = (UINT8)snes_st010.o1;


should be

Code:
o1 = (UINT16)snes_st010.o1;


this hopefully fixes the CPU AI

Last edited by etabeta78; 09/19/09 10:14 PM.