]> git.sur5r.net Git - cc65/commitdiff
Joystick drivers don't depend on interrupts anymore.
authorOliver Schmidt <ol.sc@web.de>
Fri, 2 Mar 2018 21:16:59 +0000 (22:16 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 2 Mar 2018 21:17:49 +0000 (22:17 +0100)
doc/apple2.sgml
doc/apple2enh.sgml

index 822dd564eae45f671fad5b0d0c38de24cc9735c6..43651c7fae6e20aadc3af84f2e4b81193cd07bb5 100644 (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>
 
index 3a53b6b8c19b5c868e03f76c31308fcdf3983e5d..3f335d028c120dbfcd57e70e423d5570d3bb9436 100644 (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>