Skip to content

[DOSBox-x Core] Fix for data+audio cds#4595

Merged
vadosnaprimer merged 8 commits intoTASEmulators:masterfrom
SergioMartin86:dosbox-fix-cd-audio
Jan 28, 2026
Merged

[DOSBox-x Core] Fix for data+audio cds#4595
vadosnaprimer merged 8 commits intoTASEmulators:masterfrom
SergioMartin86:dosbox-fix-cd-audio

Conversation

@SergioMartin86
Copy link
Copy Markdown
Collaborator

dev build for branch | USERNAME:BRANCHNAME

Finally a fix for: #4297

I'm adding an unrelated fix: increased video buffer size to correct values (prevents overflow)

Check if completed:

Comment thread src/BizHawk.Emulation.Cores/Computers/DOS/DOSBox.cs Outdated
@YoshiRulz YoshiRulz added the Core: DOSBox-X MS-DOS/Win9x and PC-98 core label Dec 30, 2025
@YoshiRulz YoshiRulz linked an issue Dec 30, 2025 that may be closed by this pull request
public const int SVGA_MAX_WIDTH = 1024;
public const int SVGA_MAX_HEIGHT = 768;
public const int SVGA_MAX_WIDTH = 2560;
public const int SVGA_MAX_HEIGHT = 2048;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a related change?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it's unrelated (see PR description)

@vadosnaprimer vadosnaprimer merged commit 9b4bc1e into TASEmulators:master Jan 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Core: DOSBox-X MS-DOS/Win9x and PC-98 core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOS] CD music is not played during the gameplay

3 participants