-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sound Update: Changes to Chip8.cpp and included lib files.
This Chip8 emulator now produces a beeping noise. The noise made can be changed by swapping out the "beep.wav" file for another file of that type. The file must be named "beep.wav" in order for the emulator to properly pick it up. The next planned addition is for SCHIP functionality. This will most likely require a detection method to determine what type of ROM is being loaded, and thus, what methods should be used to communicate with SFML.
- Loading branch information
1 parent
a2f613a
commit 3627750
Showing
4 changed files
with
54 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
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
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