2016-06-28 20:17:23 +00:00
|
|
|
|
#define RomFileName "MacII.ROM"
|
|
|
|
|
|
|
|
|
|
#define WantInitSpeedValue 2
|
|
|
|
|
#define WantInitNotAutoSlow 0
|
|
|
|
|
#define EnableAutoSlow 0
|
|
|
|
|
|
|
|
|
|
#define MySoundEnabled 1
|
|
|
|
|
#define MySoundRecenterSilence 0
|
|
|
|
|
#define kLn2SoundSampSz 3
|
|
|
|
|
|
|
|
|
|
#define NumDrives 8
|
|
|
|
|
|
|
|
|
|
#define vMacScreenHeight 480
|
|
|
|
|
#define vMacScreenWidth 640
|
|
|
|
|
#define vMacScreenDepth 3
|
|
|
|
|
|
|
|
|
|
#define kROM_Size 0x00040000
|
|
|
|
|
|
|
|
|
|
#ifdef PLIST_PREPROCESSOR
|
2016-06-28 21:07:52 +00:00
|
|
|
|
#define MNVMBundleDisplayName Mac II
|
2016-06-28 20:17:23 +00:00
|
|
|
|
#define MNVMBundleGetInfoString 8M, 640×480
|
|
|
|
|
#else
|
|
|
|
|
#include "../CNFGGLOB.h"
|
|
|
|
|
#endif
|