]> git.sur5r.net Git - cc65/commit
Factored out generic LINE implementation based on SETPIXEL from the three drivers...
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Jan 2010 11:21:44 +0000 (11:21 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 24 Jan 2010 11:21:44 +0000 (11:21 +0000)
commite9f69ad12371c5c6645945c0a65f7331c5e60fb7
tree2092c57894850e246184a4f29c01d62cdf3e7b7f
parent16129b2724d98e8ba750bd1984911ff01e013d8c
Factored out generic LINE implementation based on SETPIXEL from the three drivers previously containing the identical code.

Note: Originally I planned to create a module to be linked to the driver. However this turned out to cause quite some issues with the Makefiles - especially on the Apple2 where one driver uses to generic LINE implementation and the other doesn't. The final Makefile was so ugly that I rather opted for including the code in question on source level. In order to avoid to unwanted cross dependencies the whole .inc file content is wrapped in its own scope.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4553 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/apple2/apple2-40-48-16.s
libsrc/c128/c128-640-200-2.s
libsrc/c128/c128-640-480-2.s
libsrc/tgi/tgidrv_line.inc [new file with mode: 0644]