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/gearsystem.md
+23-12Lines changed: 23 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
5
5
Gearsystem is an open source, cross-platform, Sega Master System / Game Gear / SG-1000 / Othello Multivision emulator written in C++.
6
6
7
-
- Accurate Z80 core, including undocumented opcodes and behavior like R and MEMPTR registers.
8
-
- Supported cartridges: ROM, ROM + RAM, SEGA, Codemasters, Korean, MSX + Nemesis, Janggun, SG-1000, and many Korean multi-carts.
7
+
- Very accurate emulation supporting cartridges: ROM, ROM + RAM, SEGA, Codemasters, Korean, MSX + Nemesis, Janggun, SG-1000, and many Korean multi-carts.
9
8
- Automatic region detection: NTSC-JAP, NTSC-USA, PAL-EUR.
10
9
- Accurate VDP emulation, including timing and VDP specifics for SMS, SMS2, GG and TMS9918 modes.
11
10
- Support for YM2413 (OPLL) FM sound chip.
@@ -73,7 +72,7 @@ Frontend-level settings or features that the Gearsystem core respects.
Select which mapper (memory bank controller) is emulated.
152
+
Select which mapper (memory bank controller) is emulated. 'Auto' automatically detects the appropriate mapper based on the loaded content. Only change this if a game does not work correctly with the default setting.
150
153
151
154
- *Auto* selects the best mapper based on the rom.
@@ -193,19 +196,27 @@ Settings with (restart) means that core has to be closed for the new setting to
193
196
194
197
-**Master System BIOS (restart)**[gearsystem_bios_sms] (**Disabled**|Enabled)
195
198
196
-
This option will enables/disables BIOS for Master System / Mark III models. For this to work, the `bios.sms` file must exist in RetroArch's system directory.
199
+
Enable or disable the Master System BIOS. For this to work, the `bios.sms` file must exist in RetroArch's system directory. When enabled it will execute as in original hardware, which may cause invalid ROMs to lock or fail to boot.
This option will enables/disables BIOS for Game Gear model. For this to work, the `bios.gg` file must exist in the RetroArch's system directory.
203
+
Enable or disable the Game Gear BIOS. For this to work, the `bios.gg` file must exist in RetroArch's system directory. When enabled it will execute as in original hardware, which may cause invalid ROMs to lock or fail to boot.
This option will enables/disables YM2413 (OPLL) FM sound chip.
207
+
Enable or disable the YM2413 (OPLL) FM sound chip. 'Auto' enables the chip based on the loaded content. Some Master System games use this chip for enhanced music.
205
208
206
209
- *Auto* selects the best option based on the rom.
0 commit comments