Skip to content

Commit

Permalink
Merge pull request #907 from drhelius/gearsystem
Browse files Browse the repository at this point in the history
Gearsystem - update docs to latest features
  • Loading branch information
LibretroAdmin authored Jan 11, 2024
2 parents b424154 + 5849f71 commit 84cafa1
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions docs/library/gearsystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
Gearsystem is an open source, cross-platform, Sega Master System / Game Gear / SG-1000 / Othello Multivision emulator written in C++.

- Accurate Z80 core, including undocumented opcodes and behavior like R and MEMPTR registers.
- Supported cartridges: ROM, ROM + RAM, SEGA, Codemasters, Korean, MSX, SG-1000.
- Supported cartridges: ROM, ROM + RAM, SEGA, Codemasters, Korean, MSX + Nemesis, Janggun, SG-1000.
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
- Accurate VDP emulation including timing and Master System 2 only 224 video mode support.
- Internal database for rom detection.
- Sound emulation using SDL Audio and Sms_Snd_Emu library.
- Battery powered RAM save support.
- Save states.
- Game Genie and Pro Action Replay cheat support.
Expand Down Expand Up @@ -87,7 +86,7 @@ Frontend-level settings or features that the Gearsystem core respects.
| Disk Control ||
| Username ||
| Language ||
| Crop Overscan | |
| Crop Overscan | |
| LEDs ||

### Directories
Expand Down Expand Up @@ -167,9 +166,17 @@ Settings with (Restart) means that core has to be closed for the new setting to

Select which aspect ratio will be presented by the core.

- *Auto* selects an aspect ratio that produces square pixels.
- *4:3* forces 4:3 aspect ratio.
- *16:9* forces 16:9 aspect ratio.
- *1:1 PAR* selects an aspect ratio that produces square pixels.
- *4:3 PAR* forces 4:3 aspect ratio.
- *16:9 PAR* forces 16:9 aspect ratio.

- **Overscan** [gearsystem_overscan] (**Disabled**|Top+Bottom|Full)

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

- *Disabled* disables overscan.
- *Top+Bottom* enables overscan for top and bottom.
- *Full* enables overscan for top, bottom, left and right.

- **Master System BIOS (restart)** [gearsystem_bios_sms] (**Disabled**|Enabled)

Expand Down

0 comments on commit 84cafa1

Please sign in to comment.