BizHawk/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/NES.IDriveLight.cs

12 lines
248 B
C#
Raw Normal View History

2015-01-15 19:19:43 +00:00
using BizHawk.Emulation.Common;
namespace BizHawk.Emulation.Cores.Nintendo.NES
{
public partial class NES : IDriveLight
{
public bool DriveLightEnabled { get; private set; }
public bool DriveLightOn { get; private set; }
}
}