From 9b8151b12e0b5bb623fc2c570ff8751a2da6d8cd Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Thu, 28 Aug 2014 10:39:29 -0700 Subject: [PATCH] #206 Based on FaceBook poll, changed memory initialization pattern to: MIP_FF_00_FULL_PAGE --- source/Applewin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Applewin.cpp b/source/Applewin.cpp index 6181f89a..98b43e5b 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -96,7 +96,7 @@ FILE* g_fh = NULL; bool g_bDisableDirectInput = false; bool g_bDisableDirectSound = false; bool g_bDisableDirectSoundMockingboard = false; -int g_nMemoryClearType = -1; +int g_nMemoryClearType = MIP_FF_00_FULL_PAGE; // Note: -1 = random IPropertySheet& sg_PropertySheet = * new CPropertySheet; CSuperSerialCard sg_SSC;