diff --git a/BizHawk.Emulation/Consoles/Nintendo/NES/NES.cs b/BizHawk.Emulation/Consoles/Nintendo/NES/NES.cs index 8c2b464414..06e1fa5732 100644 --- a/BizHawk.Emulation/Consoles/Nintendo/NES/NES.cs +++ b/BizHawk.Emulation/Consoles/Nintendo/NES/NES.cs @@ -13,19 +13,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo public partial class NES : IEmulator { - //Broken - //Bill and ted's excellent video game adventure (U) doesnt work until more detailed emulation exists (check 001.txt) - //AD&D Hillsfar (U).nes black screen - - //As good as other Emus - //Knight Rider - very glitchy and seems to be a good timing case! (seems to run same as nintendulator and fceux now.. which may not be entirely accurate) - //Indiana Jones and the Temple of Doom - //Air Wolf - big graphical glitch. seems to be a real bug, but it should never have been released with this. need to verify for sure that it is a real bug? - - //Needs Testing again - //JJ - Tobidase Daisakusen Part 2 (J) - same as 3-D World Runner - - //------ static readonly bool USE_DATABASE = true; public RomStatus RomStatus;