Fixing typo in ST-010. It should work now.

This commit is contained in:
Fabio Priuli 2009-09-19 22:11:40 +00:00
parent 5cf00d8ced
commit a7898300e2

View File

@ -364,7 +364,7 @@ static void st010_op_05( void ) {
//grab the target angle
st010_op_05_do_work(dy, dx);
o1 = (UINT8)snes_st010.o1;
o1 = (UINT16)snes_st010.o1;
//check for wrapping
if(abs(o1 - rot) > 0x8000) {