Without timer hook assigned to REX, the automatic functions can't start (as I have it currently). So if an option ROM or anything else grabs the timer hook, that software won't be chaining into my code.
so, kinda stuck. At least REX software only really needs the timer hook during MENU. On Sat, Mar 13, 2021 at 1:53 PM John R. Hogerhuis <[email protected]> wrote: > Since many programs hook timer couldn't you share it? > > As in, if you install and something is already hooking timer you could > chain it. Hook it, but hook it with code that calls your logic, and then > when it returns chains to what was on the hook before. > > In fact that seems like it should be the de facto way to hook safely. > > -- John. >
