- He llevat el fullRefresh de gbscreen, no te molt de sentit en GB i era problematic

- [NEW] mem::reset
This commit is contained in:
2025-01-19 22:02:57 +01:00
parent 9b1e6047d0
commit 036ab23173
3 changed files with 10 additions and 7 deletions

View File

@@ -147,7 +147,8 @@ int main(int argc, char *argv[])
debug::history::gototop();
const uint8_t dt = sm83::step();
debug::refresh();
gbscreen::fullrefresh();
//gbscreen::fullrefresh();
gbscreen::refresh(dt);
gbscreen::redraw();
//z80analyze::refresh();
}