|
|
1.1 root 1: /*
2: * UAE - The Un*x Amiga Emulator
3: *
4: * Target specific stuff, p.OS version
5: *
6: * Copyright 1997 Bernd Schmidt
7: */
8:
9: #define UNSUPPORTED_OPTION_l
10:
11: #define OPTIONSFILENAME ".uaerc"
12: #define OPTIONS_IN_HOME
13:
14: #define TARGET_SPECIAL_OPTIONS \
15: { "L", " -L : Only update needed part of the window\n" },
16: #define COLOR_MODE_HELP_STRING \
17: "Valid color modes (see -H) are:\n" \
18: " 0 => 8 bit output, gray (no dithering);\n"\
19: " 1 => 8 bit output, color (no dithering);\n"\
20: " 2 => 8 bit output, gray (dithering);\n"\
21: " 3 => truecolor output.\n\n"
22:
23: #define DEFSERNAME "ser:"
24: #define DEFPRTNAME "par:"
25:
1.1.1.2 ! root 26: #define write_log write_log_standard
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.