]> git.sur5r.net Git - cc65/blob - samples/geos/overlay-demores.grc
Remove trailings spaces from CBM-related asm files
[cc65] / samples / geos / overlay-demores.grc
1 HEADER APPLICATION "Overlay Demo" "Overlay Demo" "V1.0" {
2     author    "Oliver Schmidt"
3     info      "This is a minimalistic cc65 GEOSLib overlay demo program written in C."
4     date      12 01 01 12 00
5     structure VLIR
6 }
7
8 MEMORY {
9     overlaysize 0x1000
10     overlaynums 0 1 2 3
11 }