mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2024-11-26 15:49:16 +00:00
20 lines
365 B
C
20 lines
365 B
C
|
#define RomFileName "Mac128K.ROM"
|
||
|
|
||
|
#define WantInitSpeedValue 2
|
||
|
#define WantInitNotAutoSlow 0
|
||
|
#define EnableAutoSlow 1
|
||
|
|
||
|
#define MySoundEnabled 1
|
||
|
#define MySoundRecenterSilence 0
|
||
|
#define kLn2SoundSampSz 3
|
||
|
|
||
|
#define NumDrives 2
|
||
|
|
||
|
#define vMacScreenHeight 342
|
||
|
#define vMacScreenWidth 512
|
||
|
#define vMacScreenDepth 0
|
||
|
|
||
|
#define kROM_Size 0x00010000
|
||
|
|
||
|
#include "../CNFGGLOB.h"
|