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

12 lines
248 B
C#

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