2016-08-09 17:03:23 +00:00
|
|
|
|
using BizHawk.Emulation.Common;
|
|
|
|
|
|
2016-08-10 19:27:46 +00:00
|
|
|
|
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx64
|
2016-08-09 17:03:23 +00:00
|
|
|
|
{
|
|
|
|
|
public partial class GPGX : IDriveLight
|
|
|
|
|
{
|
|
|
|
|
public bool DriveLightEnabled { get; private set; }
|
|
|
|
|
public bool DriveLightOn { get; private set; }
|
|
|
|
|
|
|
|
|
|
private bool _drivelight;
|
|
|
|
|
}
|
|
|
|
|
}
|