1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00

Remove an unused import

git-svn-id: svn://svn.cc65.org/cc65/trunk@952 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2001-09-19 10:02:16 +00:00
parent e12444824f
commit c143007420

View File

@ -13,7 +13,7 @@
.import _readjoy
.import popax, addysp1
.importzp ptr1, sp, sreg
.importzp ptr1, sp
.include "c64.inc"