This commit is contained in:
retro-wertz
2017-10-15 19:48:51 +08:00
parent 52c8155dee
commit d72a5061ea
10 changed files with 18 additions and 20 deletions

View File

@@ -137,7 +137,7 @@ static DECLFW(Write2) {
trigger ^= 1;
}
laststrobe = V;
} else if (A == 0x5100 && V == 6) /* damn thoose protected games */
} else if (A == 0x5100 && V == 6) /* damn those protected games */
setprg32(0x8000, 3);
else
switch (A & 0x7300) {