Hacking Nintendont

sonictopfan

Well-Known Member
Member
Joined
Mar 2, 2010
Messages
2,695
Trophies
1
XP
1,987
Country
Doing this would be a bit problematic because the home menu code would have to save the state of the GPU, audio, and other components, plus it would cause problems if the game was saving at the time. Also I don't have that much experience with those subsystems in general.
Thank you for explaining this, I respect users who explain to others why their request might not work or why it's not a good idea instead of just ignoring them altogether or telling them they know nothing about coding and that their idea is stupid, I get it now I had no idea it would require having to write a save state feature for the GPU though it makes sense why it's needed.

--------------------- MERGED ---------------------------

im trying to play sonic r on gems collections but it gives me a black screen. anyone know y?
I replayed it fully last month and it worked great for me, both US and Jap ver. of Sonic Gems (I was doing a hack of my own in which I replaced some of the Roms included in the game disc with the ones from Mega Collection Plus on PS2).
 

GreyWolf

Well-Known Member
Member
Joined
Mar 2, 2015
Messages
5,399
Trophies
0
Age
54
XP
1,516
Country
United States
So by deleting that file, will it be regenerated the next time I run the app? I searched through previous posts that suggested deleting that and replacing the launcher.dol

It's only created by Nintendont if you change the settings from the default as far as I remember. Deleting it will reset the settings to default when running it from the HBC.
 

CraaazyChris

Member
Newcomer
Joined
Mar 7, 2016
Messages
5
Trophies
0
Age
41
XP
72
Country
United States
It's only created by Nintendont if you change the settings from the default as far as I remember. Deleting it will reset the settings to default when running it from the HBC.
That's good to know in case I just can't figure out the right setup and need to start from scratch. Right now I'm having good luck with launching out of USBLGX. I was even able to play using my PS3 controller via USB which seemed like some strange voodoo to me (ps3 control on wii).
 

Dyxlesci

Active Member
Newcomer
Joined
Dec 22, 2013
Messages
33
Trophies
0
Age
29
XP
143
Country
United States
Hey over at Bitbuilt.net we have been heavily modifying the Wii hardware. We have successfully removed the MX chip (link to wiibrew info below) and the system boots and runs gamecube discs through stock mios just fine, but games wont boot in nintendon't. Any idea what might be causing this?
http://wiibrew.org/wiki/MX23L4005
 

JacksonS

Well-Known Member
Member
Joined
Feb 13, 2016
Messages
427
Trophies
0
XP
1,232
Country
United States
We have successfully removed the MX chip (link to wiibrew info below) and the system boots and runs gamecube discs through stock mios just fine, but games wont boot in nintendon't. Any idea what might be causing this?
The GameCube MX chip contains the system's firmware that allows it to boot games, so maybe some remnant of that is on the Wii MX chip. It might still need to access it when going into GameCube mode. Although I thought all of that is carried out with the Wii's MIOS.
 

bobmcjr

Well-Known Member
Member
Joined
Apr 26, 2013
Messages
1,156
Trophies
1
XP
3,274
Country
United States
Hey over at Bitbuilt.net we have been heavily modifying the Wii hardware. We have successfully removed the MX chip (link to wiibrew info below) and the system boots and runs gamecube discs through stock mios just fine, but games wont boot in nintendon't. Any idea what might be causing this?
http://wiibrew.org/wiki/MX23L4005
Have you tried a game that requires the fonts from that chip with the stock MIOS/DIOS MIOS such as Starfox Assault? I also seem to recall one of the Wii Metroid games using the fonts from there as well.
 

ccfman2004

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
2,863
Trophies
2
XP
3,309
Country
United States
Hey over at Bitbuilt.net we have been heavily modifying the Wii hardware. We have successfully removed the MX chip (link to wiibrew info below) and the system boots and runs gamecube discs through stock mios just fine, but games wont boot in nintendon't. Any idea what might be causing this?
http://wiibrew.org/wiki/MX23L4005
Nintendont runs the GameCube games in Wii mode, not GameCube mode so MIOS is not used. Do Wii games run?
 
Last edited by ccfman2004,
  • Like
Reactions: GreyWolf

GreyRogue

Well-Known Member
Member
Joined
Jun 21, 2013
Messages
213
Trophies
0
Age
45
XP
572
Country
United States
Have you tried a game that requires the fonts from that chip with the stock MIOS/DIOS MIOS such as Starfox Assault? I also seem to recall one of the Wii Metroid games using the fonts from there as well.
Since version 119, the fonts are read from the ROM chip instead of from a file. This is always done as Nintendont doesn't know if the game will need them or not at first, and loading it later might cause issues/lag. If you took out the ROM chip, you should probably read it from a file. See loader/source/main.c (__SYS_ReadROM). You might end up with issues when reading the RTC as well.
 

