summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authoralekseiplusplus <alekseijeaves@protonmail.com>2023-12-08 11:48:26 +1100
committeralekseiplusplus <alekseijeaves@protonmail.com>2023-12-08 11:48:26 +1100
commit8968f471650d25c9df68347644e0e5c0ecdbda6e (patch)
tree2a85cf00b0b1b168a24a1f408d203b5517949a69 /src/cpu
parentd28ad56810b43cb3ea5d11e5e32042f69ee04562 (diff)
minor commit
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
{