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:
cuz
2006-06-04 09:48:14 +00:00
parent d93f31777c
commit c1a38ce8f4
4 changed files with 34 additions and 7 deletions

View File

@@ -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