#include <rom_diagnostics.h>
Public Attributes | |
| uint32_t | index = 0 |
| uint32_t | pc_offset = 0 |
| uint32_t | snes_address = 0 |
| bool | is_compressed = false |
| bool | decompression_succeeded = false |
| int | decomp_size_param = -1 |
| size_t | actual_decomp_size = 0 |
| std::vector< uint8_t > | first_bytes |
Definition at line 11 of file rom_diagnostics.h.
| uint32_t yaze::SheetDiagnostics::index = 0 |
Definition at line 12 of file rom_diagnostics.h.
| uint32_t yaze::SheetDiagnostics::pc_offset = 0 |
Definition at line 13 of file rom_diagnostics.h.
| uint32_t yaze::SheetDiagnostics::snes_address = 0 |
Definition at line 14 of file rom_diagnostics.h.
| bool yaze::SheetDiagnostics::is_compressed = false |
Definition at line 15 of file rom_diagnostics.h.
| bool yaze::SheetDiagnostics::decompression_succeeded = false |
Definition at line 16 of file rom_diagnostics.h.
| int yaze::SheetDiagnostics::decomp_size_param = -1 |
Definition at line 17 of file rom_diagnostics.h.
| size_t yaze::SheetDiagnostics::actual_decomp_size = 0 |
Definition at line 18 of file rom_diagnostics.h.
| std::vector<uint8_t> yaze::SheetDiagnostics::first_bytes |
Definition at line 19 of file rom_diagnostics.h.