PutDecimal takes unsigned int as decimal parameter

git-svn-id: svn://svn.cc65.org/cc65/trunk@2350 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-08-17 14:54:15 +00:00
parent 03c049794f
commit aa87296c1f
3 changed files with 5 additions and 5 deletions

View File

@@ -1,10 +1,10 @@
;
; Maciej 'YTM/Alliance' Witkowiak
; Maciej 'YTM/Elysium' Witkowiak
;
; 30.10.99
; 30.10.99, 17.8.2003
; void PutDecimal (char style, int value, char y, int x);
; void PutDecimal (char style, unsigned value, char y, int x);
.import popa, popax
.import getintcharint