|
using BizHawk.Emulation.Common;
|
|
|
|
namespace BizHawk.Emulation.Cores.Consoles.Sega.gpgx
|
|
{
|
|
public partial class GPGX : IDriveLight
|
|
{
|
|
public bool DriveLightEnabled { get; private set; }
|
|
public bool DriveLightOn { get; private set; }
|
|
|
|
private bool _drivelight;
|
|
}
|
|
}
|