From 3cd86800b9d9716438bfda6a37ac6d781f3dd229 Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 27 Apr 2017 14:02:32 -0700 Subject: [PATCH] Disable Saturn language card code --- source/Common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Common.h b/source/Common.h index 6095c769..73c48ee6 100644 --- a/source/Common.h +++ b/source/Common.h @@ -20,6 +20,7 @@ const DWORD dwClksPerFrame = uCyclesPerLine * uLinesPerFrame; // 17030 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) #define RAMWORKS // 8MB RamWorks III support +//#define SATURN // SATURN 128K // Use a base freq so that DirectX (or sound h/w) doesn't have to up/down-sample // Assume base freqs are 44.1KHz & 48KHz