mirror of
https://github.com/cc65/cc65.git
synced 2024-12-31 11:32:00 +00:00
Cosmetic changes
git-svn-id: svn://svn.cc65.org/cc65/trunk@3283 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
f044f9d6b5
commit
3088254f57
@ -6,7 +6,7 @@
|
||||
|
||||
.import return0, popsreg, incsp2
|
||||
.importzp sreg, ptr1, tmp1, tmp2
|
||||
.condes mouse_irq, 2 ; Export as IRQ handler
|
||||
.interruptor mouse_irq ; Export as IRQ handler
|
||||
|
||||
.include "mouse-kernel.inc"
|
||||
|
||||
|
@ -5,8 +5,6 @@
|
||||
; /* Uninstall, then unload the currently loaded driver. */
|
||||
|
||||
|
||||
.import mouse_clear_ptr
|
||||
|
||||
.include "mouse-kernel.inc"
|
||||
.include "modload.inc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user