The SDL forums have moved to discourse.libsdl.org.
This is just a read-only archive of the previous forums, to keep old links working.


SDL Forum Index
SDL
Simple Directmedia Layer Forums
State of Nintendo DS port
protomank


Joined: 14 Apr 2010
Posts: 3
Location: Porto Alegre, RS, Brazil
Hello. I am developing a game and I am using SDL for it, and with partial success, I was able to port it to Playstation 2 and Nintendo DS. Both have non-functional Mixer, but what is bugging me is joystick not owrking in DS (probally due to changes in devkitpro and libnds).

So, my questions are:
- is there anyone using SDL with DS and have a working Mixer and joystick? (so I can try to use the same old versions os DS libraries)
- does this port have a maintainer or is abandonware?

If not one is working on it, and I find a way to fix some of it's problems, I'm willing to send patches, just need to know if there is some interest on it, or DS port is considered to be dead in 1.3 version and I'll just loose time by fixing it on 1.2.

Thanks in advance.
State of Nintendo DS port
Cleber Tavares Jr.
Guest

Well,

I would like it, I have begin to work in a project using 1.2 port to DS


Sucess!

On Wed, Apr 14, 2010 at 2:23 PM, protomank wrote:
Quote:
Hello. I am developing a game and I am using SDL for it, and with partial success, I was able to port it to Playstation 2 and Nintendo DS. Both have non-functional Mixer, but what is bugging me is joystick not owrking in DS (probally due to changes in devkitpro and libnds).

So, my questions are:
- is there anyone using SDL with DS and have a working Mixer and joystick? (so I can try to use the same old versions os DS libraries)
- does this port have a maintainer or is abandonware?

If not one is working on it, and I find a way to fix some of it's problems, I'm willing to send patches, just need to know if there is some interest on it, or DS port is considered to be dead in 1.3 version and I'll just loose time by fixing it on 1.2.

Thanks in advance.



Iuri Fiedoruk - Rockbot Lead Game Designer
http://rockbot.upperland.net


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org




--
\\//-
State of Nintendo DS port
Fabio Giovagnini
Guest

Hi all, is it available a free toolchain for nindendo DS?
What is the processor of DS?


In data mercoledì 14 aprile 2010 19:23:22, protomank ha scritto:
: > Hello. I am developing a game and I am using SDL for it, and with partial
Quote:
success, I was able to port it to Playstation 2 and Nintendo DS. Both have
non-functional Mixer, but what is bugging me is joystick not owrking in DS
(probally due to changes in devkitpro and libnds).

So, my questions are:
- is there anyone using SDL with DS and have a working Mixer and joystick?
(so I can try to use the same old versions os DS libraries) - does this
port have a maintainer or is abandonware?

If not one is working on it, and I find a way to fix some of it's problems,
I'm willing to send patches, just need to know if there is some interest
on it, or DS port is considered to be dead in 1.3 version and I'll just
loose time by fixing it on 1.2.

Thanks in advance.

------------------------
Iuri Fiedoruk - Rockbot Lead Game Designer
http://rockbot.upperland.net


--
Fabio Giovagnini

Aurion s.r.l.
P.I e C.F.
00885711200
Tel. +39.051.594.78.24
Cell. +39.335.83.50.919
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
protomank


Joined: 14 Apr 2010
Posts: 3
Location: Porto Alegre, RS, Brazil
Yes, there is devkitPro and libNDS, found in http://www.devkitpro.org/.
The DS have two processors, an ARM7 and an ARM9.

You can also find information in http://www.dsdev.org
State of Nintendo DS port
Vittorio G.
Guest

i'm interested in sdl on nds but i never had time to actually use it
imho you should move all your development efforts to 1.3
i believe sdl 1.2 has now come to an end now

Vittorio

On Wed, Apr 14, 2010 at 7:23 PM, protomank wrote:
Quote:
Hello. I am developing a game and I am using SDL for it, and with partial
success, I was able to port it to Playstation 2 and Nintendo DS. Both have
non-functional Mixer, but what is bugging me is joystick not owrking in DS
(probally due to changes in devkitpro and libnds).

So, my questions are:
- is there anyone using SDL with DS and have a working Mixer and joystick?
(so I can try to use the same old versions os DS libraries)
- does this port have a maintainer or is abandonware?

If not one is working on it, and I find a way to fix some of it's problems,
I'm willing to send patches, just need to know if there is some interest on
it, or DS port is considered to be dead in 1.3 version and I'll just loose
time by fixing it on 1.2.

Thanks in advance.

________________________________
Iuri Fiedoruk - Rockbot Lead Game Designer
http://rockbot.upperland.net
_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


_______________________________________________
SDL mailing list

http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
protomank


Joined: 14 Apr 2010
Posts: 3
Location: Porto Alegre, RS, Brazil
Well, I'll try to fix at least the current joystick support. Let's see what I can get.