]> git.sur5r.net Git - cc65/commitdiff
Addition warning in comment
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 May 2006 21:18:44 +0000 (21:18 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 31 May 2006 21:18:44 +0000 (21:18 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3747 b7a2c559-68d2-44c3-8de9-860c34a00d81

asminc/mouse-kernel.inc

index a736b0101876b479a240f95b2998379822806f3b..61eae0b4e2ae7ce0b330399d3f981f2c3d407370 100644 (file)
@@ -102,6 +102,8 @@ MOUSE_API_VERSION       = $01
 ; Note: If neither of MOUSE_FLAG_XXX_IRQ is set, no interrupts are supplied
 ; to the driver. If one of the bits is set, the interrupt vector MUST be
 ; valid.
+; Beware: Some of the bits are tested using the BIT instruction, so do not
+; change the values without checking the code!
 
 MOUSE_FLAG_EARLY_IRQ    = $40           ; Enable IRQ *before* calling INSTALL
 MOUSE_FLAG_LATE_IRQ     = $80           ; Enable IRQ *after* calling INSTALL