diff options
| author | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-14 12:32:11 -0400 |
|---|---|---|
| committer | Nicholas Estelami <NEstelami@users.noreply.github.com> | 2022-06-14 12:32:11 -0400 |
| commit | 008af18951ef36ad27954b17ef79332688fbdcdd (patch) | |
| tree | a19b80d3c9552582eeafbce3eb2a6ab2947d6977 /ZAPDTR | |
| parent | 9e313dd18bbde5243bfc6962972fa3ff2b2c6e3c (diff) | |
GC PAL Audio XML
Diffstat (limited to 'ZAPDTR')
| -rw-r--r-- | ZAPDTR/ZAPD/ZAudio.cpp | 8 | ||||
| -rw-r--r-- | ZAPDTR/ZAPD/ZRom.cpp | 4 |
2 files changed, 2 insertions, 10 deletions
diff --git a/ZAPDTR/ZAPD/ZAudio.cpp b/ZAPDTR/ZAPD/ZAudio.cpp index a8b0f1fa1..2d92979aa 100644 --- a/ZAPDTR/ZAPD/ZAudio.cpp +++ b/ZAPDTR/ZAPD/ZAudio.cpp @@ -339,17 +339,11 @@ void ZAudio::ParseRawData() // TABLE PARSING - // GC PAL + // MQ DBG ROM //int gSoundFontTableOffset = 0x138270; //int gSequenceTableOffset = 0x1386A0; //int gSampleBankTableOffset = 0x138D90; //int gSequenceFontTableOffset = 0x1384E0; - - // NMQ DBG ROM - //int gSoundFontTableOffset = 0x138290; - //int gSequenceTableOffset = 0x1386C0; - //int gSampleBankTableOffset = 0x138DB0; - //int gSequenceFontTableOffset = 0x138500; // NTSC 1.0 //int gSoundFontTableOffset = 0x1026A0; diff --git a/ZAPDTR/ZAPD/ZRom.cpp b/ZAPDTR/ZAPD/ZRom.cpp index a311714dd..0a4944be0 100644 --- a/ZAPDTR/ZAPD/ZRom.cpp +++ b/ZAPDTR/ZAPD/ZRom.cpp @@ -192,10 +192,8 @@ ZRom::ZRom(std::string romPath) else files[lines[i]] = outData; - //File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i]), files[lines[i]]); + //File::WriteAllBytes(StringHelper::Sprintf("baserom/%s", lines[i].c_str()), files[lines[i]]); } - - int bp = 0; } std::vector<uint8_t> ZRom::GetFile(std::string fileName) |
