add DisplayType to NES. fixed to NTSC as that's all that our NES core supports at the moment
This commit is contained in:
parent
6d683f9327
commit
9be282789b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue