-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix some minor issues in advancemame compilation. (#64)
* advance/dos/wss.c: get_played_sample_count() was missing parentheses, causing the function address to be compared instead of the return value. * advance/svgalib/svgalib.c: memset argument order was incorrect, causing the structure to be uninitialized instead * src/machine/eeprom.c: indent order of debug print triggered a spurious warning about "if" guarding
- Loading branch information
1 parent
f8688ca
commit 033b531
Showing
3 changed files
with
4 additions
and
4 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