Fixes Commandos (CH)

At least I think it's fixed, I don't understand how this game is played
This commit is contained in:
alyosha-tas 2016-09-04 16:38:28 -04:00 committed by GitHub
parent 4acb583347
commit 08e303e398
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
// state
byte reg0 = 0;
byte reg1 = 0xff;
int prg = 15;
int prg = 0;
byte security = 0;
bool trigger = false;
bool strobe = true;