Missing prefix files for 68k engines

svn-id: r20913
This commit is contained in:
Chris Apers 2006-02-26 13:02:34 +00:00
parent 686d463def
commit b568df4de6
3 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef PREFIX_H
#define PREFIX_H
#include "compile.h"
#undef DISABLE_CINE
#define PALMOS_68K
#endif

View File

@ -0,0 +1,9 @@
#ifndef PREFIX_H
#define PREFIX_H
#include "compile.h"
#undef DISABLE_KYRA
#define PALMOS_68K
#endif

View File

@ -0,0 +1,9 @@
#ifndef PREFIX_H
#define PREFIX_H
#include "compile.h"
#undef DISABLE_LURE
#define PALMOS_68K
#endif