Search found 14 matches
- Tue Dec 15, 2009 7:30 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
And let's not forget the fun factor. Isn't that the only reason any of us indie developers code anything? That and donations. I got enough donations from TOD, my GBA test cases, and my forum.gbadev.org posts to buy a DS and a DS homebrew kit back when homebrew was expensive (early PassMe days). Loc...
- Sun Dec 13, 2009 7:57 am
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
@Zepper Why does anybody attempt to make an emulator? And why do people continue to make emulators of consoles that are often already perfect or near perfectly emulated? Is it because it is necessary? No. It's the personal challenge, the learning experience, the inquistive nature of wanting to know ...
- Sat Dec 12, 2009 10:59 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
@tepples The systems that are already directly backwards compatible don't interest me so much. Eg. PS1 on PS2, or GC games on a Wii. These systems don't really need to be re-emulated or converted anyway. I wonder though more about things like turning a .nes into a .wad, for example. Not to play thro...
- Sat Dec 12, 2009 10:09 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Sat Dec 12, 2009 9:05 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
@Disch Not a lot yet, but: 1. There are plenty of technical docs available explain what things are and how they work. 2. There are also plenty tools to help decpiher whats going on. 3. There are even rom maps available for a number of games to aid the process. The fact that there is already hardwar...
- Sat Dec 12, 2009 8:40 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Sat Dec 12, 2009 4:23 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Thu Dec 10, 2009 6:13 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Thu Dec 10, 2009 3:16 pm
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Thu Dec 10, 2009 4:41 am
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
wasn't the snes built to be compatible with nes games ? so that's probably a possible thing The SNES was originally supposed to be compatible with NES ROMS, but apparently Nintendo had a lot of prob at the time getting it working, and so it never happened. Both the NES and SNES CPU are the similar ...
- Thu Dec 10, 2009 3:57 am
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
- Thu Dec 10, 2009 12:56 am
- Forum: NESemdev
- Topic: NES -> SNES ROM convertor?
- Replies: 56
- Views: 36373
NES -> SNES ROM convertor?
Ok I'm slowly learning C++, and teaching myself how to make a NES emulator at the same time. But I also have an idea for a little side/project. What I want to try is to make a program that can convert NES games to SNES games. Why do you ask? Especially when there are already plenty of both NES and S...
- Wed Dec 09, 2009 4:27 pm
- Forum: nesdevWiki
- Topic: Stuck at Step 1.
- Replies: 2
- Views: 5868
- Tue Dec 08, 2009 9:59 pm
- Forum: nesdevWiki
- Topic: Stuck at Step 1.
- Replies: 2
- Views: 5868
Stuck at Step 1.
Hi there, I'm a hobbyist just starting out and hoping to code my own NES emulator. Anyway I've just stumbled across the nesdevWiki which I think is a great idea. Especially the way it is all layed out in a series of logical steps to take. So I downloaded cc65-win32-2.13.0-1.zip as per the instructio...