Skip to content

Commit a2262a0

Browse files
Merge pull request #1020 from drhelius/gear
Update "gear" emulator docs
2 parents b394349 + 01879c3 commit a2262a0

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

docs/library/gearcoleco.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Settings with (Restart) means that core has to be closed for the new setting to
117117
- *NTSC (60 Hz)* forces 60 Hz.
118118
- *PAL (50 Hz)* forces 50 Hz.
119119

120-
- **Aspect Ratio** [gearcoleco_aspect_ratio] (**Auto**|4:3|16:9)
120+
- **Aspect Ratio** [gearcoleco_aspect_ratio] (**1:1 PAR**|4:3 DAR|16:9 DAR|16:10 DAR)
121121

122122
Select which aspect ratio will be presented by the core.
123123

@@ -126,7 +126,7 @@ Settings with (Restart) means that core has to be closed for the new setting to
126126
- *16:9 DAR* forces 16:9 aspect ratio.
127127
- *16:10 DAR* forces 16:10 aspect ratio.
128128

129-
- **Overscan** [gearcoleco_overscan] (**Disabled**|Top+Bottom|Full)
129+
- **Overscan** [gearcoleco_overscan] (**Disabled**|Top+Bottom|Full (284 width)|Full (320 width))
130130

131131
Select which overscan (borders) will be used in emulation.
132132

docs/library/gearsystem.md

+31-3
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Settings with (Restart) means that core has to be closed for the new setting to
164164
- *NTSC (60 Hz)* forces 60 Hz.
165165
- *PAL (50 Hz)* forces 50 Hz.
166166

167-
- **Aspect Ratio** [gearsystem_aspect_ratio] (**Auto**|4:3|16:9)
167+
- **Aspect Ratio** [gearsystem_aspect_ratio] (**1:1 PAR**|4:3 DAR|16:9 DAR|16:10 DAR)
168168

169169
Select which aspect ratio will be presented by the core.
170170

@@ -173,7 +173,7 @@ Settings with (Restart) means that core has to be closed for the new setting to
173173
- *16:9 DAR* forces 16:9 aspect ratio.
174174
- *16:10 DAR* forces 16:10 aspect ratio.
175175

176-
- **Overscan** [gearsystem_overscan] (**Disabled**|Top+Bottom|Full)
176+
- **Overscan** [gearsystem_overscan] (**Disabled**|Top+Bottom|Full (284 width)|Full (320 width))
177177

178178
Select which overscan (borders) will be used in emulation.
179179

@@ -182,6 +182,14 @@ Settings with (Restart) means that core has to be closed for the new setting to
182182
- *Full (284 width)* enables overscan for top, bottom, left and right (284 width).
183183
- *Full (320 width)* enables overscan for top, bottom, left and right (320 width).
184184

185+
- **Hide Left Bar (SMS only)** [gearsystem_hide_left_bar] (**No**|Auto|Always)
186+
187+
Select when to hide the left bar in Master System games.
188+
189+
- *No* never hides the left bar.
190+
- *Auto* hides the left bar when the the bar is detected.
191+
- *Always* always hides the left bar even if no left bar is detected.
192+
185193
- **Master System BIOS (restart)** [gearsystem_bios_sms] (**Disabled**|Enabled)
186194

187195
This option will enable/disable BIOS for Master System / Mark III models. For this to work, the `bios.sms` file must exist in the Retro Arch's system directory.
@@ -215,11 +223,31 @@ Settings with (Restart) means that core has to be closed for the new setting to
215223

216224
- **Light Gun Input** [gearsystem_lightgun_input] (**Light Gun**|Touchscreen)
217225

218-
Select which input will be used for Light Gun games.
226+
Select which input will be used for Light Phaser games.
219227

220228
- *Light Gun* - Selects mouse-controlled 'Light Gun' input (devices will use [RetroLightgun](#lightgun) inputs).
221229
- *Touchscreen* - Selects a touchscreen input (devices will use [RetroPointer](#pointer) inputs instead).
222230

231+
- **Light Gun Crosshair** [gearsystem_lightgun_crosshair] (**Disabled**|Enabled)
232+
233+
Enable or disable the crosshair for Light Phaser games.
234+
235+
- **Light Gun Crosshair Shape** [gearsystem_lightgun_shape] (**Cross**|Square)
236+
237+
Select the shape of the crosshair for Light Phaser games.
238+
239+
- **ight Gun Crosshair Color** [gearsystem_lightgun_color] (**White**|Black|Red|Green|Blue|Yellow|Magenta|Cyan)
240+
241+
Select the color of the crosshair for Light Phaser games.
242+
243+
- **Light Gun Crosshair Offset X** [gearsystem_lightgun_crosshair_offset_x] (**0**|-10 - 10)
244+
245+
Set the horizontal pixel offset of the crosshair for calibration.
246+
247+
- **Light Gun Crosshair Offset Y** [gearsystem_lightgun_crosshair_offset_y] (**0**|-10 - 10)
248+
249+
Set the vertical pixel offset of the crosshair for calibration.
250+
223251
- **Paddle Sensitivity** [gearsystem_paddle_sensitivity] (**1**|1-15)
224252

225253
Set the sensitivity of the [Paddle Control](#mouse).

0 commit comments

Comments
 (0)