From ce5c1726b4f9a5156646678b224268f51b22a5b7 Mon Sep 17 00:00:00 2001
From: widberg
Date: Tue, 5 Aug 2025 21:23:05 -0400
Subject: [PATCH] [docs] Remove references to rom_space
---
Ghidra/Features/Decompiler/src/main/doc/sleigh.xml | 7 +------
GhidraDocs/languages/html/sleigh_definitions.html | 7 +------
2 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
index d4af0e8599..02e4c99bb3 100644
--- a/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
+++ b/Ghidra/Features/Decompiler/src/main/doc/sleigh.xml
@@ -696,7 +696,7 @@ and attributes looks like zero or more of the
following lines:
-type=(ram_space|rom_space|register_space)
+type=(ram_space|register_space)
size=integer
default
wordsize=integer
@@ -758,11 +758,6 @@ with register_space.
-A space of type rom_space has seen
-little use so far but is intended to be the same as
-a ram_space that is not writable.
-
-
At least one space needs to be labeled with
the default attribute. This should be
the space that the processor accesses with its main address bus. In
diff --git a/GhidraDocs/languages/html/sleigh_definitions.html b/GhidraDocs/languages/html/sleigh_definitions.html
index 850c189a51..9ecc2ad8eb 100644
--- a/GhidraDocs/languages/html/sleigh_definitions.html
+++ b/GhidraDocs/languages/html/sleigh_definitions.html
@@ -86,7 +86,7 @@ and attributes looks like zero or more of
following lines: