1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-11 05:29:33 +00:00
cc65/samples/geos/overlay-demores.grc
ol.sc ebc519ee0e Added a sample demonstrating how to create a VLIR overlay program.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5376 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-03 21:55:34 +00:00

12 lines
285 B
Plaintext

HEADER APPLICATION "Overlay Demo" "Overlay Demo" "V1.0" {
author "Oliver Schmidt"
info "This is a minimalistic cc65 GEOSLib overlay demo program written in C."
date 12 01 01 12 00
structure VLIR
}
MEMORY {
overlaysize 0x1000
overlaynums 0 1 2 3
}