aboutsummaryrefslogtreecommitdiff
path: root/SrcShared/UAE/memory_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'SrcShared/UAE/memory_cpu.h')
-rw-r--r--SrcShared/UAE/memory_cpu.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SrcShared/UAE/memory_cpu.h b/SrcShared/UAE/memory_cpu.h
new file mode 100644
index 0000000..af2137e
--- /dev/null
+++ b/SrcShared/UAE/memory_cpu.h
@@ -0,0 +1,13 @@
+ /*
+ * UAE - The Un*x Amiga Emulator
+ *
+ * memory management
+ *
+ * Copyright 1995 Bernd Schmidt
+ */
+
+#include "machdep_maccess.h"
+
+typedef EmAddressBank addrbank;
+
+#define get_mem_bank EmMemGetBank