don't import newline
git-svn-id: svn://svn.cc65.org/cc65/trunk@28 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
87fa3e147f
commit
e8c6996e00
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
.include "atari.inc"
|
||||
|
||||
.export _cvlinexy, _cvline
|
||||
.import popa, _gotoxy, putchar, newline
|
||||
.import popa, _gotoxy, putchar
|
||||
.importzp tmp1
|
||||
|
||||
_cvlinexy:
|
||||
|
|
Loading…
Add table
Reference in a new issue