NESDev and Strangulation Records messageboards
Forum Index | FAQ | New User | Login | Search

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: scroll problems  
Posted by<_Hyde_>
Posted on12/14/03 06:40 AM
From IP66.42.113.168  



Here's a mistake I found in your code:

2000 write:
Loopy_T = (Loopy_T&0xF3FF)|((val&3)<<9);

You are actually supposed to shift the val 10 to the left, like

Loopy_T = (Loopy_T&0xF3FF)|((val&3) << 10);

Still, I tried running smb1 with your mistake inserted in my code and I still got the title screen to be displayed correctly.

hydesprojects.cjb.net

-
Entire Thread
Subject  Posted byPosted On
*scroll problems  ASMGuy12/14/03 02:17 AM
.*Re: scroll problems  <_Hyde_>12/14/03 02:29 AM
...Re: scroll problems  <_Hyde_>12/14/03 06:40 AM
...*Re: scroll problems  ASMGuy12/14/03 07:02 AM
....*Re: scroll problems  ASMGuy12/14/03 07:23 AM
.....*Re: scroll problems  <_Hyde_>12/14/03 07:48 AM
......*Re: scroll problems  loopy12/14/03 4:21 PM
.......*Re: scroll problems  koitsu12/14/03 4:55 PM
...*Re: scroll problems  <_Hyde_>12/14/03 07:00 AM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo