Skip to content

Commit

Permalink
Gearsystem - update docs to latest features
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Jan 10, 2024
1 parent b424154 commit aa2eccb
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 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 @@ -171,6 +170,14 @@ Settings with (Restart) means that core has to be closed for the new setting to
- *4:3* forces 4:3 aspect ratio.
- *16:9* 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)

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.
Expand Down

0 comments on commit aa2eccb

Please sign in to comment.