1
0
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:
cuz
2000-10-31 18:15:46 +00:00
parent 1226f095e1
commit cb762d9d7c
2 changed files with 45 additions and 9 deletions
+2 -1
View File
@@ -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