aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/UAE/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'SrcShared/UAE/options.h')
-rw-r--r--SrcShared/UAE/options.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/SrcShared/UAE/options.h b/SrcShared/UAE/options.h
new file mode 100644
index 0000000..be229fc
--- /dev/null
+++ b/SrcShared/UAE/options.h
@@ -0,0 +1,30 @@
+ /*
+ * UAE - The Un*x Amiga Emulator
+ *
+ * Stuff
+ *
+ * Copyright 1995, 1996 Ed Hanway
+ * Copyright 1995-98 Bernd Schmidt
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define UAEMAJOR 0
+#define UAEMINOR 8
+#define UAESUBREV 10
+
+
+/*
+ * You can specify numbers from 0 to 5 here. It is possible that higher
+ * numbers will make the CPU emulation slightly faster, but if the setting
+ * is too high, you will run out of memory while compiling.
+ * Best to leave this as it is.
+ */
+#define CPU_EMU_SIZE 0
+
+#ifdef __cplusplus
+}
+#endif
+