#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 155 of file rom.h.
Referenced by yaze::Rom::WriteHelper().
| ValueType yaze::Rom::WriteAction::value |
Definition at line 156 of file rom.h.
Referenced by yaze::Rom::WriteHelper().