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:
parent
9f6820b83f
commit
eeec746010
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue