Where to look for snes sample code

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Where to look for snes sample code
by on (#204295)
There seems to be more and more snes related topics these days so I'm getting interested to research on the subject.

What I want to do for now is mostly find some code to read until I can experiment a little bit with it. It has to be for beginners and if possible explain the basic you should now to make a sample program from scratch.

Is there any topics on the subject on nesdev? In the mean time I will google about it and see what comes up.
Re: Where to look for snes sample code
by on (#204296)
I personally used bazz's tutorial which you can find here: https://wiki.superfamicom.org/snes/show ... nvironment
Re: Where to look for snes sample code
by on (#204297)
tepples has a lorom template that should put you in the right direction, though the way it's written, there's only so much room for experimentation imo. It's pretty much the most descriptive you can get about literally everything in the program, to almost a scary extent.
Re: Where to look for snes sample code
by on (#204298)
HihiDanni wrote:
I personally used bazz's tutorial which you can find here: https://wiki.superfamicom.org/snes/show ... nvironment

Same here.
Re: Where to look for snes sample code
by on (#204363)
Thank you for the links, I will check both of them.

@nicklausw

after all those years, I'm used to Tepples way of doing things so for me that's normal and what I would expect from him: he love the attention to details :wink:
Re: Where to look for snes sample code
by on (#204364)
Since very long I have on my pc a "SNES starter kit" I downloaded from somewhere, and it comes with several interesting simple demos. I actually modified some of these for fun, that's the only "SNES-dev" I ever did.