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