Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some minor issues in advancemame compilation. #64

Merged
merged 1 commit into from
Oct 28, 2020
Merged

Fix some minor issues in advancemame compilation. #64

merged 1 commit into from
Oct 28, 2020

Conversation

greg-kennedy
Copy link
Contributor

  • 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

* 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
@amadvance
Copy link
Owner

Thanks!

@amadvance amadvance merged commit 033b531 into amadvance:master Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants