Homebrew Can you run FF7NES on NESDS?

CorvoSol

Well-Known Member
OP
Newcomer
Joined
Jul 22, 2011
Messages
46
Trophies
0
XP
95
Country
United States
Hey, so I have a wood R4 and was wondering if I could run FF7NES on it at all? The emulator I have is NESDS, but if it runs on another emulator, that'd be cool. I just want to actually have the game portable and all.
 

CorvoSol

Well-Known Member
OP
Newcomer
Joined
Jul 22, 2011
Messages
46
Trophies
0
XP
95
Country
United States
I did try it and it didn't work. The point of going to the trouble of posting on this forum is to find out if I did something wrong, or if it simply isn't possible. Theoretically, it saves time. Thanks for not being helpful, though.
 

Another World

Emulate the Planet!
Former Staff
Joined
Jan 3, 2008
Messages
10,579
Trophies
2
Age
48
Location
From Where???
Website
wiki.gbatemp.net
XP
5,577
Country
Colombia
for one, you never stated that you tried it. you only asked IF it worked. naturally, it is easy to assume, you aren't being helpful to yourself and you were asking the community to test for you.

it uses mapper 163. so you should test with all the graphic modes, then test some other pirated roms which use that mapper. if both fail then its a matter of asking the nesds team to implement that mapper.

from what i've read the code for ff7 is very dirty, its possible that mapper is supported but the game is at fault.

there was a project to reverse engineer the rom and get it running on a different mapper, but it never got off the ground.

-another world
 

Another World

Emulate the Planet!
Former Staff
Joined
Jan 3, 2008
Messages
10,579
Trophies
2
Age
48
Location
From Where???
Website
wiki.gbatemp.net
XP
5,577
Country
Colombia
http://bootleggames.wikia.com/wiki/Shenzhen_Nanjing_Technology_Co.,_Ltd.

google for the 'fami dumping project'.

a lot of the good pirated games, remakes, and multi-roms, run with mapper 163. when you ask for support from the nesds team, make sure you have a good reason to get them interested. testing, and then listing the 30 or so roms that fail might be a good start.

you can ask for nesds updates here: http://gbatemp.net/topic/283008-updates-about-nesds/

they are fairly receptive to good ideas. i was able to get on-the-fly ips patching and japanse rom mic support added simply by asking and stating my case.

-another world
 

DanTheManMS

aka Ricochet Otter
Member
Joined
Jun 2, 2007
Messages
4,453
Trophies
1
Age
34
Location
Georgia
XP
752
Country
United States
Some people modified an old version of PocketNES to support this particular game, but I don't think the source was ever released

Relevant info is here: http://www.pocketheaven.com/ph/boards/viewtopic.php?t=6660

I see that he edited the links back in after I had removed them. Meh, whatever.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    you have to launch your homebrews directly from the wii u menu
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
    BigOnYa @ BigOnYa: Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does...