Adds wrappers for OS int handlers which call user- and engine-registered interrupt handlers. Makes keyboard work when OS is on, also all other interrupt-related stuff.
Motivation and Context
Fixes #160 and makes the OS-disabling completely optional. Big opportunity for making multiplayer games, especially for cable-/network-linked Amigas.
How Has This Been Tested?
Used in Aminer, no problems so far. Will be merged upon game's release or near it.
Still needs a bit of work to allow polling mode of audio interrupts under OS - currently the int server is always set up.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
[x] My code follows the code style of this project.
[ ] My change requires a change to the documentation.
Description
Adds wrappers for OS int handlers which call user- and engine-registered interrupt handlers. Makes keyboard work when OS is on, also all other interrupt-related stuff.
Motivation and Context
Fixes #160 and makes the OS-disabling completely optional. Big opportunity for making multiplayer games, especially for cable-/network-linked Amigas.
How Has This Been Tested?
Used in Aminer, no problems so far. Will be merged upon game's release or near it. Still needs a bit of work to allow polling mode of audio interrupts under OS - currently the int server is always set up.
Types of changes
Checklist