psx - framerate definitions

This commit is contained in:
zeromus 2014-12-17 01:22:25 +00:00
parent 7efcd7cc0b
commit 275c72d0c2
1 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,11 @@ namespace BizHawk.Client.Common
{ "A26_PAL", 3546895.0 / 312.0 / 228.0 }, // 49.860759671614934772829509671615
{ "A78", 59.9227510135505 },
{ "Coleco", 59.9227510135505 }
{ "Coleco", 59.9227510135505 },
//http://problemkaputt.de/psx-spx.htm
{"PSX", 44100.0*768*11/7/263/3413},
{"PSX_PAL", 44100.0*768*11/7/314/3406},
};
public double this[string systemId, bool pal]