Talk:NDS/Tutorials Day 3

From Dev-Scene

[edit] Source Code Edits

[edit] Frame Buffer

I'm considering removing these lines; I did on my setup and the program built and behaved as expected (on both emulator and hardware targets) according to the tutorial:

 //enable interrupts as before
 irqInit();
 irqEnable(IRQ_VBLANK);

I'm guessing this was required at some point for some version of libnds (working off a stable release and not CVS). Perhaps this should be annotated for a particular version?

And as an aside, what IDE were the comments in libnds written in? I read the ones for interrupts.h but it doesn't seem to be very helpful as to what irqInit and irqEnable do (I understand the concept of interrupts, but only as far as the definition and hardware goes; never worked them in C).

- I'd sign but see no way to do so, sanjiyan.

Dev-Scene (c) Ashley "MrShlee" Hull - Rock-ED Productions