Skip to content

Commit a943e68

Browse files
Merge pull request #1008 from carmiker/master
Fixups for bsnes-jg, Geolith
2 parents 7ceed14 + 1743d1e commit a943e68

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

docs/library/bsnes-jg.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Entertainment System, including support for the Super Game Boy, BS-X
77
Satellaview, and Sufami Turbo.
88

99
This is a fork of bsnes v115. Many changes have been made post-fork:
10+
1011
- Higher quality resampler with settings
1112
- Improved performance without loss of accuracy
1213
- Portability improvements
@@ -202,11 +203,11 @@ MSU-1 is supported. To load an MSU-1 enhanced ROM, simply load the .sfc which re
202203

203204
Mask off pixels hidden by a bezel or border on original CRTs (bottom)
204205

205-
- **Mask Overscan (Left)** [bsnes_jg_overscan_l] (0|4|**8**|12|16|20)
206+
- **Mask Overscan (Left)** [bsnes_jg_overscan_l] (**0**|4|8|12|16|20)
206207

207208
Mask off pixels hidden by a bezel or border on original CRTs (left)
208209

209-
- **Mask Overscan (Right)** [bsnes_jg_overscan_r] (0|4|**8**|12|16|20)
210+
- **Mask Overscan (Right)** [bsnes_jg_overscan_r] (**0**|4|8|12|16|20)
210211

211212
Mask off pixels hidden by a bezel or border on original CRTs (right)
212213

docs/meta/see-also.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ This is a list of cores that are related to each other in some way.
9797
- [VaporSpec](../library/vaporspec.md)
9898
- [Jump 'n Bump](../library/jumpnbump.md)
9999

100+
## Neo Geo AES/MVS
101+
102+
- [Geolith](../library/geolith.md)
103+
100104
## N64
101105

102106
- [Nintendo - Nintendo 64 (Mupen64Plus)](../library/mupen64plus.md)
@@ -170,4 +174,4 @@ This is a list of cores that are related to each other in some way.
170174
## Cave Story
171175

172176
- [D-RS](../library/doukutsu-rust.md)
173-
- [NXEngine](../library/nxengine.md)
177+
- [NXEngine](../library/nxengine.md)

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ nav:
194194
- 'Nintendo - DS (melonDS)': 'library/melonds.md'
195195
- 'Nintendo - Pokémon Mini (PokeMini)': 'library/pokemini.md'
196196
- 'Nintendo - SNES / Famicom (Beetle bsnes)': 'library/beetle_bsnes.md'
197+
- 'Nintendo - SNES / Famicom (bsnes-jg)': 'library/bsnes-jg.md'
197198
- 'Nintendo - SNES / Famicom (bsnes Accuracy)': 'library/bsnes_accuracy.md'
198199
- 'Nintendo - SNES / Famicom (bsnes Balanced)': 'library/bsnes_balanced.md'
199200
- 'Nintendo - SNES / Famicom (bsnes C++98 (v085))': 'library/bsnes_cplusplus98.md'

0 commit comments

Comments
 (0)