From aa2eccbe15d60afadd226bc79e0d9d9cff9e37db Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:42:10 +0100 Subject: [PATCH 1/2] Gearsystem - update docs to latest features --- docs/library/gearsystem.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/docs/library/gearsystem.md b/docs/library/gearsystem.md index e5ecc3fa8a..f765913fd2 100644 --- a/docs/library/gearsystem.md +++ b/docs/library/gearsystem.md @@ -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. @@ -87,7 +86,7 @@ Frontend-level settings or features that the Gearsystem core respects. | Disk Control | ✕ | | Username | ✕ | | Language | ✕ | -| Crop Overscan | ✕ | +| Crop Overscan | ✔ | | LEDs | ✕ | ### Directories @@ -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. From 5849f717005503646d5b20bea7886d580ba53e63 Mon Sep 17 00:00:00 2001 From: Ignacio Sanchez Gines <863613+drhelius@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:47:01 +0100 Subject: [PATCH 2/2] Gearsystem - update docs to latest features --- docs/library/gearsystem.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/library/gearsystem.md b/docs/library/gearsystem.md index f765913fd2..decdd25726 100644 --- a/docs/library/gearsystem.md +++ b/docs/library/gearsystem.md @@ -166,9 +166,9 @@ 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)