add DisplayType to NES. fixed to NTSC as that's all that our NES core supports at the moment

This commit is contained in:
goyuken 2012-10-06 16:56:46 +00:00
parent 6d683f9327
commit 9be282789b
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,8 @@ namespace BizHawk.Emulation.Consoles.Nintendo
public CoreInputComm CoreInputComm { get; set; }
public CoreOutputComm CoreOutputComm { get; private set; }
public DisplayType DisplayType { get { return BizHawk.DisplayType.NTSC; } }
class MyVideoProvider : IVideoProvider
{
public int top = 8;