begin() | yaze::test::Rom | inline |
Close() | yaze::test::Rom | inline |
data() const | yaze::test::Rom | inline |
dungeon_palette(int i) | yaze::test::Rom | inline |
end() | yaze::test::Rom | inline |
Expand(int size) | yaze::test::Rom | inline |
filename() const | yaze::test::Rom | inline |
filename_ | yaze::test::Rom | private |
graphics_buffer() const | yaze::test::Rom | inline |
graphics_buffer_ | yaze::test::Rom | private |
is_loaded() const | yaze::test::Rom | inline |
is_loaded_ | yaze::test::Rom | private |
LoadFromData(const std::vector< uint8_t > &data, bool z3_load=true) | yaze::test::Rom | |
LoadFromFile(const std::string &filename, bool z3_load=true) | yaze::test::Rom | |
LoadGfxGroups() | yaze::test::Rom | private |
LoadZelda3() | yaze::test::Rom | private |
main_blockset_ids | yaze::test::Rom | |
mutable_data() | yaze::test::Rom | inline |
mutable_dungeon_palette(int i) | yaze::test::Rom | inline |
mutable_graphics_buffer() | yaze::test::Rom | inline |
mutable_palette_group() | yaze::test::Rom | inline |
operator[](unsigned long i) | yaze::test::Rom | inline |
palette_group() const | yaze::test::Rom | inline |
palette_groups_ | yaze::test::Rom | private |
paletteset_ids | yaze::test::Rom | |
ReadByte(int offset) | yaze::test::Rom | |
ReadByteVector(uint32_t offset, uint32_t length) const | yaze::test::Rom | |
ReadHelper(T &var, int address) | yaze::test::Rom | inlineprivate |
ReadLong(int offset) | yaze::test::Rom | |
ReadTile16(uint32_t tile16_id) | yaze::test::Rom | |
ReadTransaction(T &var, int address, Args &&... args) | yaze::test::Rom | inline |
ReadWord(int offset) | yaze::test::Rom | |
resource_label() | yaze::test::Rom | inline |
resource_label_manager_ | yaze::test::Rom | private |
rom_data_ | yaze::test::Rom | private |
room_blockset_ids | yaze::test::Rom | |
SaveAllPalettes() | yaze::test::Rom | |
SaveGroupsToRom() | yaze::test::Rom | private |
SavePalette(int index, const std::string &group_name, gfx::SnesPalette &palette) | yaze::test::Rom | |
SaveToFile(bool backup, bool save_new=false, std::string filename="") | yaze::test::Rom | |
set_filename(std::string name) | yaze::test::Rom | inline |
size() const | yaze::test::Rom | inline |
size_ | yaze::test::Rom | private |
spriteset_ids | yaze::test::Rom | |
title() const | yaze::test::Rom | inline |
title_ | yaze::test::Rom | private |
vector() const | yaze::test::Rom | inline |
version() const | yaze::test::Rom | inline |
version_ | yaze::test::Rom | private |
version_constants() const | yaze::test::Rom | inline |
WriteByte(int addr, uint8_t value) | yaze::test::Rom | |
WriteColor(uint32_t address, const gfx::SnesColor &color) | yaze::test::Rom | |
WriteHelper(const WriteAction &action) | yaze::test::Rom | inlineprivatevirtual |
WriteLong(uint32_t addr, uint32_t value) | yaze::test::Rom | |
WriteShort(int addr, uint16_t value) | yaze::test::Rom | |
WriteTile16(int tile16_id, const gfx::Tile16 &tile) | yaze::test::Rom | |
WriteTransaction(Args... args) | yaze::test::Rom | inline |
WriteVector(int addr, std::vector< uint8_t > data) | yaze::test::Rom | |
WriteWord(int addr, uint16_t value) | yaze::test::Rom | |