moulinaie #1 Posted November 26, 2011 Just for the pleasure to do it! http://www.youtube.com/watch?v=gqBM_ZZd_Ao Guillaume. Quote Share this post Link to post Share on other sites
kl99 #2 Posted November 26, 2011 nice demo, why do the chars seem to have one pixelcolumn missing (=black)? Quote Share this post Link to post Share on other sites
moulinaie #3 Posted November 26, 2011 nice demo, why do the chars seem to have one pixelcolumn missing (=black)? Thanks! I noticed that! I think it's because the copy from CPU to VDP ram is slow, so the leftmost characters are defined *before* the rightmost ones. So they scroll left one pixel before the next character is scrolled and this makes a black column appear. If I could synchronize the transfert with the display... But I don't know how to do. Guillaume. Quote Share this post Link to post Share on other sites
sometimes99er #4 Posted November 26, 2011 Very nice. ... seem to have one pixelcolumn missing I would definitely have to say that it's a programming error, and one that can be resolved. I even think I ran into the same "effect" (error) when doing my Hellraiser demo back in April 2005. Quote Share this post Link to post Share on other sites
moulinaie #5 Posted November 26, 2011 nice demo, why do the chars seem to have one pixelcolumn missing (=black)? Well, you were right, that was a bug in the program..!! I fixed it and posted a new video with colors inverted. Thanks for pointing at the problem. Guillaume. Quote Share this post Link to post Share on other sites
+RXB #6 Posted November 26, 2011 Cool, very nice work. Quote Share this post Link to post Share on other sites
moulinaie #7 Posted November 27, 2011 Thanks! Here is the ZIP file with sources codes (TXT = precompiler, BAS = Extended Basic and the TIDisk file for emulators) http://gtello.pagesperso-orange.fr/mlcscroll.zip Guillaume. Quote Share this post Link to post Share on other sites
+RXB #8 Posted November 27, 2011 I am working on a similar project thanks. Quote Share this post Link to post Share on other sites