-
-
Notifications
You must be signed in to change notification settings - Fork 75
Demo named Speedway Manager do not run under ApolloOS #742
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Demo do not run because it wait for a value set in memory by AddIntServer() to sync with VBL.
- launch the Speedway manager under Aros68k or ApolloOS equipped Amiga. https://www.pouet.net/prod.php?which=59067
The demo is Frozen.
The demo should run like on AmigaOS.
Architecture
- Amiga Vampire V4SA
CPU
- m68k
Version
ApolloOS 9.5.1
Additional context
Demo wait for a value set in memory by AddIntServer() to sync with VBL. This value is not set so the demo looks freezed.
Prior to call AddIntServer the demo do a disable() and Forbid().
If I remove the disable() / enable() call the demo run.
It happens on other demos.
It looks like an issue with IDNestCnt but I might be wrong.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working