summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/core.h b/src/cpu/core.h
index f83002f..4b8d7f1 100644
--- a/src/cpu/core.h
+++ b/src/cpu/core.h
@@ -12,7 +12,7 @@ extern byte P;
extern byte S;
extern address PC;
extern byte* Memory;
-extern byte ROM[];
+extern const byte ROM[];
enum Addressing
{