1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 23:29:41 +00:00

Cosmetic changes

git-svn-id: svn://svn.cc65.org/cc65/trunk@3283 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2004-11-07 11:24:33 +00:00
parent f044f9d6b5
commit 3088254f57
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -5,8 +5,6 @@
; /* Uninstall, then unload the currently loaded driver. */
.import mouse_clear_ptr
.include "mouse-kernel.inc"
.include "modload.inc"