2016-05-29 11:59:57 +00:00
|
|
|
#define RomFileName "vMac.ROM"
|
2016-05-01 17:05:36 +00:00
|
|
|
|
2016-05-29 11:59:57 +00:00
|
|
|
#define WantInitSpeedValue 2
|
|
|
|
#define WantInitNotAutoSlow 0
|
|
|
|
#define EnableAutoSlow 1
|
2016-05-01 17:05:36 +00:00
|
|
|
|
|
|
|
#define MySoundEnabled 1
|
|
|
|
#define MySoundRecenterSilence 0
|
2016-05-28 12:18:59 +00:00
|
|
|
#define kLn2SoundSampSz 3
|
2016-05-01 17:05:36 +00:00
|
|
|
|
2016-05-28 12:18:59 +00:00
|
|
|
#define NumDrives 6
|
2016-05-01 17:05:36 +00:00
|
|
|
|
|
|
|
#define vMacScreenHeight 342
|
|
|
|
#define vMacScreenWidth 512
|
|
|
|
#define vMacScreenDepth 0
|
|
|
|
|
|
|
|
#define kROM_Size 0x00020000
|
|
|
|
|
2016-05-29 11:59:57 +00:00
|
|
|
#include "../CNFGGLOB.h"
|