summaryrefslogtreecommitdiff
path: root/emux64/src/include/cpu/cpu.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-10-22 12:00:19 -0400
committerIan Moffett <ian@osmora.org>2025-10-22 12:00:19 -0400
commit761073aa5610b56bfb7ed608c358c3cf598a3000 (patch)
tree6a79eb5d7c3b9030ff596175a1c4c02ddaf356c9 /emux64/src/include/cpu/cpu.h
parent9685552a509ea460c214888443cb1c93adc58e31 (diff)
emux64: Move CPU BUA base to memmap.hmain
The memmap.h header will contain where the memory maps are located. Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'emux64/src/include/cpu/cpu.h')
-rw-r--r--emux64/src/include/cpu/cpu.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/emux64/src/include/cpu/cpu.h b/emux64/src/include/cpu/cpu.h
index 84c8832..482aae3 100644
--- a/emux64/src/include/cpu/cpu.h
+++ b/emux64/src/include/cpu/cpu.h
@@ -37,9 +37,7 @@
#include <stdint.h>
#include <stddef.h>
-
-/* Bring up area physical base */
-#define CPU_BUA_PBASE 0xFFF00000
+#include "memmap.h"
/* Register type counts */
#define N_GPREG 16