aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-05-20 21:11:43 -0400
committerKevin O'Connor <kevin@koconnor.net>2012-05-21 08:48:36 -0400
commit5e0190817768d656aad987010557a0681624e2b1 (patch)
tree4bce042c5d64ab14241b182023c1959533b73220 /src/config.h
parent4f6563ef1bede5da45d7689c1e599b7ab2c13327 (diff)
downloadseabios-hppa-5e0190817768d656aad987010557a0681624e2b1.zip
seabios-hppa-5e0190817768d656aad987010557a0681624e2b1.tar.gz
seabios-hppa-5e0190817768d656aad987010557a0681624e2b1.tar.bz2
Allow optionroms and "low mem" to share space.
Allow both optionroms and "low mem" allocations to use the e-segment. (Space is allocated on a "first come, first serve" basis). This allows more flexibility in resource assignment. Also, allow the "low mem" area to use a full 64K. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 23591b9..3a70867 100644
--- a/src/config.h
+++ b/src/config.h
@@ -38,7 +38,6 @@
#define BUILD_ROM_START 0xc0000
#define BUILD_BIOS_ADDR 0xf0000
#define BUILD_BIOS_SIZE 0x10000
-#define BUILD_LOWMEM_SIZE 0x8000
#define BUILD_EXTRA_STACK_SIZE 0x800
// 32KB for shadow ram copying (works around emulator deficiencies)
#define BUILD_BIOS_TMP_ADDR 0x30000