diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-08 11:48:26 +1100 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-12-08 11:48:26 +1100 |
commit | 8968f471650d25c9df68347644e0e5c0ecdbda6e (patch) | |
tree | 2a85cf00b0b1b168a24a1f408d203b5517949a69 /src/cpu/core.h | |
parent | d28ad56810b43cb3ea5d11e5e32042f69ee04562 (diff) |
minor commit
Diffstat (limited to 'src/cpu/core.h')
-rw-r--r-- | src/cpu/core.h | 2 |
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 { |