change VS coin function

This commit is contained in:
dborth 2008-10-06 01:57:49 +00:00
parent 42ac1b1888
commit 022727bb0b

View File

@ -393,7 +393,7 @@ unsigned char DecodeJoy( unsigned short pad )
FCEUI_FDSSelect(); // select other side
}
else
FCEU_DoSimpleCommand(0x07); // insert coin for VS Games
FCEUI_VSUniCoin(); // insert coin for VS Games
}
}
}