]> git.sur5r.net Git - cc65/commit
Hold the maximum X and Y coordinate in variables instead of calculating them
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Nov 2009 12:02:52 +0000 (12:02 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 6 Nov 2009 12:02:52 +0000 (12:02 +0000)
commite319fc217b214b73e71461875f21e01f84f79b7b
tree631f05bc72e32c210b63e2c560f915ff02d3b924
parenteee44300618560ed0360c8d1c7c59e1e25f492f2
Hold the maximum X and Y coordinate in variables instead of calculating them
when needed. The variables make signed compares in the line clipper easier.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4450 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/tgi/tgi-kernel.s
libsrc/tgi/tgi_getmaxx.s
libsrc/tgi/tgi_getmaxy.s
libsrc/tgi/tgi_init.s