Conversation
- Fix seek timing: multiply step rate by 1000 to convert msec to usec (was 1000x too fast, matching BubiC-8801MA reference implementation) - Use constant 100µs exec-phase delay in SDL mode instead of rotational-position-based calculation (SDL event system lacks sufficient precision for position tracking) - Disable TC acceptance during PHASE_EXEC in 8MHz mode to prevent premature read termination (Xanadu compat hack only for 4MHz) - Reduce DATA LOST timeout from 30ms to 15ms for tighter DRQ handling - Widen single_exec parameters for 8MHz mode (slice: 4→20 clocks, timeout: 10ms→20ms) so the CPU can complete instructions and handle FDC interrupts reliably at double clock speed Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Fix Wizardry 1 boot failure (#35)
Generate version.h from CMakeLists.txt so app.cpp no longer needs a hard-coded APP_VER. Also fix stale version strings in XM8.rc (1.7.5→1.7.7) and README.md download URLs (1.7.6→1.7.7). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This reverts commit 5f23a34.
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.
#35