Search found 82 matches

by Tomdev
Fri Jun 26, 2009 9:26 am
Forum: maxmod
Topic: stream sound[solved]
Replies: 26
Views: 132823

Re: streaming audio

sorry for the double post, but now i have to do real streaming with raw data:P I've looked in the example and i saw that you have to call mmStreamUpdate manually. but i'm very new to streaming. i can decode some music intro raw music and play that part, but that part is only 4k raw music, not very m...
by Tomdev
Mon Jun 22, 2009 12:31 pm
Forum: DS/DSi Development
Topic: displaying raw image
Replies: 2
Views: 3439

Re: displaying raw image

actually this was not the problem, it was somewhere else in the code. but thanks anyway :P
by Tomdev
Mon Jun 22, 2009 7:39 am
Forum: DS/DSi Development
Topic: displaying raw image
Replies: 2
Views: 3439

displaying raw image

hey everyone, it try to display a raw image, but every time i get a black screen. but when i use dsorganize it displays perfect. can anyone tell me how to display a raw image. i'm doing it like this now: Code: #include <nds.h> #include <fat.h> #include <stdio.h> int main(void) { //------------------...
by Tomdev
Tue Jun 16, 2009 6:51 pm
Forum: DS/DSi Development
Topic: some questions about 3d
Replies: 1
Views: 2796

some questions about 3d

ok, the topic-name does explain it, i'm not good at 3d but i want to learn to code with it so i heard about models/textures and if i'm right that teapot in the nds examples is a texture, but how it's made and converted? what do i need for such textures? question 2: where are some tutorials explainin...
by Tomdev
Sat Jun 13, 2009 6:19 am
Forum: DS/DSi Development
Topic: nitrofs with combined template
Replies: 7
Views: 6635

Re: nitrofs with combined template

Ok, but it's a game and i put the game data in nitrofs, and the bootloader is for "soft-reset" so it doesn't load roms uot of nitrofs.

and what are the advantages of libfilesystem? i don't know the difference between nitrofs and libfilesystem
by Tomdev
Fri Jun 12, 2009 7:33 pm
Forum: DS/DSi Development
Topic: nitrofs with combined template
Replies: 7
Views: 6635

Re: nitrofs with combined template

ok, i will use libfilesystem:) i used my own nitrofs because i didn't had the loader anymore and couldn't find it. and I need the combined template for nds rom booting. that can't be than on a other way or can it? edit: i get an error using this makefile: Makefile 39: ***missing separator i'm defini...
by Tomdev
Fri Jun 12, 2009 6:23 pm
Forum: DS/DSi Development
Topic: nitrofs with combined template
Replies: 7
Views: 6635

Re: nitrofs with combined template

why's melw's post deleted, wanted to try it :oops:
by Tomdev
Fri Jun 12, 2009 4:48 pm
Forum: DS/DSi Development
Topic: Request: nitrofs + libfat example
Replies: 4
Views: 5217

Re: Request: nitrofs + libfat example

i'm testing it, if it works on my ez v, will post the results(they are a bit different because i compiled nitrofs from source). and thanks for your help in my post :P
by Tomdev
Thu Jun 11, 2009 7:18 pm
Forum: DS/DSi Development
Topic: nitrofs with combined template
Replies: 7
Views: 6635

nitrofs with combined template

ok, so i'm using nitrofs for my game, and i decided to program with the combined template(with an arm9 & arm7 folder). everything compiles fine, but when i start the rom it cannot init nitrofs. how can you get nitrofs working with the combined template?
by Tomdev
Thu May 28, 2009 3:20 pm
Forum: DS/DSi Development
Topic: sprite scrolling
Replies: 2
Views: 3493

Re: sprite scrolling

thanks, I can go further with my game :P too easy actually