]> git.sur5r.net Git - cc65/commit
Changed the solution for the PLOT problem with old -02 kernals to that used
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 27 Sep 2009 18:45:08 +0000 (18:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 27 Sep 2009 18:45:08 +0000 (18:45 +0000)
commitd55fb5217e6ca56162a2b32c6af0c8feb02c6972
tree02d92487e042f5878b6f2b2f2bab4b3fd90e1227
parent2cc68784cc925af7978eeb7f4f4abec40dac8b76
Changed the solution for the PLOT problem with old -02 kernals to that used
for the VIC20: PLOT is not an kernal entry but a library function that will
do the right stuff. This makes it work with other stuff that calls PLOT, too.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4249 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/c64/Makefile
libsrc/c64/cputc.s
libsrc/c64/kernal.s
libsrc/c64/kplot.s [new file with mode: 0644]