yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
rom.cc File Reference
#include "rom.h"
#include <algorithm>
#include <chrono>
#include <cstddef>
#include <cstdint>
#include <cstring>
#include <ctime>
#include <filesystem>
#include <fstream>
#include <iostream>
#include <new>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "app/gfx/types/snes_color.h"
#include "app/gfx/types/snes_tile.h"
#include "util/hex.h"
#include "util/log.h"
#include "util/macro.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::anonymous_namespace{rom.cc}
 

Functions

void yaze::anonymous_namespace{rom.cc}::MaybeStripSmcHeader (std::vector< uint8_t > &rom_data, unsigned long &size)
 

Variables

constexpr size_t yaze::anonymous_namespace{rom.cc}::kBaseRomSize = 1048576
 Standard SNES ROM size for The Legend of Zelda: A Link to the Past (1MB)
 
constexpr size_t yaze::anonymous_namespace{rom.cc}::kHeaderSize = 0x200
 Size of the optional SMC/SFC copier header that some ROM dumps include.