Skip to content

Commit 6c8ccc1

Browse files
remutroLukeUsher
authored andcommitted
Add support for Viewpoint 2064 master to the N62 DB
1 parent 361fb49 commit 6c8ccc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mia/medium/nintendo-64.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ auto Nintendo64::analyze(std::vector<u8>& data) -> string {
376376
if(id == "NIR") {eeprom = 512; rpak = true;} //Utchan Nanchan no Hono no Challenger: Denryuu Ira Ira Bou
377377
if(id == "NVL") {eeprom = 512; rpak = true;} //V-Rally Edition '99
378378
if(id == "NVY") {eeprom = 512; rpak = true;} //V-Rally Edition '99 (J)
379+
if(id == "NJK") {eeprom = 512; rpak = true;} //Viewpoint 2064 (Master)
379380
if(id == "NWC") {eeprom = 512; rpak = true;} //Wild Choppers
380381
if(id == "NAD") {eeprom = 512;} //Worms Armageddon (U)
381382
if(id == "NWU") {eeprom = 512;} //Worms Armageddon (E)

0 commit comments

Comments
 (0)