From 761073aa5610b56bfb7ed608c358c3cf598a3000 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 22 Oct 2025 12:00:19 -0400 Subject: emux64: Move CPU BUA base to memmap.h The memmap.h header will contain where the memory maps are located. Signed-off-by: Ian Moffett --- emux64/src/include/cpu/cpu.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emux64/src/include/cpu/cpu.h') 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 #include - -/* Bring up area physical base */ -#define CPU_BUA_PBASE 0xFFF00000 +#include "memmap.h" /* Register type counts */ #define N_GPREG 16 -- cgit v1.2.3