#include <rom.h>
Public Types | |
using | ValueType = std::variant< int, uint8_t, uint16_t, short, std::vector< uint8_t >, gfx::SnesColor, std::vector< gfx::SnesColor > > |
Public Attributes | |
int | address |
ValueType | value |
using yaze::Rom::WriteAction::ValueType = std::variant<int, uint8_t, uint16_t, short, std::vector<uint8_t>, gfx::SnesColor, std::vector<gfx::SnesColor> > |
int yaze::Rom::WriteAction::address |
Definition at line 152 of file rom.h.
Referenced by yaze::Rom::WriteHelper().
ValueType yaze::Rom::WriteAction::value |
Definition at line 153 of file rom.h.
Referenced by yaze::Rom::WriteHelper().