From fcf20ac646216a0c0bb56aa43848e4cea85cf97c Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 21 Feb 2016 11:45:12 -0500 Subject: [PATCH] Ti-83 - IDriveLight is not applicable --- BizHawk.Emulation.Cores/Calculator/TI83.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation.Cores/Calculator/TI83.cs b/BizHawk.Emulation.Cores/Calculator/TI83.cs index cbb8197d24..071b2339aa 100644 --- a/BizHawk.Emulation.Cores/Calculator/TI83.cs +++ b/BizHawk.Emulation.Cores/Calculator/TI83.cs @@ -19,7 +19,7 @@ namespace BizHawk.Emulation.Cores.Calculators isPorted: false, isReleased: true )] - [ServiceNotApplicable(typeof(ISaveRam), typeof(IRegionable))] + [ServiceNotApplicable(typeof(ISaveRam), typeof(IRegionable), typeof(IDriveLight))] public partial class TI83 : IEmulator, IVideoProvider, IStatable, IDebuggable, IInputPollable, ISettable { [CoreConstructor("TI83")]