diff options
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 { |