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

Previous ThreadView All ThreadsNext ThreadShow in Flat Mode*


SubjectRe: MMC 3 conversion - runs on all but LoopyNES.  
Posted byAnonymous
Posted on9/15/03 03:15 AM
From IP68.75.22.48  



Aha! That is probably it. normally, there are 3 possible places this could happen:

$9fff-$a000
$bfff-$c000
$dfff-$e000

We can rule the $9fff to $a000 transition out, because none of the code I'm putting there crosses banks (I assumed already that this was a bad idea knowing what I know about processors in general and boundary crossing).

Like you said, we can also rule the $bfff-$c000 transition out, because $a000 and $c000 are mapped to pages $1c and $1d respectively.

That leaves the $dfff-$e000 transition, and I'll bet if I breakpoint at the last instruction before $dfff, I'll catch this turkey, since I've noticed that the programmers at Nintendo didn't care too much about crossing bank boundaries, especially since this was originally a non-mapper cart.

I don't know what if anything I'll do about this if it is the problem, especially if it won't affect my abiliy to go to a dev cart, because I was hoping to leave as much of the original binary intact as possible for now, though I do have some more "advanced" plans that involve changing some of how the game works, such as extending the room change system to handle world #'s beyond 8. (I was thinking about a lookup table for this, where the "world" parameter of a room change object is actually an index into a table to find the world # for comparison, for those familiar with the SMB level structures).

I'll let you know what I find. I always follow the axiom of suspecting my code or actions first, but it's good that you're around to alert me to any known problems in OPC (other people's code).

Thank you very much for your help!



-
Entire Thread
Subject  Posted byPosted On
*MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/14/03 3:53 PM
.*Re: SMB MMC 3 conversion - update  phoenix9/26/03 04:28 AM
.*MMC 3 conversion of SMB  phoenix9/17/03 04:22 AM
.*Update  Anonymous9/14/03 9:09 PM
.*Re: MMC 3 conversion - runs on all but LoopyNES.  Memblers9/14/03 5:14 PM
..*Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/14/03 6:31 PM
...*Re: MMC 3 conversion - runs on all but LoopyNES.  Memblers9/14/03 9:22 PM
....*Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/15/03 03:31 AM
....*Re: MMC 3 conversion - runs on all but LoopyNES.  loopy9/15/03 01:28 AM
.....*Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/16/03 00:35 AM
......*Re: MMC 3 conversion - runs on all but LoopyNES.  loopy9/16/03 01:01 AM
.......*Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/16/03 04:33 AM
.......*Re: MMC 3 conversion - runs on all but LoopyNES.  hcs9/16/03 03:43 AM
......Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/15/03 03:15 AM
..*Re: MMC 3 conversion - runs on all but LoopyNES.  Anonymous9/14/03 5:57 PM
Jump to

Memblers' homepage             Contact Me

Forums powered by WWWThreads Demo