NES Hawk - remove list of broken games from NES.cs and placed it on http://tasvideos.org/BizHawk/TODO.html instead

This commit is contained in:
adelikat 2012-04-08 18:07:46 +00:00
parent 9f6820b83f
commit eeec746010
1 changed files with 0 additions and 13 deletions

View File

@ -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;