Tagged Questions

8
votes
1answer
252 views

NES Game development: ASM6 tutorials?

I'm a NES development newbie and I've found the Nerdy Nights tutorials really handy, but it uses nesasm. As I understand it, ASM6 is much better than nesasm. Does it have comparable tutorials ...
7
votes
5answers
375 views

Retro video games programming

I just watched the Super Mario Bros. -1 World glitch in youtube and I really began wondering about the code behind those games. Which language was used? What about the OS for the video games consoles? ...
7
votes
1answer
177 views

'Bank Switching' Sprites on old NES applications

I'm currently writing in C# what could basically be called my own interpretation of the NES hardware for an old-school looking game that I'm developing. I've fired up FCE and have been observing how ...
3
votes
4answers
13k views

Nintendo DSi SDK : Getting Started

Does anyone have a good starting point for learning about development for the new Nintendo DSi? What kind of hardware do you need to develop and test something like this? Can you develop for the DSi ...
1
vote
2answers
413 views

Rendering a 2D Map in a Game - Cropping and Scrolling

OK. I'm in essense trying to make my own interpretation of the NES hardware, so I can make a game that ideally would resemble what a NES game would look like. I'm currently stuck with how to adjust ...