-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NES] Set shift count to zero if RAM size is zero.
Zero needs to be special cased, since the equation that computes the shift count for a given size doesn't work with zero. Fixes #98.
- Loading branch information
1 parent
beb2b9a
commit da558fc
Showing
1 changed file
with
12 additions
and
8 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