Go to file
Aaron Giles 92cc517479 From: roberto zandona
Subject: a little fix

a little update: this fix priorities in mermaid and rougien and a sprite bug:
 
when a sprite have x coordinate >= 0xf0 the value is negative
this fix the sprite bug
 
+  if (sx >= 0xf0) sx -= 256;
2008-04-03 05:19:34 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src From: roberto zandona 2008-04-03 05:19:34 +00:00
.gitattributes - converted CDP1869 to the new device system 2008-04-02 14:43:06 +00:00
makefile From: Marc Sandusky 2008-04-02 08:28:58 +00:00