add note about time lord

This commit is contained in:
zeromus 2013-10-18 06:11:36 +00:00
parent bb2ff540db
commit 954935466d
1 changed files with 3 additions and 1 deletions

View File

@ -34,8 +34,10 @@ namespace BizHawk.Emulation.Consoles.Nintendo
break; break;
case "NES-AMROM": //time lord case "NES-AMROM": //time lord
//http://forums.nesdev.com/viewtopic.php?p=95438
//adding 723 cycles to FrameAdvance_ppudead() does indeed fix it
AssertPrg(128); AssertChr(0); AssertVram(8); AssertWram(0); AssertPrg(128); AssertChr(0); AssertVram(8); AssertWram(0);
bus_conflict = true; bus_conflict = false;
break; break;
case "NES-AOROM": //battletoads case "NES-AOROM": //battletoads