]> git.sur5r.net Git - cc65/commit
Corrected the default upper limits of some mouse drivers' bounding box. 91/head
authorGreg King <gregdk@users.sf.net>
Tue, 18 Mar 2014 06:41:57 +0000 (02:41 -0400)
committerGreg King <gregdk@users.sf.net>
Tue, 18 Mar 2014 09:17:44 +0000 (05:17 -0400)
commit3ef184bdd618bf9f8659bafe6ea3869aded07b01
tree561cd82c2f395a50930bc309f41b0f3679405331
parent1d6000213caac2286367392e45af3229b4378e79
Corrected the default upper limits of some mouse drivers' bounding box.

The upper limits need to be one less than the screen sizes because the minimum co-ordinate is zero instead of one.
libsrc/c128/mou/c128-1351.s
libsrc/c128/mou/c128-joy.s
libsrc/c128/mou/c128-pot.s
libsrc/c64/mou/c64-joy.s
libsrc/c64/mou/c64-pot.s