Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
4answers
486 views

NES Programming - Nametables?

I'm wondering about how the NES displays its graphical muscle. I've researched stuff online and read through it, but I'm wondering about one last thing: Nametables. Basically, from what I've read, ...
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 ...
7
votes
1answer
199 views

How can I test my homebrew Nintendo Entertainment System software on real hardware?

A few years ago, I implemented an NES game as a class project, written in 6502 assembly. I only ever ran it on an NES emulator, but I would like to see it run on the real hardware. Is there any ...
6
votes
5answers
619 views

How would you store complex NES sprites, such as from the original Final Fantasy?

I know that NES had 4-color sprites (with 1 usually being transparent Edit: according to zneak, 1 color is always transparent). How then did the original Final Fantasy have so many sprites with 4 ...
6
votes
1answer
331 views

How To Build a Hello World For Nintendo 64?

I'm reading MIPS Assembly Language Programming, but now I want to build a simple "game" for Nintendo 64. I want to print a Hello, World to the screen, but someone can help with this. As I don't have ...
6
votes
2answers
2k views

Is there any emulator programming tutorial or guide?

I want to program an emulator ( may be NES or C64, I haven't decided yet ), I know there are lots of them so many may ask why would someone want to make one from scratch, but I want to include some ...
3
votes
3answers
223 views

How to get Mario Kart Wii scoreboard points after race into database

I don't think this is even possible, but maybe I'm missing something. A group of us play Mario Kart Wii in the office. We don't play online, just a couple races. We often have tournaments where we ...
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 ...
2
votes
1answer
290 views

Basic NES Emulation theory - I'm stuck

In advance, I apologize for the open endedness, and general wishy-washiness of this question, because to be honest my knowledge of the topic is very patchy and I'm finding it hard to even describe my ...
2
votes
4answers
479 views

C++ code coverage tool for weird target platform

Anyone knows c++ code coverage tool usable under the following conditions: Target platform is PowerPC CPU inside Nintendo WII dev.kit, that runs custom embedded OS. The only way to exchange data ...
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 ...
1
vote
2answers
374 views

Nintendo DS using PAlib

I've been looking in to Nintendo DS development on behalf of my agency and begun using the devkitPro/libnds and PAlib, it seems ideal for our needs until we decide if it's a viable route for us and ...
0
votes
0answers
53 views

Augmented Reality open-source for Nintendo 3DS

Do you know if there are any open-source projects I could use to demo a pattern-based Augmented Reality application on a Nintendo 3DS ? Thank you!
0
votes
1answer
215 views

Super Nintendo Emulator for Android

Is there any publicly available code for the Nintendo emulator? I would like to create an emulator like SNesoid for Android. Where should I start? Does this involve the NDK?
0
votes
0answers
352 views

How to reset the Nintendo Wii remote LEDs from code when using the WiiMote with a PC?

I'm using Delphi Pro 6 to control the Nintendo Wii remote via the HID interface from my PC. I can change the LED blinking pattern. However, I don't know how to reset the WiiMote so that the LEDs ...