housekeeping

This commit is contained in:
Justin Scofield
2022-07-19 15:38:06 +00:00
parent 9f760d922a
commit 64590d1a19

View File

@@ -67,7 +67,7 @@ class ROM {
uchar* master_gfx_bin_;
uchar title[21] = "ROM Not Loaded";
bool is_loaded_ = false;
bool isbpp3[core::constants::NumberOfSheets];
bool isbpp3[core::NumberOfSheets];
enum rom_type type_ = LoROM;
gfx::pseudo_vram pseudo_vram_;