]> git.sur5r.net Git - cc65/blobdiff - testcode/lib/mouse-test.c
Use Timer2 for mouse polling.
[cc65] / testcode / lib / mouse-test.c
index 2e316c4c6dceb5ca58ffb24ed3ed87e926868e51..ea8311d1925b1bc0e415530730c7c7cd74786674 100644 (file)
@@ -7,7 +7,7 @@
 **
 ** Compile with "-DSTATIC_MOUSE" to statically link all available drivers.
 ** Compile with "-DMOUSE_DRIVER=<driver_sym>" to statically link the given driver.
-**     E.g., -DMOUSE_DRIVER=atrsts_mou to just link with the Atari ST mouse driver.
+**     E.g., -DMOUSE_DRIVER=atrst_mou to just link with the Atari ST mouse driver.
 */