From 275c72d0c23d4e0b428c949b45f8db8678f7b5dd Mon Sep 17 00:00:00 2001 From: zeromus Date: Wed, 17 Dec 2014 01:22:25 +0000 Subject: [PATCH] psx - framerate definitions --- BizHawk.Client.Common/movie/PlatformFrameRates.cs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/movie/PlatformFrameRates.cs b/BizHawk.Client.Common/movie/PlatformFrameRates.cs index ce1ccaaeda..41467622bf 100644 --- a/BizHawk.Client.Common/movie/PlatformFrameRates.cs +++ b/BizHawk.Client.Common/movie/PlatformFrameRates.cs @@ -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]