Adjusted resource file to recent syntax changes.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5378 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
e58e20b99f
commit
68589fc963
1 changed files with 4 additions and 5 deletions
|
@ -5,9 +5,8 @@ author "Maciej Witkowiak"
|
|||
info "This is just an example."
|
||||
}
|
||||
|
||||
; maximum size for chains >=1 will be $1000
|
||||
VLIR 0x1000 {
|
||||
0
|
||||
1
|
||||
2
|
||||
MEMORY {
|
||||
stacksize 0x0000
|
||||
overlaysize 0x1000
|
||||
overlaynums 0 1 2
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue