Update ROM references with new operators

This commit is contained in:
Justin Scofield
2022-07-25 09:34:23 -04:00
parent 8da0ac3219
commit ee99166ef3
5 changed files with 47 additions and 70 deletions

View File

@@ -190,7 +190,7 @@ void MasterEditor::DrawViewMenu() {
if (show_memory_editor) {
static MemoryEditor mem_edit;
mem_edit.DrawWindow("Memory Editor", (void *)rom_.data(), rom_.GetSize());
mem_edit.DrawWindow("Memory Editor", (void *)&rom_, rom_.GetSize());
}
if (show_imgui_demo) {