-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 0.98.12, from Leonard Schmidt in PR 28327.
Changes since previous version: Fixed a bug that was causing 2xscale/3xscale to be broken when clipping the leftmost and rightmost 8 columns. Added an iNES header correction entry for JustBreed. Modified the MMC5 "ELROM" board emulation to not emulate WRAM. Corrected various pieces of code that were causing compiler warnings. When the PPU is in a "dead" state after starting up, the graphics buffer is now cleared. Previously, particularly in the Windows port, when a game was closed, and a new game was loaded, the last image from the previous game would be displayed for a short time. Removed some debugging code that shouldn't have been enabled in 0.98.11.
- Loading branch information
Showing
3 changed files
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
$NetBSD: distinfo,v 1.5 2004/08/22 11:56:46 kristerw Exp $ | ||
$NetBSD: distinfo,v 1.6 2004/11/19 18:58:37 wiz Exp $ | ||
|
||
SHA1 (fceu-0.98.11.src.tar.bz2) = 60caac7bb9dd40920fd28ef3d1a823979c17692e | ||
Size (fceu-0.98.11.src.tar.bz2) = 556643 bytes | ||
SHA1 (fceu-0.98.12.src.tar.bz2) = 713faaad9f7d4b5e8dd1cb8a172e2f1ced85c1ec | ||
Size (fceu-0.98.12.src.tar.bz2) = 559571 bytes | ||
SHA1 (patch-aa) = df9e098102d4c22c2699d5c5bdec79d72b8bac0c | ||
SHA1 (patch-ab) = 593c40bfe03e8ae8835113972a58a1cf46e882a9 | ||
SHA1 (patch-ac) = 8a5297b11484c6eaf5d70a391bb486ff58475f35 | ||
SHA1 (patch-ad) = 2a253539f9103b75a09f31d51427e8849a3b0249 | ||
SHA1 (patch-ae) = 4116f1df12b81f1a7a99b61f5aea7acaa5db0d6b | ||
SHA1 (patch-ae) = d088b473376460ce29b17abd5dc4521513c55057 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters