Intellivision - mark the core as released, add alyosha as an author, and add the framerate entry to PlatformFrameRates

This commit is contained in:
adelikat 2017-02-18 15:01:09 -06:00
parent ac2a69e7dd
commit 61e8b51802
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>