884bf21d4d
* Cheat codes with addresses ending in '0' are getting truncated. This is due to the masking at line 141 (cheatAddrEntry->setInputMask( ">HHHH;0" );) combined with cheatAddrEntry->displayText() on 860/934. As per: https://doc.qt.io/qt-5/qlineedit.html#inputMask-prop "When an input mask is set, the text() method returns a modified copy of the line edit content where all the blank characters have been removed. The unmodified content can be read using displayText()." So an address of "00B0" is returning as just "B"(as the mask as determined that 0 is a blank character. Which is what you want for an empty input field to have all 0;s.), which, when entered as an address, is just 0x000B. Fixing that by replacing text() with displayText() as per documentation. * same issue with cheatAddrEntry->text() exists with cheatValEntry->text(). Replacing those with displayText() as well |
||
---|---|---|
.vscode | ||
attic | ||
documentation | ||
fceux-server | ||
getSDLKey | ||
gfceu | ||
icons | ||
m4 | ||
output | ||
pipelines | ||
scripts | ||
src | ||
vc | ||
web | ||
.gitignore | ||
CMakeLists.txt | ||
CNAME | ||
COPYING | ||
ChangeLog | ||
INSTALL | ||
NEWS | ||
NewPPUtests.txt | ||
README | ||
STYLE-GUIDELINES-SDL | ||
TODO-SDL | ||
_config.yml | ||
appveyor.yml | ||
azure-pipelines.yml | ||
changelog.txt | ||
doxygen | ||
fceux.desktop | ||
fceux.icns | ||
fceux.png | ||
fceux1.png | ||
index.html | ||
readme.md | ||
resources.qrc |
readme.md
fceux
An open source NES Emulator for Windows and Unix that features solid emulation accuracy and state of the art tools for power users. For some reason casual gamers use it too.
Builds and Releases
Interim builds:
- Win32: fceux.zip
- Win64: fceux64.zip
- Win64 Qt/SDL: qfceux64.zip
- Ubuntu: fceux-2.3.0-amd64.deb
- MacOSX: fceux-2.3.0-Darwin.dmg
- Status: Appveyor
But you might like mesen more: https://github.com/SourMesen/Mesen
You should get releases from here: https://sourceforge.net/projects/fceultra/files/
That's because github forces us to use tags we don't have for releases.
2.3.0 is the most recent release but most people are using the autobuilds.