mirror of
https://github.com/cc65/cc65.git
synced 2025-01-28 15:31:18 +00:00
Fixed GeOS -> GEOS and added newline to geossym2.inc.
This commit is contained in:
parent
d93f84f4bc
commit
e17b9177de
@ -11,3 +11,4 @@ sysFlgCopy = $c012
|
|||||||
c128Flag = $c013
|
c128Flag = $c013
|
||||||
mp3Flag = $c014
|
mp3Flag = $c014
|
||||||
dateCopy = $c018
|
dateCopy = $c018
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ void main (void)
|
|||||||
gotoxy(0, 4);
|
gotoxy(0, 4);
|
||||||
if (os == GEOS4) {
|
if (os == GEOS4) {
|
||||||
machine = "plus4";
|
machine = "plus4";
|
||||||
version = "GeOS v3.5";
|
version = "GEOS v3.5";
|
||||||
} else {
|
} else {
|
||||||
if ((os & GEOS128) == GEOS128) {
|
if ((os & GEOS128) == GEOS128) {
|
||||||
machine = "c128";
|
machine = "c128";
|
||||||
@ -27,13 +27,13 @@ void main (void)
|
|||||||
}
|
}
|
||||||
os &= 0x7f;
|
os &= 0x7f;
|
||||||
if (os == GEOS_V10) {
|
if (os == GEOS_V10) {
|
||||||
version = "GeOS v1.0";
|
version = "GEOS v1.0";
|
||||||
} else if (os == GEOS_V11) {
|
} else if (os == GEOS_V11) {
|
||||||
version = "GeOS v1.1";
|
version = "GEOS v1.1";
|
||||||
} else if (os == GEOS_V12) {
|
} else if (os == GEOS_V12) {
|
||||||
version = "GeOS v1.2";
|
version = "GEOS v1.2";
|
||||||
} else if (os == GEOS_V20) {
|
} else if (os == GEOS_V20) {
|
||||||
version = "GeOS v2.0";
|
version = "GEOS v2.0";
|
||||||
} else if (os == MEGAPATCH3) {
|
} else if (os == MEGAPATCH3) {
|
||||||
version = "MegaPatch 3";
|
version = "MegaPatch 3";
|
||||||
} else if (os == GATEWAY) {
|
} else if (os == GATEWAY) {
|
||||||
@ -41,7 +41,7 @@ void main (void)
|
|||||||
} else if ((os & WHEELS) == WHEELS) {
|
} else if ((os & WHEELS) == WHEELS) {
|
||||||
version = "Wheels";
|
version = "Wheels";
|
||||||
} else {
|
} else {
|
||||||
version = "Unknown GeOS version";
|
version = "Unknown GEOS version";
|
||||||
good = 0;
|
good = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
; this is the resource file for geosver.c, a GEOS application example
|
; this is the resource file for geosver.c, a GEOS application example
|
||||||
|
|
||||||
HEADER APPLICATION "geosver" "GeOSver" "V1.0" {
|
HEADER APPLICATION "geosver" "GEOSver" "V1.0" {
|
||||||
dostype USR
|
dostype USR
|
||||||
author "Marco van den Heuvel"
|
author "Marco van den Heuvel"
|
||||||
info "This is a C prog compiled with cc65 and GEOSLib."
|
info "This is a C prog compiled with cc65 and GEOSLib."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user