Intellivision - document a non-applicable emualtor service

This commit is contained in:
adelikat 2016-12-08 13:06:20 -06:00
parent fd71ab0160
commit 538630f957
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ namespace BizHawk.Emulation.Cores.Intellivision
isPorted: false,
isReleased: false
)]
[ServiceNotApplicable(typeof(ISaveRam))]
[ServiceNotApplicable(typeof(ISaveRam), typeof(IDriveLight))]
public sealed partial class Intellivision : IEmulator, IStatable, ISettable<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>
{
[CoreConstructor("INTV")]