We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361fb49 commit 6c8ccc1Copy full SHA for 6c8ccc1
mia/medium/nintendo-64.cpp
@@ -376,6 +376,7 @@ auto Nintendo64::analyze(std::vector<u8>& data) -> string {
376
if(id == "NIR") {eeprom = 512; rpak = true;} //Utchan Nanchan no Hono no Challenger: Denryuu Ira Ira Bou
377
if(id == "NVL") {eeprom = 512; rpak = true;} //V-Rally Edition '99
378
if(id == "NVY") {eeprom = 512; rpak = true;} //V-Rally Edition '99 (J)
379
+ if(id == "NJK") {eeprom = 512; rpak = true;} //Viewpoint 2064 (Master)
380
if(id == "NWC") {eeprom = 512; rpak = true;} //Wild Choppers
381
if(id == "NAD") {eeprom = 512;} //Worms Armageddon (U)
382
if(id == "NWU") {eeprom = 512;} //Worms Armageddon (E)
0 commit comments