Added GEOS 1.3 and 1.5 detection.

This commit is contained in:
Marco van den Heuvel
2018-02-15 15:24:58 -08:00
parent 5d73f28a85
commit b0ef67d14c
3 changed files with 17 additions and 1 deletions

View File

@@ -35,7 +35,9 @@ char get_ostype(void);
#define GATEWAY 0x08
#define GEOS_V10 0x10
#define GEOS_V11 0x11
#define GEOS_V12 0x12 /* ??? not sure */
#define GEOS_V12 0x12
#define GEOS_V13 0x13
#define GEOS_V15 0x15
#define GEOS_V20 0x20
#define WHEELS 0x40 /* only Wheels? */