2016-05-29 11:59:57 +00:00
|
|
|
|
#define RomFileName "MacII.ROM"
|
2016-05-28 17:21:22 +00:00
|
|
|
|
|
2016-05-29 11:59:57 +00:00
|
|
|
|
#define WantInitSpeedValue 2
|
|
|
|
|
#define WantInitNotAutoSlow 0
|
|
|
|
|
#define EnableAutoSlow 0
|
2016-05-28 17:21:22 +00:00
|
|
|
|
|
|
|
|
|
#define MySoundEnabled 0
|
|
|
|
|
#define MySoundRecenterSilence 0
|
|
|
|
|
#define kLn2SoundSampSz 3
|
|
|
|
|
|
2016-05-29 11:59:57 +00:00
|
|
|
|
#define NumDrives 8
|
2016-05-28 17:21:22 +00:00
|
|
|
|
|
|
|
|
|
#define vMacScreenHeight 768
|
|
|
|
|
#define vMacScreenWidth 1024
|
|
|
|
|
#define vMacScreenDepth 3
|
|
|
|
|
|
|
|
|
|
#define kROM_Size 0x00040000
|
|
|
|
|
|
2016-06-06 13:42:04 +00:00
|
|
|
|
#ifdef PLIST_PREPROCESSOR
|
|
|
|
|
#define MNVMBundleDisplayName Mac II
|
|
|
|
|
#define MNVMBundleGetInfoString 8M, 1024×768, no sound
|
|
|
|
|
#else
|
2016-05-29 11:59:57 +00:00
|
|
|
|
#include "../CNFGGLOB.h"
|
2016-06-06 13:42:04 +00:00
|
|
|
|
#endif
|