summaryrefslogtreecommitdiff
path: root/src/cpu/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/core.h')
-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 5a73818..4545cd5 100644
--- a/src/cpu/core.h
+++ b/src/cpu/core.h
@@ -15,7 +15,7 @@ extern byte P;
extern byte S;
extern address PC;
extern byte* Memory;
-extern const byte ROM[];
+extern byte ROM[];
enum Addressing