2016-12-12 16:23:07 +00:00
|
|
|
|
using BizHawk.Emulation.Common;
|
|
|
|
|
|
|
|
|
|
namespace BizHawk.Emulation.Cores.PCEngine
|
|
|
|
|
{
|
|
|
|
|
public sealed partial class PCEngine : IDriveLight
|
|
|
|
|
{
|
2017-04-25 17:57:42 +00:00
|
|
|
|
public bool DriveLightEnabled { get; }
|
2016-12-12 16:23:07 +00:00
|
|
|
|
|
|
|
|
|
public bool DriveLightOn { get; internal set; }
|
|
|
|
|
}
|
|
|
|
|
}
|