mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-09 05:32:05 +00:00
#206 Based on FaceBook poll, changed memory initialization pattern to: MIP_FF_00_FULL_PAGE
This commit is contained in:
parent
77aef24880
commit
9b8151b12e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user