Talk:APU basics: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Undo revision 17305 by 38.141.52.250 (talk))
Line 27: Line 27:


So, why is this horrible initialisation loop ''still'' there ?[[User:Bregalad|Bregalad]] ([[User talk:Bregalad|talk]]) 14:02, 25 August 2016 (MDT)
So, why is this horrible initialisation loop ''still'' there ?[[User:Bregalad|Bregalad]] ([[User talk:Bregalad|talk]]) 14:02, 25 August 2016 (MDT)
== I conceive other parcel proprietors should take this web position as an expose, rattling clean and high individual sociable communication and pattern, let unaccompanied the assemblage. You are an skilled in this issue ==
Hey this is somewhat of off message but I was wanting to screw if blogs use WYSIWYG editors or if you someone to manually write with HTML. I'm starting a diary shortly but hit no writing know-how so I loved to get substance from someone with experience. Any exploit would be tremendously satisfying!

Revision as of 13:56, 9 December 2019

I removed some of the comments you added to the initial register values, because the aim of this article is to present a simplified model of the APU, and not require the programmer to bother with anything more. You can add them back if you want, but I'm thinking this should focus on simplicity and getting results, not understanding the APU.

I also removed the use of the round() function, as I didn't feel it would be clear to the intended audience (I put a comment explaining to round the result).

Again, I'm fairly new to Wikis so feel free to explain better ways of handling these than I have. :)

Blargg 15:28, 29 July 2010 (UTC)

Some comments are helpful so that advanced programmers can understand why it's written the way it's written. For instance, the init code that's been on the page the last couple years until now had a nasty side effect where $4014 (OAMDMA) was written during APU init. When I fixed this issue, I made a note explaining why $4014 has to be skipped. While that comment will probably mean nothing to a total newbie, it will prevent other people from trying the same simplification that led to this bug in the first place. - Furrykef (talk) 11:35, 21 August 2016 (MDT)

As I said in the forum, in my personal opinion, this page should be removeed completely from the wiki and any significant about the APU should go to the APU page. I do not see the purpose of this page, and most information is either wrong, incorrect or incomplete. The coding exemples are bad exemples and extremely unrealistic of how a NES game actually uses the APU. I say this as someone who wrote multiple sound engines, and deeply analyzed multiple kinds of sound engines written by other people. Bregalad (talk) 13:34, 22 August 2016 (MDT)

This page doesn't offer any new information about the APU, there's nothing here that would be appropriate to fold back into APU. That's not what this page is for, though, it's a tutorial. Towards the quality of the tutorial, I might make some suggestions:
  1. The init code loop obfuscates what it's doing. I suggested an unrolled version so that details can be explained.
  2. The init code writes $40 to $4017, but then the triangle code writes $C0 to it, which is inconsistent. Should just initialize to $C0?
  3. I would suggest not using $4017 with the triangle code; yes there's a slight delay otherwise, but I think messing with $4017 is an advanced topic. It will still mute during the correct frame without it.
  4. The playing a musical note example should write LO before HI. Not terribly significant to the example, but good practice esp. if you eventually want to use the envelopes, etc.
  5. I think this deserves a note somewhere that is disabling a lot of APU features (envelope, length counter, etc.), doesn't need to describe exactly what, just that the examples are taking a simplified subset approach.
  6. The example code linked at the bottom still has the "unpleasant" $4016 write that started this discussion. A new version should be written and hosted on the wiki.
Aside from these nitpicks, I think it's actually a good tutorial example program. It works, and it seems like a useful simple way to demonstrate how to use the APU channels. What exactly do you find unrealistic about it, bregalad? I mean, obviously most games are going to be loading data from a music/sound engine and not immediate values to feed to the APU registers, but I think all that's separate from just learning to use the APU, i.e. do one first, then the other. - Rainwarrior (talk) 14:18, 22 August 2016 (MDT)
The wiki is not just a reference, but a place for tutorials as well, even if we haven't got all that many at he moment. Hmm…we don't have a Tutorial category yet. Myask (talk) 00:24, 23 August 2016 (MDT)
Then, after renaming the page as "tutorial", and applying all the numerous changes that Rainwarrior suggested in order to make this tutorial stop being so horrible, then yet I do no have anything against keeping the page anymore. But you have to admit, before those changes, this page sucked hard. I still think it's weird to load registers from direct data, but if the intent is just "trying" the APU then this make sense. I'll also suggest adding a link to SNDTEST.NES, which is what I always used to "play with" the APU registers, personally.Bregalad (talk) 12:53, 23 August 2016 (MDT)

So, why is this horrible initialisation loop still there ?Bregalad (talk) 14:02, 25 August 2016 (MDT)

I conceive other parcel proprietors should take this web position as an expose, rattling clean and high individual sociable communication and pattern, let unaccompanied the assemblage. You are an skilled in this issue

Hey this is somewhat of off message but I was wanting to screw if blogs use WYSIWYG editors or if you someone to manually write with HTML. I'm starting a diary shortly but hit no writing know-how so I loved to get substance from someone with experience. Any exploit would be tremendously satisfying!