1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

Add joystick driver to documentation.

This commit is contained in:
Christian Groessler 2017-02-15 15:37:06 +01:00
parent c0803ed53a
commit b858b0d623

View File

@ -66,7 +66,6 @@ Programs containing Creativision specific code may use the <tt/creativision.h/ h
<itemize> <itemize>
<item>bios_playsound <item>bios_playsound
<item>joystate
<item>psg_delay <item>psg_delay
<item>psg_outb <item>psg_outb
<item>psg_silence <item>psg_silence
@ -109,8 +108,12 @@ No extended memory drivers are currently available for the Creativision.
<sect1>Joystick drivers<p> <sect1>Joystick drivers<p>
No joystick drivers are currently available for the Creativision but <tt/joystate()/. <descrip>
<tag><tt/creativision-stdjoy.joy (creativisionstd_joy)/</tag>
A joystick driver for the standard joystick is available.
</descrip><p>
<sect1>Mouse drivers<p> <sect1>Mouse drivers<p>