You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/library/gearboy.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,16 +8,16 @@ Gearboy is an open source, cross-platform, Nintendo Game Boy (DMG) / Game Boy Co
8
8
- Accurate instruction and memory timing, passes instr_timing.gb and mem_timing.gb from blargg's tests.
9
9
- Supported cartridges: ROM, ROM + RAM, MBC1, MBC2, MBC3 + RTC, MBC5, HuC-1 and MBC1M (multicart).
10
10
- 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.
12
12
- Battery powered RAM save support.
13
13
- Save states.
14
-
- Game Genie and GameShark cheat support.
15
14
- Bootrom (BIOS) support.
15
+
- Game Genie and GameShark cheat support.
16
16
- 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.
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.
Copy file name to clipboardExpand all lines: docs/library/geargrafx.md
+35-15Lines changed: 35 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,23 @@
4
4
5
5
Geargrafx is an open source, cross-platform, PC Engine / TurboGrafx-16 / SuperGrafx emulator written in C++.
6
6
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).
10
11
- Controllers:
11
12
* Standard Gamepad (2 buttons)
12
13
* Avenue Pad 3 (3 buttons, auto-configured based on game)
13
14
* 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.
20
19
- 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.
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.
Copy file name to clipboardExpand all lines: docs/library/gearsystem.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,15 @@ Gearsystem is an open source, cross-platform, Sega Master System / Game Gear / S
9
9
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
10
10
- Accurate VDP emulation, including timing and VDP specifics for SMS, SMS2, GG and TMS9918 modes.
11
11
- 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.
14
14
- Battery powered RAM save support.
15
-
- Save states.
16
15
- Game Genie and Pro Action Replay cheat support.
17
16
- 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.
0 commit comments