You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't match hardware where reads to those addresses correctly return the value stored in the card's rom if the specific card doesn't have the addresses matched to a gpio interface (for example a generic flashable cart or a supercard flashed with a custom firmware running in ds mode).
It should be investigated if the behaviour is entirely on the game pack itself or there's something else being done by the ds itself
The text was updated successfully, but these errors were encountered:
Currently melon handles the SLOT-2 GPIO by returning
0
whenever the 3 mapped addresses are attempted to be read if GPIO is disabled,melonDS/src/GBACart.cpp
Lines 234 to 247 in 15c3faa
This doesn't match hardware where reads to those addresses correctly return the value stored in the card's rom if the specific card doesn't have the addresses matched to a gpio interface (for example a generic flashable cart or a supercard flashed with a custom firmware running in ds mode).
It should be investigated if the behaviour is entirely on the game pack itself or there's something else being done by the ds itself
The text was updated successfully, but these errors were encountered: