mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 06:17:58 +00:00
Added type parameter to mouse_init
git-svn-id: svn://svn.cc65.org/cc65/trunk@417 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
+2
-1
@@ -22,10 +22,11 @@
|
||||
|
||||
; --------------------------------------------------------------------------
|
||||
;
|
||||
; void __fastcall__ mouse_init (unsigned char port, unsigned char sprite);
|
||||
; void __fastcall__ mouse_init (unsigned char port, unsigned char sprite, unsigned char type);
|
||||
;
|
||||
|
||||
_mouse_init:
|
||||
jsr popa ; Ignore the type, get sprite param
|
||||
tax ; Save sprite number
|
||||
jsr popa ; Get the port number
|
||||
|
||||
|
||||
Reference in New Issue
Block a user