mirror of https://github.com/bsnes-emu/bsnes.git
Fixed links in readme.
This commit is contained in:
parent
1f4f1223a1
commit
58eb6838b7
|
@ -4,7 +4,8 @@ bsnes
|
||||||

|

|
||||||
|
|
||||||
bsnes is a multi-platform Super Nintendo (Super Famicom) emulator from
|
bsnes is a multi-platform Super Nintendo (Super Famicom) emulator from
|
||||||
[byuu](https://byuu.org) that focuses on performance, features, and ease of use.
|
[byuu](https://byuu.org/about) that focuses on performance, features, and ease
|
||||||
|
of use.
|
||||||
|
|
||||||
bsnes currently enjoys 100% known, bug-free compatibility with the entire SNES
|
bsnes currently enjoys 100% known, bug-free compatibility with the entire SNES
|
||||||
library when configured to its most accurate settings, giving it the same
|
library when configured to its most accurate settings, giving it the same
|
||||||
|
@ -20,12 +21,11 @@ environment. As bsnes is rather mature, things should generally be quite stable.
|
||||||
However, bugs will exist, regressions will occur, so proceed at your own risk.
|
However, bugs will exist, regressions will occur, so proceed at your own risk.
|
||||||
|
|
||||||
If stability is required, please download the latest stable release from the
|
If stability is required, please download the latest stable release from the
|
||||||
[official website.](https://bsnes.byuu.org)
|
[official website.](https://byuu.org/bsnes)
|
||||||
|
|
||||||
Unique Features
|
Unique Features
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
- 100% (known) bug-free compatibility with the entire officially licensed SNES games library
|
|
||||||
- True Super Game Boy emulation (using the SameBoy core by Lior Halphon)
|
- True Super Game Boy emulation (using the SameBoy core by Lior Halphon)
|
||||||
- HD mode 7 graphics with optional supersampling (by DerKoun)
|
- HD mode 7 graphics with optional supersampling (by DerKoun)
|
||||||
- Low-level emulation of all SNES coprocessors (DSP-n, ST-01n, Cx4)
|
- Low-level emulation of all SNES coprocessors (DSP-n, ST-01n, Cx4)
|
||||||
|
|
|
@ -14,11 +14,10 @@ auto PPU::Background::scanline() -> void {
|
||||||
mosaic.hoffset = 0;
|
mosaic.hoffset = 0;
|
||||||
|
|
||||||
renderingIndex = 0;
|
renderingIndex = 0;
|
||||||
|
pixelCounter = io.hoffset & 7;
|
||||||
|
|
||||||
opt.hoffset = 0;
|
opt.hoffset = 0;
|
||||||
opt.voffset = 0;
|
opt.voffset = 0;
|
||||||
|
|
||||||
pixelCounter = io.hoffset & 7;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//H = 56
|
//H = 56
|
||||||
|
|
Loading…
Reference in New Issue