Fixed a problem in mouse_load_driver: The driver was not removed from memory
when the load failed. git-svn-id: svn://svn.cc65.org/cc65/trunk@3748 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -151,8 +151,10 @@ MOUSE_BTN_RIGHT = $01
|
||||
.global _mouse_info
|
||||
.global _mouse_ioctl
|
||||
|
||||
.global _mouse_clear_ptr
|
||||
|
||||
;------------------------------------------------------------------------------
|
||||
; Driver entry points
|
||||
; Driver entry points (asm callable)
|
||||
|
||||
.global mouse_install
|
||||
.global mouse_uninstall
|
||||
|
||||
Reference in New Issue
Block a user