Hi, What should i own to develop games on snes as good as possible (official or unofficial tools) ? I'm little confused about what to use. If possible i would like to use an emulator to launch my program. Thank you for help
Well, I could get you some docs. You need a 65816 assembler, and some kind of graphics program, or a converter with Paint. bsnes is the most accurate SNES emulator, but I haven't checked if it has a debugger or not. There isn't an official SNES sdk floating around in the public right now, and I don't have any myself Perhaps some other people around here can help you too. PM me if you want those docs.
Yep, you will want to us BSNES, it does come with a debugger. If you want to use a real system get a QuickDev16. Here are some helpful links: http://github.com/gilligan/snesdev http://github.com/optixx/quickdev16 http://github.com/optixx/snes-sdk http://github.com/optixx/snes
Official documentation The official documentation on teh SNES can easily be found on the net. You could for example check the downloads of romhacking.net. They contain book1 and book2. Both cover general system specifics... so no assembler-specific documentation there... The PsyQ manual contains quite some info on how to handle the SDK files (assembler, linker, etc.)... only the files are still missing :/
There is an SDK called IS-SUPERFX of something. Shiggsy might know of it, he deals with a LOT of nintendo dev stuff.
No SDK is necessary for SNES. Just use any 65c816 assembler and you're good to go with some documentation. No SDK will likely make things much easier really. They may provide their own assembler and maybe some basic tools but far from anything that will really make a big difference if you are capable of development.
SNES Programming Wiki book http://en.wikibooks.org/wiki/Super_NES_Programming I'm very new to the forum so maybe this has already been posted. In that case, sorry for the dub, but it's a pretty cool resource.
But for SNES I don't really know that any official SDK would have much useful sample code, documents, or utilities that don't have free and possibly better counter parts today. The most useful thing I could think of to find in a SDK for SNES would be a fully working sound driver with composing software so you could add sound functionality to your program with great ease. As for video, I don't see anything terribly useful for you to use. Newer system like PS1 would be more useful to have a SDK for since they have libraries and all sorts of tools I'm sure. Though by now there may be plenty of free alternative tools.
Yeah, that is true once again. Well played sir. :X That audio thing is a nice idea though. I can't say I LOVE the GEMS SDK for Mega Drive, but it looks pretty handy.