aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/UAE/custom.h
diff options
context:
space:
mode:
Diffstat (limited to 'SrcShared/UAE/custom.h')
-rw-r--r--SrcShared/UAE/custom.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/SrcShared/UAE/custom.h b/SrcShared/UAE/custom.h
new file mode 100644
index 0000000..7b5241b
--- /dev/null
+++ b/SrcShared/UAE/custom.h
@@ -0,0 +1,30 @@
+ /*
+ * UAE - The Un*x Amiga Emulator
+ *
+ * custom chip support
+ *
+ * (c) 1995 Bernd Schmidt
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern void customreset (void);
+
+#define SPCFLAG_STOP 2
+#define SPCFLAG_DISK 4
+#define SPCFLAG_INT 8
+#define SPCFLAG_BRK 16
+#define SPCFLAG_EXTRA_CYCLES 32
+#define SPCFLAG_TRACE 64
+#define SPCFLAG_DOTRACE 128
+#define SPCFLAG_DOINT 256
+#define SPCFLAG_BLTNASTY 512
+#define SPCFLAG_EXEC 1024
+#define SPCFLAG_MODE_CHANGE 8192
+
+#ifdef __cplusplus
+}
+#endif
+