From b85e7cac2c4ac80225de83bda985ca065efdb41d Mon Sep 17 00:00:00 2001 From: alyosha-tas Date: Mon, 14 Dec 2020 11:40:23 -0500 Subject: [PATCH] O2; set released to true --- .../Consoles/Magnavox/Odyssey2/O2Hawk.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs index 3cee102c94..b8fbc20c1d 100644 --- a/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs +++ b/src/BizHawk.Emulation.Cores/Consoles/Magnavox/Odyssey2/O2Hawk.cs @@ -10,7 +10,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk "O2Hawk", "", isPorted: false, - isReleased: false, + isReleased: true, displayName: "Odyssey 2")] [ServiceNotApplicable(new[] { typeof(IDriveLight) })] public partial class O2Hawk : IEmulator, ISaveRam, IDebuggable, IInputPollable, IRegionable, ISettable, IBoardInfo