Intellivision - mark the core as released, add alyosha as an author, and add the framerate entry to PlatformFrameRates
This commit is contained in:
parent
ac2a69e7dd
commit
61e8b51802
|
@ -58,6 +58,8 @@ namespace BizHawk.Client.Common
|
||||||
{"C64_NTSC", NTSC_CARRIER*2/7/263/65},
|
{"C64_NTSC", NTSC_CARRIER*2/7/263/65},
|
||||||
{"C64_NTSC_OLD", NTSC_CARRIER*2/7/262/64},
|
{"C64_NTSC_OLD", NTSC_CARRIER*2/7/262/64},
|
||||||
{"C64_DREAN", PAL_N_CARRIER*2/7/312/65},
|
{"C64_DREAN", PAL_N_CARRIER*2/7/312/65},
|
||||||
|
{"INTV", 59.92 }
|
||||||
|
|
||||||
|
|
||||||
//according to ryphecha, using
|
//according to ryphecha, using
|
||||||
//clocks[2] = { 53.693182e06, 53.203425e06 }; //ntsc console, pal console
|
//clocks[2] = { 53.693182e06, 53.203425e06 }; //ntsc console, pal console
|
||||||
|
|
|
@ -9,9 +9,9 @@ namespace BizHawk.Emulation.Cores.Intellivision
|
||||||
{
|
{
|
||||||
[CoreAttributes(
|
[CoreAttributes(
|
||||||
"IntelliHawk",
|
"IntelliHawk",
|
||||||
"BrandonE",
|
"BrandonE, Alyosha",
|
||||||
isPorted: false,
|
isPorted: false,
|
||||||
isReleased: false
|
isReleased: true
|
||||||
)]
|
)]
|
||||||
[ServiceNotApplicable(typeof(ISaveRam), typeof(IDriveLight))]
|
[ServiceNotApplicable(typeof(ISaveRam), typeof(IDriveLight))]
|
||||||
public sealed partial class Intellivision : IEmulator, IStatable, IInputPollable, ISettable<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>
|
public sealed partial class Intellivision : IEmulator, IStatable, IInputPollable, ISettable<Intellivision.IntvSettings, Intellivision.IntvSyncSettings>
|
||||||
|
|
Loading…
Reference in New Issue