aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-04-01 14:23:36 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-04-06 09:53:55 -0400
commit9d691acee08bf6c5ef7ffc99ad6010f6ec1a0adc (patch)
tree5323e1bd1a0d7fe22ea4d33ef17a0227a92a7843 /src/config.h
parent8ef686f6709329edbe9d433ec46410a764348bf8 (diff)
downloadseabios-9d691acee08bf6c5ef7ffc99ad6010f6ec1a0adc.tar.gz
optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED
No modern software uses this option and it complicates the code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 6c47f161..baca029f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -39,8 +39,6 @@
#define BUILD_BIOS_ADDR 0xf0000
#define BUILD_BIOS_SIZE 0x10000
#define BUILD_EXTRA_STACK_SIZE 0x800
-// 32KB for shadow ram copying (works around emulator deficiencies)
-#define BUILD_BIOS_TMP_ADDR 0x30000
#define BUILD_SMM_INIT_ADDR 0x30000
#define BUILD_SMM_ADDR 0xa0000