Vectrex: Set release flag to false

This commit is contained in:
alyosha-tas 2019-06-16 18:33:55 -04:00
parent ff2e91722d
commit 0c8646cfd4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Vectrex
"VectrexHawk",
"",
isPorted: false,
isReleased: true)]
isReleased: false)]
[ServiceNotApplicable(typeof(IDriveLight))]
public partial class VectrexHawk : IEmulator, ISaveRam, IDebuggable, IStatable, IInputPollable, IRegionable,
ISettable<VectrexHawk.VectrexSettings, VectrexHawk.VectrexSyncSettings>