moulinaie Posted November 26, 2011 Share Posted November 26, 2011 Just for the pleasure to do it! http://www.youtube.com/watch?v=gqBM_ZZd_Ao Guillaume. Quote Link to comment Share on other sites More sharing options...
kl99 Posted November 26, 2011 Share Posted November 26, 2011 nice demo, why do the chars seem to have one pixelcolumn missing (=black)? Quote Link to comment Share on other sites More sharing options...
moulinaie Posted November 26, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
sometimes99er Posted November 26, 2011 Share 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 Link to comment Share on other sites More sharing options...
moulinaie Posted November 26, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
+RXB Posted November 26, 2011 Share Posted November 26, 2011 Cool, very nice work. Quote Link to comment Share on other sites More sharing options...
moulinaie Posted November 27, 2011 Author Share 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 Link to comment Share on other sites More sharing options...
+RXB Posted November 27, 2011 Share Posted November 27, 2011 I am working on a similar project thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.