mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-04 02:30:53 +00:00
Disable Saturn language card code
This commit is contained in:
parent
52cf059c4b
commit
3cd86800b9
@ -20,6 +20,7 @@ const DWORD dwClksPerFrame = uCyclesPerLine * uLinesPerFrame; // 17030
|
|||||||
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
|
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
|
||||||
|
|
||||||
#define RAMWORKS // 8MB RamWorks III support
|
#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
|
// 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
|
// Assume base freqs are 44.1KHz & 48KHz
|
||||||
|
Loading…
Reference in New Issue
Block a user