Skip to content

Commit

Permalink
[DIAG] fix memory region size so as not to overrun 16kB (X16Community…
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur authored Mar 7, 2024
1 parent 7897797 commit 4c4c26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfg/diag-x16.cfgtpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MEMORY {
#include "x16.cfginc"

JMPTBL: start = $C000, size = $0010, fill = yes, fillval = $00;
DIAG: start = $C010, size = $4000, fill = yes, fillval = $AA;
DIAG: start = $C010, size = $3FF0, fill = yes, fillval = $AA;
}

SEGMENTS {
Expand Down

0 comments on commit 4c4c26c

Please sign in to comment.