Search found 40 matches

by PypeBros
Sat Dec 18, 2010 1:05 pm
Forum: libfat
Topic: GetDeviceOpTab ?
Replies: 10
Views: 31106

Re: GetDeviceOpTab ?

See examples/filesystem/libfat/libfatdir. Hmmm ... should have thought about it, but it looks like it doesn't tell me much. The buggy code is the media exploration in EFSlib by noda, which was working properly with an older version of the libfat, and that seems to make use of diropen and dirnext in...
by PypeBros
Fri Dec 17, 2010 11:44 pm
Forum: libfat
Topic: GetDeviceOpTab ?
Replies: 10
Views: 31106

Re: GetDeviceOpTab ?

FAT1 and FAT2 for slot1 and slot2 ? anything else ?
by PypeBros
Fri Dec 17, 2010 10:16 pm
Forum: libfat
Topic: GetDeviceOpTab ?
Replies: 10
Views: 31106

GetDeviceOpTab ?

Hello, there. I'm investigating a bug in my code that could be due to diropen() 's behaviour to have changed over the last few years. I used to provided it with a relative path, e.g. diropen(".") for reading the root directory of the default FAT device -- typically my microSD card in a R4 ...
by PypeBros
Fri Dec 10, 2010 2:30 pm
Forum: DS/DSi Development
Topic: Pong for beginners
Replies: 7
Views: 7981

Re: Pong for beginners

There's certainly options to have the same "data file" used for both screen's background. However, the two screens have their own video memory and cannot peek on each other's memory to retrieve the contents to be displayed, so at best, you'd have something like dmaCopyHalfWords(DMA_CHANNEL...
by PypeBros
Thu Dec 09, 2010 12:32 pm
Forum: DS/DSi Development
Topic: defaultArm7 r4239 fails to support wifiInitDefault() ?
Replies: 7
Views: 9905

Re: defaultArm7 r4239 fails to support wifiInitDefault() ?

Thanks for taking the time to read & respond. Not so many people around me have an opinion on those subjects ^_^ How do you need to modify libnds for that? Hmm ... now that you ask ... I might have just copy-pasted the libnds gurumeditation function into myguru.C and then alter that. .. I'll thi...
by PypeBros
Thu Dec 09, 2010 11:55 am
Forum: devkitARM
Topic: arm-eabi-gdb unable to disassemble thumb code ?
Replies: 2
Views: 4981

Re: arm-eabi-gdb unable to disassemble thumb code ?

Thanks, yeah. I figured out yesterday that it affected not only thumb ARM, but all the code, and that there was a trivial patch on the Ubuntu launchpad.

Sorry for the trouble. Now, I'll have to find out how to avoid those stalls with desmume's GDB stub :P
by PypeBros
Thu Dec 09, 2010 11:44 am
Forum: DS/DSi Development
Topic: examples for consoleNew, consoleInit, etc?
Replies: 10
Views: 10016

Re: examples for consoleNew, consoleInit, etc?

I'll have a look at that print_double_screen example, thanks.
by PypeBros
Fri Dec 03, 2010 10:20 pm
Forum: devkitARM
Topic: arm-eabi-gdb unable to disassemble thumb code ?
Replies: 2
Views: 4981

arm-eabi-gdb unable to disassemble thumb code ?

I use ddd for debugging, a front-end to gdb that was previously capable of working quite well with arm-eabi-gdb. With devkitarm 32, however, it looks like it is no longer able to disassemble Thumb code. At last, it complains about "A syntax error in expression, near `<hex address>'. The hex add...
by PypeBros
Wed Dec 01, 2010 2:31 pm
Forum: DS/DSi Development
Topic: defaultArm7 r4239 fails to support wifiInitDefault() ?
Replies: 7
Views: 9905

Re: defaultArm7 r4239 fails to support wifiInitDefault() ?

I'm also disappointed to see that you're still labouring under the misapprehension that devkitPro has versions - we're a toolchain vendor, not a software package. That being said, the project could use some clearer presentation of the motivation, what we do / what we don't do, who could use what. E...
by PypeBros
Tue Nov 30, 2010 10:23 am
Forum: DS/DSi Development
Topic: [newbie] Have idea planned out, is it workable?
Replies: 15
Views: 12812

Re: [newbie] Have idea planned out, is it workable?

Unless I haven't fully understood your constraints, it looks like a regular tiled background, but scaled so that a 8x8 tile occupy 6x6 pixels could have worked as well.