1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-31 11:32:00 +00:00

Last change introduced a bug

git-svn-id: svn://svn.cc65.org/cc65/trunk@1436 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz 2002-10-03 19:18:06 +00:00
parent 91e26f573c
commit fc774b3006
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,9 @@
;
.export _exit
.exportzp vic, sid, cia1, cia2, acia, tpi1, tpi2, ktab1
.exportzp ktab2, ktab3, ktab4, time, RecvBuf, SendBuf
.import _clrscr, initlib, donelib
.import push0, _main
.import __CHARRAM_START__, __CHARRAM_SIZE__, __VIDRAM_START__

View File

@ -5,6 +5,9 @@
;
.export _exit
.exportzp crtc, sid, IPCcia, cia, acia, tpi1, tpi2, ktab1
.exportzp ktab2, ktab3, ktab4, time, RecvBuf, SendBuf
.import initlib, donelib
.import push0, _main
.import __BSS_RUN__, __BSS_SIZE__