1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Joystick drivers don't depend on interrupts anymore.

This commit is contained in:
Oliver Schmidt 2018-03-02 22:16:59 +01:00
parent b148fd50d7
commit 57abfcd581
2 changed files with 2 additions and 4 deletions

View File

@ -470,8 +470,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
<tag/Interrupts/
There's no <tt/interruptor/ support. Any attempt to use it yields the message
'FAILED TO ALLOC INTERRUPT' on program startup. This implicitly means that
joystick, mouse and RS232 device drivers are not functional as they depend on
interrupts.
mouse and RS232 device drivers are not functional as they depend on interrupts.
</descrip><p>

View File

@ -471,8 +471,7 @@ BASIC.SYSTEM) there are some limitations for DOS 3.3:
<tag/Interrupts/
There's no <tt/interruptor/ support. Any attempt to use it yields the message
'Failed to alloc interrupt' on program startup. This implicitly means that
joystick, mouse and RS232 device drivers are not functional as they depend on
interrupts.
mouse and RS232 device drivers are not functional as they depend on interrupts.
</descrip><p>