-
Notifications
You must be signed in to change notification settings - Fork 49
/
advcfg.d
71 lines (52 loc) · 2 KB
/
advcfg.d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Name{number}
advcfg - AdvanceMAME Automatic Video Configurator
Synopsis
:advcfg [-advmamec] [-advmessc] [-advmenuc]
: [-log] [-logsync] [-rc RCFILE] [-bit N]
Description
The `advcfg' utility is the automatic video configuration
program for AdvanceMAME, AdvanceMESS and AdvanceMENU.
This utility works differently if one of the -advmamec,
-advmessc and -advmenuc option is specified.
The main difference is the name of the configuration
file used to store the video modes.
All the video modes used in the configuration process
have always negative horizontal and vertical sync polarity.
Check the `advdev.txt' file for more details on the video
drivers supported.
Options
-rc RCFILE
Specify an alternate name of the configuration file.
-log
A very detailed log of operations is saved in
a `.log' file. Very useful for debugging problems.
-logsync
Like the `-log' option but the log file is not
buffered. This option must be used to get a complete
log file in presence of a machine crash.
-advmamec, -advmessc, -advmenuc
Select the mode of operation for the programs
`advmame', `advmess' and `advmenu'.
The default is for `advmame'.
-bit N
Select the bit depth of the test video modes.
If omitted 8 bit modes are used.
Valid values are 8, 15, 16 and 32.
Configuration
Depending one the command line options used one of the
`advmame.rc', `advmess.rc' and `advmenu.rc' file is used
to load and save the video configuration.
If the configuration process completes with success the
program adds these options in your configuration file:
:device_video_clock ?
:device_video_format ?
which define the capabilities of your monitor and video board.
And for the `advmame' and `advmess' modes also the options:
:display_mode auto
:display_adjust generate_yclock
which select the `automatic' video mode generation of the
emulators.
All these options are documented in the `advdev.txt'
and `advmame.txt' files.
Copyright
This file is Copyright (C) 2003, 2004 Andrea Mazzoleni.