diff --git a/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/BizHawk.Client.Common/movie/PlatformFrameRates.cs index 726c5ad73b..1767a1d41d 100644 --- a/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -58,6 +58,8 @@ namespace BizHawk.Client.Common {"C64_NTSC", NTSC_CARRIER*2/7/263/65}, {"C64_NTSC_OLD", NTSC_CARRIER*2/7/262/64}, {"C64_DREAN", PAL_N_CARRIER*2/7/312/65}, + {"INTV", 59.92 } + //according to ryphecha, using //clocks[2] = { 53.693182e06, 53.203425e06 }; //ntsc console, pal console diff --git a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs index 3da5d3bd88..5eecba55f0 100644 --- a/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs +++ b/BizHawk.Emulation.Cores/Consoles/Intellivision/Intellivision.cs @@ -9,9 +9,9 @@ namespace BizHawk.Emulation.Cores.Intellivision { [CoreAttributes( "IntelliHawk", - "BrandonE", + "BrandonE, Alyosha", isPorted: false, - isReleased: false + isReleased: true )] [ServiceNotApplicable(typeof(ISaveRam), typeof(IDriveLight))] public sealed partial class Intellivision : IEmulator, IStatable, IInputPollable, ISettable