1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/samples/geos/sampleresource.res

37 lines
603 B
Plaintext
Raw Normal View History

#
# This is an example of application resource file
#
#
# C= DOS name of the program
dosname="TestApp"
# C= DOS type, USR is preferred, but PRG/SEQ might be used here
dostype=USR
# GEOS file type, currently only APPLICATION
progtype=APPLICATION
# GEOS Class field
class="Class"
# GEOS Author field
author="Maciej Witkowiak"
# GEOS Note field
note="This is C prog compiled with cc65 and GEOSLib."
# GEOS version field
version="V1.0"
# GEOS screenmode - for 40/80 columns for GEOS 64/128
#screenmode=0
# if date is commented-out - current will be used
#day=9
#month=3
#year=0
#hour=5
#minute=55