Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mia/medium/nintendo-64.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ auto Nintendo64::analyze(std::vector<u8>& data) -> string {
if(id == "NIR") {eeprom = 512; rpak = true;} //Utchan Nanchan no Hono no Challenger: Denryuu Ira Ira Bou
if(id == "NVL") {eeprom = 512; rpak = true;} //V-Rally Edition '99
if(id == "NVY") {eeprom = 512; rpak = true;} //V-Rally Edition '99 (J)
if(id == "NJK") {eeprom = 512; rpak = true;} //Viewpoint 2064 (Master)
if(id == "NWC") {eeprom = 512; rpak = true;} //Wild Choppers
if(id == "NAD") {eeprom = 512;} //Worms Armageddon (U)
if(id == "NWU") {eeprom = 512;} //Worms Armageddon (E)
Expand Down
Loading