Fix non working demos using AddInterServer through Disable and removal of delay in Enable.s#150
Merged
WDrijver merged 1 commit intoMay 12, 2026
Conversation
…l of uncessary delay in Enable.s
WDrijver
pushed a commit
that referenced
this pull request
May 17, 2026
… and docker.sh (#151) * Revert "Fix non working demos using AddInterServer through Disable and removal of uncessary delay in Enable.s (#150)" demos were working but moving the mouse froze them. This reverts commit 9e71193. * working docker.sh and dockerfile --------- Co-authored-by: Kamelito <kamelitoloveless@gmail.com>
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.
Removed of unnecessary delay in Enable.s. This was discussed with Morten and BigGun and declared useless for V4.
Replaced Disable() / Enable() used in lowlevel.c by move.w #$4000,$dff09a and move.w #$c000,$dff09a. The Interrupt code of timer.device Vblank Interrupt use this code and is in conflict with demos that add their interrupts using AddIntServer which is called when in Disable mode. All demos presents in ApolloOS 9.5.1 in folders Demos.OCS.Issues now run.