Addition warning in comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@3747 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -102,6 +102,8 @@ MOUSE_API_VERSION = $01
|
|||||||
; Note: If neither of MOUSE_FLAG_XXX_IRQ is set, no interrupts are supplied
|
; 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
|
; to the driver. If one of the bits is set, the interrupt vector MUST be
|
||||||
; valid.
|
; 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_EARLY_IRQ = $40 ; Enable IRQ *before* calling INSTALL
|
||||||
MOUSE_FLAG_LATE_IRQ = $80 ; Enable IRQ *after* calling INSTALL
|
MOUSE_FLAG_LATE_IRQ = $80 ; Enable IRQ *after* calling INSTALL
|
||||||
|
|||||||
Reference in New Issue
Block a user