From 26eebb290be31ca7c3ff226d8a09a88523ddbc9b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sun, 13 Mar 2016 22:00:45 -0700 Subject: [PATCH] Add N64 header file Even though it's not used by anything currently, having this "ABCD" header is a really good idea, especially for the merged N64 DAT. This was mostly a concern because of the new GoodN64 set that just got released. The best course of action is to convert all to V64, hash it, and then check against byte- and word-swapped roms to see that they still match. --- wizzardRedux/headers/mega.xml | 19 ++++++++++++++++++- wizzardRedux/headers/n64.xml | 24 ++++++++++++++++++++++++ wizzardRedux/pages/generate.php | 1 + 3 files changed, 43 insertions(+), 1 deletion(-) create mode 100644 wizzardRedux/headers/n64.xml diff --git a/wizzardRedux/headers/mega.xml b/wizzardRedux/headers/mega.xml index 81026b6..6ba7106 100644 --- a/wizzardRedux/headers/mega.xml +++ b/wizzardRedux/headers/mega.xml @@ -3,7 +3,7 @@ MEGAMERGED - Roman Scherzer, Yori Yoshizuki, Matt Nadareski (darksabre76) + Roman Scherzer, Yori Yoshizuki, CUE, Matt Nadareski (darksabre76) 1.0 @@ -44,6 +44,23 @@ + + + + + + + + + + + + + + + + + diff --git a/wizzardRedux/headers/n64.xml b/wizzardRedux/headers/n64.xml new file mode 100644 index 0000000..4c3fedc --- /dev/null +++ b/wizzardRedux/headers/n64.xml @@ -0,0 +1,24 @@ + + + + + Nintendo 64 - ABCD + CUE + 1.1 + + + + + + + + + + + + + + + + + diff --git a/wizzardRedux/pages/generate.php b/wizzardRedux/pages/generate.php index 1ab53db..3635054 100644 --- a/wizzardRedux/pages/generate.php +++ b/wizzardRedux/pages/generate.php @@ -25,6 +25,7 @@ $headers = array( "228" => "fds.xml", "31" => "lynx.xml", "0" => "mega.xml", // Merged version of all other headers + "234" => "n64.xml", "238" => "nes.xml", "241" => "snes.xml", // Self-created to deal with various headers );