Skip to content

Commit 42578de

Browse files
committed
Update Gear* emus docs
1 parent 9d16907 commit 42578de

4 files changed

Lines changed: 52 additions & 27 deletions

File tree

docs/library/gearboy.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Gearboy is an open source, cross-platform, Nintendo Game Boy (DMG) / Game Boy Co
88
- Accurate instruction and memory timing, passes instr_timing.gb and mem_timing.gb from blargg's tests.
99
- Supported cartridges: ROM, ROM + RAM, MBC1, MBC2, MBC3 + RTC, MBC5, HuC-1 and MBC1M (multicart).
1010
- Accurate LCD controller emulation with correct timings and priorities including mid-scanline effects.
11-
- Sound emulation using SDL Audio and [Gb_Snd_Emu library](http://slack.net/~ant/libs/audio.html#Gb_Snd_Emu).
11+
- Game Boy Color support.
1212
- Battery powered RAM save support.
1313
- Save states.
14-
- Game Genie and GameShark cheat support.
1514
- Bootrom (BIOS) support.
15+
- Game Genie and GameShark cheat support.
1616
- Supported platforms (libretro): Windows, Linux, macOS, Raspberry Pi, Android, iOS, tvOS, PlayStation Vita, PlayStation 3, Nintendo 3DS, Nintendo GameCube, Nintendo Wii, Nintendo WiiU, Nintendo Switch, Emscripten, Classic Mini systems (NES, SNES, C64, ...), OpenDingux, RetroFW and QNX.
1717

1818
The Gearboy core has been authored by:
1919

20-
- [Ignacio Sanchez (drhelius)](https://github.com/drhelius)
20+
- [Nacho Sanchez (drhelius)](https://github.com/drhelius)
2121

2222
The Gearboy core is licensed under:
2323

@@ -67,7 +67,7 @@ Frontend-level settings or features that the Gearboy core respects.
6767
| Saves ||
6868
| States ||
6969
| Rewind ||
70-
| Netplay | |
70+
| Netplay | |
7171
| Core Options ||
7272
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
7373
| RetroArch Cheats - Game Genie ||
@@ -147,6 +147,10 @@ Settings with (restart) means that core has to be closed for the new setting to
147147

148148
Select a color palette for Game Boy DMG games.
149149

150+
- **GBC Color Correction** [gearboy_color_correction] (**Disabled**|Enabled)
151+
152+
Enables color correction for Game Boy Color games to simulate the original GBC LCD screen output.
153+
150154
- **DMG Bootrom** [gearboy_bootrom_dmg] (**Disabled**|Enabled)
151155

152156
This option will enables/disables bootrom for Game Boy DMG model. For this to work, the `dmg_boot.bin` file must exist in Retro Arch's system directory.

docs/library/gearcoleco.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gearcoleco is an open source, cross-platform, ColecoVision emulator written in C
1212

1313
The Gearcoleco core has been authored by
1414

15-
- [Ignacio Sanchez (drhelius)](https://github.com/drhelius)
15+
- [Nacho Sanchez (drhelius)](https://github.com/drhelius)
1616

1717
The Gearcoleco core is licensed under
1818

@@ -57,7 +57,7 @@ Frontend-level settings or features that the Gearcoleco core respects.
5757
| Saves ||
5858
| States ||
5959
| Rewind ||
60-
| Netplay | |
60+
| Netplay | |
6161
| Core Options ||
6262
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
6363
| RetroArch Cheats ||

docs/library/geargrafx.md

Lines changed: 35 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,23 @@
44

55
Geargrafx is an open source, cross-platform, PC Engine / TurboGrafx-16 / SuperGrafx emulator written in C++.
66

7-
- Accurate emulation supporting the entire HuCard PCE / SGX catalog
8-
- CD-ROM², Super CD-ROM² and Arcade CD-ROM² systems
9-
- Multi Tap support (up to 5 players)
7+
- Accurate emulation supporting the entire HuCard PCE / SGX catalog.
8+
- Support for CD-ROM², Super CD-ROM² and Arcade CD-ROM² systems.
9+
- Backup RAM and Memory Base 128 support.
10+
- Multi Tap support (up to 5 players).
1011
- Controllers:
1112
* Standard Gamepad (2 buttons)
1213
* Avenue Pad 3 (3 buttons, auto-configured based on game)
1314
* Avenue Pad 6 (6 buttons)
14-
- Internal database for automatic rom detection and hardware selection if `Auto` options are selected
15-
- Backup RAM support
16-
- Save state support
17-
- Retro Achievements support
18-
- Adjustable scanline count (224p, 240p, or manual)
19-
- RGB or Composite color output
15+
- Adjustable scanline count (224p, 240p, or manual).
16+
- RGB or Composite color output.
17+
- Music rom support: HES.
18+
- Internal database for automatic rom detection and hardware selection if `Auto` options are selected.
2019
- Supported platforms (libretro): Windows, Linux, macOS, Raspberry Pi, Android, iOS, tvOS, PlayStation Vita, PlayStation 3, Nintendo 3DS, Nintendo GameCube, Nintendo Wii, Nintendo WiiU, Nintendo Switch, Emscripten, Classic Mini systems (NES, SNES, C64, etc.), OpenDingux, RetroFW and QNX.
2120

2221
The Geargrafx core has been authored by
2322

24-
- [Ignacio Sanchez (drhelius)](https://github.com/drhelius)
23+
- [Nacho Sanchez (drhelius)](https://github.com/drhelius)
2524

2625
The Geargrafx core is licensed under
2726

@@ -54,6 +53,7 @@ Content that can be loaded by the Geargrafx core have the following file extensi
5453

5554
- .pce
5655
- .sgx
56+
- .hes
5757
- .cue
5858
- .chd
5959

@@ -76,7 +76,7 @@ Frontend-level settings or features that the Geargrafx core respects.
7676
| Saves ||
7777
| States ||
7878
| Rewind ||
79-
| Netplay | |
79+
| Netplay | |
8080
| Core Options ||
8181
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
8282
| RetroArch Cheats ||
@@ -180,9 +180,18 @@ Settings with (restart) means that core has to be closed for the new setting to
180180

181181
This option allows you to disable backup RAM (not recommended).
182182

183+
- **Deterministic Netplay** [geargrafx_deterministic_netplay] (**Disabled**|Enabled)
184+
185+
When enabled, ensures deterministic emulation behavior for netplay by setting consistent reset values for memory and hardware registers. This helps prevent desyncs during netplay sessions.
186+
183187
- **CD-ROM (restart)** [geargrafx_cdrom_type] (**Auto**|Standard|Super CD-ROM|Arcade CD-ROM)
184188

185-
Choose the type of CD-ROM system to emulate. The Auto setting automatically selects the appropriate CD-ROM type based on the loaded content.
189+
Select the CD-ROM system type. The *Auto* setting automatically selects the appropriate CD-ROM system based on the loaded content.
190+
191+
- *Auto* selects the best CD-ROM system based on the content.
192+
- *Standard* forces standard CD-ROM² system.
193+
- *Super CD-ROM* forces Super CD-ROM² system.
194+
- *Arcade CD-ROM* forces Arcade CD-ROM² system.
186195

187196
- **CD-ROM Bios (restart)** [geargrafx_cdrom_bios] (**Auto**|System Card 1|System Card 2|System Card 3|Game Express)
188197

@@ -192,9 +201,13 @@ Settings with (restart) means that core has to be closed for the new setting to
192201

193202
This option will preload all CD-ROM tracks in RAM. It will increase the memory usage of the core, but may improve performance.
194203

204+
- **HuC6280A Audio Chip** [geargrafx_psg_huc6280a] (**Enabled**|Disabled)
205+
206+
Enable or disable the HuC6280A audio chip emulation. The HuC6280A provides the PSG (Programmable Sound Generator) functionality.
207+
195208
- **PSG Volume** [geargrafx_psg_volume] (**100**|0 - 200)
196209

197-
This option sets the volume of the PSG sound system, which is used for sound effects and music in many games.
210+
This option sets the volume of the PSG (Programmable Sound Generator) sound system.
198211
The value is a percentage from 0 to 200, where 100 is the default volume.
199212

200213
- **CD-ROM Volume** [geargrafx_cdrom_volume] (**100**|0 - 200)
@@ -222,10 +235,17 @@ Settings with (restart) means that core has to be closed for the new setting to
222235

223236
This option enables/disables TurboTap support (up to 5 players).
224237

238+
- **MB128 Backup Memory** [geargrafx_mb128] (**Auto**|Enabled|Disabled)
239+
240+
Enable or disable MB128 backup memory support. MB128 is an external memory card device that can be used to save game data across multiple games.
241+
225242
- **Avenue Pad 3 Switch** [geargrafx_avenue_pad_3_switch] (**Auto**|SELECT|RUN)
226243

227-
When using the Avenue Pad 3 controller, you can set the switch to either *RUN* or *SELECT* with this option.
228-
If you choose *Auto*, the emulator will select the best option based on the game being played.
244+
Configure the button mapping for the Avenue Pad 3 controller's third button (III).
245+
246+
- *Auto* automatically selects the appropriate button mapping based on the game.
247+
- *SELECT* maps button III to SELECT.
248+
- *RUN* maps button III to RUN.
229249

230250
- **P1 Turbo I** [geargrafx_turbo_p1_i] (**Disabled**|Enabled)
231251

docs/library/gearsystem.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ Gearsystem is an open source, cross-platform, Sega Master System / Game Gear / S
99
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
1010
- Accurate VDP emulation, including timing and VDP specifics for SMS, SMS2, GG and TMS9918 modes.
1111
- Support for YM2413 (OPLL) FM sound chip.
12-
- Light Phaser and Paddle Control
13-
- Internal database for rom detection.
12+
- Light Phaser and Paddle Control support.
13+
- Internal database for ROM detection.
1414
- Battery powered RAM save support.
15-
- Save states.
1615
- Game Genie and Pro Action Replay cheat support.
1716
- Supported platforms (libretro): Windows, Linux, macOS, Raspberry Pi, Android, iOS, tvOS, PlayStation Vita, PlayStation 3, Nintendo 3DS, Nintendo GameCube, Nintendo Wii, Nintendo WiiU, Nintendo Switch, Emscripten, Classic Mini systems (NES, SNES, C64, ...), OpenDingux, RetroFW and QNX.
1817

1918
The Gearsystem core has been authored by
2019

21-
- [Ignacio Sanchez (drhelius)](https://github.com/drhelius)
20+
- [Nacho Sanchez (drhelius)](https://github.com/drhelius)
2221

2322
The Gearsystem core is licensed under
2423

@@ -70,7 +69,7 @@ Frontend-level settings or features that the Gearsystem core respects.
7069
| Saves ||
7170
| States ||
7271
| Rewind ||
73-
| Netplay | |
72+
| Netplay | |
7473
| Core Options ||
7574
| [Memory Monitoring (achievements)](../guides/memorymonitoring.md) ||
7675
| RetroArch Cheats - Game Genie ||
@@ -145,7 +144,7 @@ Settings with (restart) means that core has to be closed for the new setting to
145144
- *Game Gear Export* forces Game Gear Export region.
146145
- *Game Gear International* forces Game Gear International region.
147146

148-
- **Mapper (restart)** [gearsystem_mapper] (**Auto**|ROM|SEGA|Codemasters|Korean|SG-1000)
147+
- **Mapper (restart)** [gearsystem_mapper] (**Auto**|ROM|SEGA|Codemasters|Korean|MSX|Janggun|SG-1000)
149148

150149
Select which mapper (memory bank controller) is emulated.
151150

@@ -154,6 +153,8 @@ Settings with (restart) means that core has to be closed for the new setting to
154153
- *SEGA* forces SEGA mapper.
155154
- *Codemasters* forces Codemasters mapper.
156155
- *Korean* forces Korean mapper.
156+
- *MSX* forces MSX mapper.
157+
- *Janggun* forces Janggun mapper.
157158
- *SG-1000* forces SG-1000 mapper.
158159

159160
- **Refresh Rate (restart)** [gearsystem_timing] (**Auto**|NTSC (60 Hz)|PAL (50 Hz))

0 commit comments

Comments
 (0)