Give Voodoo a gentle push to get it passing CI#2710
Merged
Conversation
Member
Author
|
Commits are building ... |
kklobe
reviewed
Jul 31, 2023
kklobe
reviewed
Jul 31, 2023
johnnovak
reviewed
Jul 31, 2023
johnnovak
reviewed
Jul 31, 2023
johnnovak
reviewed
Jul 31, 2023
johnnovak
reviewed
Jul 31, 2023
e09eafd to
9732adc
Compare
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
johnnovak
reviewed
Aug 1, 2023
1. The [pci] section is eliminated because it's inconsistent: DOSBox has never use conf sections based on bus-type ([isa] [eisa], ..) Thus, the voodoo conf section is now [voodoo]. 2. The Voodoo's memory size is now postfixed with 'memsize', the be consistent with the two other memsize conf values. 3. The performance setting is left as-is Result: [voodoo] voodoo_memsize = disabled / 4 / 12 voodoo_perf = 0 / 1 / 2 / 3 This commit also logs these details during startup, and adds a simple enum and enum-to-string to make the vperf values more obvious.
8554aef to
c513d2c
Compare
Member
Author
|
Thanks for the review, @johnnovak!
I'm learning from the pros! ☝️ 😄 |
johnnovak
approved these changes
Aug 1, 2023
4 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR gets Voodoo passing CI, enables it by default, and makes the conf section consistent.
(This PR target CI fixes only - it's not a refactoring, renaming, or rewrite PR. For anyone interested in a more full-scale overhaul, it's best to rebase against MAME's latest Voodoo 1 and 2 revision as it's been updated with more modern C++ styles).