Merge pull request #114 from greg-king5/phantom

Added the phantom-key exorcism code to the other C128 mouse drivers.
This commit is contained in:
Oliver Schmidt
2014-05-09 19:30:51 +02:00
9 changed files with 183 additions and 69 deletions

View File

@@ -3,7 +3,7 @@
;
; 2006-08-20, Stefan Haubenthal
; 2009-09-26, Ullrich von Bassewitz
; 2014-03-17, Greg King
; 2014-05-05, Greg King
;
.include "zeropage.inc"
@@ -43,6 +43,10 @@ HEADER:
.addr IOCTL
.addr IRQ
; Mouse driver flags
.byte MOUSE_FLAG_LATE_IRQ
; Callback table, set by the kernel before INSTALL is called
CHIDE: jmp $0000 ; Hide the cursor