blob: 8a6e0d85c35be684521118042bf268eb4eb29a16 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef PREFIX_H
#define PREFIX_H
#include "compile.h"
#undef DISABLE_SCUMM
//#undef DISABLE_SCUMM_7_8
//#undef DISABLE_HE
#define PALMOS_68K
//#define PALMOS_DEBUG
#endif
|