Originally posted by: Dormouse
This sounds proper boffo. If this counts for anything, please mark me down as registered for the pre-order (whenever the pre-order is announced).
Have you already coded all 21 tracks that you have listed above? If you find yourself a bit pinched for space, don't forget about the possibility of releasing a sequel with more tracks!
Thank you! I have already added all of the tracks in the Currently Finished section of the top post. I have been trying to keep my space saving techniques sharp, by using the tools available in ppMCK like bank assigning tracks, and |:Brackets
(<- How do I prevent emoticons? this is annoying.) for saving redundant data. Also on parts of the NSF files that ultimately have padding that I could not fit more tracks into, I put trivial stuff in there like palattes, and nametables. I know it's not the most elegant solution, but splitting a nsf binary right before the padding starts (taking note of the address), and splitting it again right before the padding ends allows me to use .incbin on my code and just reassemble it at those address from the original nsf and then use that padded space for whatever I want. I am though, as you say, using plenty of memory with as many tracks as there are. But luckily UNROM has many banks to utilize. I may extend things out to the full 8 banks available if I run out of my originally projected 64kb (4 banks).