ccfman2004

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
2,863
Trophies
2
XP
3,309
Country
United States
Since version 119, the fonts are read from the ROM chip instead of from a file. This is always done as Nintendont doesn't know if the game will need them or not at first, and loading it later might cause issues/lag. If you took out the ROM chip, you should probably read it from a file. See loader/source/main.c (__SYS_ReadROM). You might end up with issues when reading the RTC as well.
If it reads the fonts from the GameCube chip than how does Nintendont handle loading that on Non BC Wii's and the Wii U? Unless of course I am misunderstanding.
 

Dyxlesci

Active Member
Newcomer
Joined
Dec 22, 2013
Messages
33
Trophies
0
Age
29
XP
143
Country
United States
If it reads the fonts from the GameCube chip than how does Nintendont handle loading that on Non BC Wii's and the Wii U? Unless of course I am misunderstanding.
The only thing they changed on the family edition was they removed the ports, the electric filtration components to the ports like capacitors and diodes, and the disc drives ability to hold gamecube sized discs. Swapping the drive for an older one re-adds the ability to read and load discs, and controller ports can easily be soldered on to return compatibility. See the revisions guide subsection in the guide in my signature for details on the differences between boards.
 

ccfman2004

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
2,863
Trophies
2
XP
3,309
Country
United States
The only thing they changed on the family edition was they removed the ports, the electric filtration components to the ports like capacitors and diodes, and the disc drives ability to hold gamecube sized discs. Swapping the drive for an older one re-adds the ability to read and load discs, and controller ports can easily be soldered on to return compatibility. See the revisions guide subsection in the guide in my signature for details on the differences between boards.
But the Wii U surely doesn't have the spots for those components.
 

TotalInsanity4

GBAtemp Supreme Overlord
Member
Joined
Dec 1, 2014
Messages
10,800
Trophies
0
Location
Under a rock
XP
9,814
Country
United States
I am referring to the GameCube stuff which wouldn't be on the Wii U. The Wii U is basically a more powerful Wii.
Right, but supposedly there's stuff accessed from the GameCube MIOS in some games, which would need to be emulated on vWii so that stuff would work, keeping native compatibility for Nintendont

If you're referring to being able to solder a GC Controller board and stuff like that, I doubt that's possible
 

ccfman2004

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
2,863
Trophies
2
XP
3,309
Country
United States
Right, but supposedly there's stuff accessed from the GameCube MIOS in some games, which would need to be emulated on vWii so that stuff would work, keeping native compatibility for Nintendont

If you're referring to being able to solder a GC Controller board and stuff like that, I doubt that's possible
You're saying that some Wii game actually use stuff from MIOS or am I misunderstanding you?
 

Dyxlesci

Active Member
Newcomer
Joined
Dec 22, 2013
Messages
33
Trophies
0
Age
29
XP
143
Country
United States
I may not understand software too much, but I know hardware. Wii U has no MIOS, or apparent places for gamecube ports. It was a complete redesign of the wii, including completely reworked chip, rather than just a hardware revision. The Wii games do not use MIOS or gamecube hardware: to my knowledge, access to the gamecube portions of the MX chip are supposedly blocked off in Wii Mode. Nintendon't works on WiiU because it works in wii mode and doesn't rely on gamecube legacy support.

However, thats now what I am trying to resolve. I am currently working on the Wii, not the Wii U
 
  • Like
Reactions: TotalInsanity4

ccfman2004

Well-Known Member
Member
Joined
Mar 5, 2008
Messages
2,863
Trophies
2
XP
3,309
Country
United States
I may not understand software too much, but I know hardware. Wii U has no MIOS, or apparent places for gamecube ports. It was a complete redesign of the wii, including completely reworked chip, rather than just a hardware revision. The Wii games do not use MIOS or gamecube hardware: to my knowledge, access to the gamecube portions of the MX chip are supposedly blocked off in Wii Mode. Nintendon't works on WiiU because it works in wii mode and doesn't rely on gamecube legacy support.

However, thats now what I am trying to resolve. I am currently working on the Wii, not the Wii U
There are some Wii games that do use the GameCube ports like Super Smash Bros. Brawl and Mario Kart Wii. There is a Wii dance game that used the GameCube port for the dance mat.

Nintendo really could be raking in the dough by releasing GameCube VC games.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    S @ salazarcosplay: how are you @AncientBoi :evil: :evil: :evil: :evil: :evil: :evil: :tpi: