1#
2# CORE CONFIGURATION OPTIONS
3#
4readconfig                1
5writeconfig               0
6
7#
8# CORE SEARCH PATH OPTIONS
9#
10homepath                  .
11rompath                   roms;/sdcard/Download;/sdcard/mame/roms
12hashpath                  hash
13samplepath                samples
14artpath                   artwork
15ctrlrpath                 ctrlr
16inipath                   .
17fontpath                  .
18cheatpath                 cheat
19crosshairpath             crosshair
20pluginspath               plugins
21languagepath              language
22swpath                    software
23
24#
25# CORE OUTPUT DIRECTORY OPTIONS
26#
27cfg_directory             cfg
28nvram_directory           nvram
29input_directory           inp
30state_directory           sta
31snapshot_directory        snap
32diff_directory            diff
33comment_directory         comments
34
35#
36# CORE STATE/PLAYBACK OPTIONS
37#
38state
39autosave                  1
40playback
41record
42record_timecode           0
43exit_after_playback       0
44mngwrite
45aviwrite
46wavwrite
47snapname                  %g/%i
48snapsize                  auto
49snapview                  internal
50snapbilinear              1
51statename                 %g
52burnin                    0
53
54#
55# CORE PERFORMANCE OPTIONS
56#
57autoframeskip             1
58frameskip                 8
59seconds_to_run            0
60throttle                  1
61sleep                     0
62speed                     1.0
63refreshspeed              30
64
65#
66# CORE RENDER OPTIONS
67#
68keepaspect                1
69unevenstretch             1
70unevenstretchx            0
71unevenstretchy            0
72autostretchxy             0
73intoverscan               0
74intscalex                 0
75intscaley                 0
76
77#
78# CORE ROTATION OPTIONS
79#
80rotate                    1
81ror                       0
82rol                       0
83autoror                   0
84autorol                   0
85flipx                     0
86flipy                     0
87
88#
89# CORE ARTWORK OPTIONS
90#
91artwork_crop              0
92use_backdrops             1
93use_overlays              1
94use_bezels                1
95use_cpanels               1
96use_marquees              1
97
98#
99# CORE SCREEN OPTIONS
100#
101brightness                1.0
102contrast                  1.0
103gamma                     1.0
104pause_brightness          0.65
105effect                    none
106
107#
108# CORE VECTOR OPTIONS
109#
110beam_width_min            1.0
111beam_width_max            1.0
112beam_intensity_weight     0
113flicker                   0
114
115#
116# CORE SOUND OPTIONS
117#
118samplerate                48000
119samples                   1
120volume                    0
121
122#
123# CORE INPUT OPTIONS
124#
125coin_lockout              1
126ctrlr
127mouse                     0
128joystick                  1
129lightgun                  0
130multikeyboard             0
131multimouse                0
132steadykey                 0
133ui_active                 1
134offscreen_reload          0
135joystick_map              auto
136joystick_deadzone         0.3
137joystick_saturation       0.85
138natural                   0
139joystick_contradictory    0
140coin_impulse              0
141
142#
143# CORE INPUT AUTOMATIC ENABLE OPTIONS
144#
145paddle_device             keyboard
146adstick_device            keyboard
147pedal_device              keyboard
148dial_device               keyboard
149trackball_device          keyboard
150lightgun_device           keyboard
151positional_device         keyboard
152mouse_device              mouse
153
154#
155# CORE DEBUGGING OPTIONS
156#
157verbose                   0
158log                       0
159oslog                     0
160debug                     0
161update_in_pause           0
162debugscript
163
164#
165# CORE COMM OPTIONS
166#
167comm_localhost            0.0.0.0
168comm_localport            15112
169comm_remotehost           127.0.0.1
170comm_remoteport           15112
171
172#
173# CORE MISC OPTIONS
174#
175drc                       1
176drc_use_c                 0
177drc_log_uml               0
178drc_log_native            0
179bios
180cheat                     0
181skip_gameinfo             1
182uifont                    default
183ui                        cabinet
184ramsize
185confirm_quit              0
186ui_mouse                  1
187autoboot_command
188autoboot_delay            0
189autoboot_script
190console                   0
191plugins                   1
192plugin
193noplugin
194language                  English
195
196#
197# HTTP SERVER OPTIONS
198#
199http                      0
200http_port                 8080
201http_root                 web
202