rom housekeeping

This commit is contained in:
Justin Scofield
2022-07-19 21:47:09 -04:00
parent f3b090c89f
commit 984309b5c0

View File

@@ -70,6 +70,8 @@ class ROM {
bool isbpp3[core::NumberOfSheets];
enum rom_type type_ = LoROM;
ImVec4 display_palette_[8];
gfx::pseudo_vram pseudo_vram_;
std::vector<uchar*> decompressed_graphic_sheets_;
std::vector<uchar*> converted_graphic_sheets_;