- Codi mega ampastrat, treballant en el jittering del só, en que s'update un poc la pantalla en berserk mode, i està petant el zx_tape i no se com ho fà, pero me gonne a casa...

This commit is contained in:
2024-12-04 13:56:24 +01:00
parent e0bb34052f
commit b1d04f21f7
6 changed files with 44 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ namespace zxscreen
reinit();
}
void refresh(const uint8_t dt)
void refresh(const uint32_t dt)
{
const uint8_t* memory = z80::getMem();
const uint8_t border_color = zx_ula::get_border_color();
@@ -173,6 +173,12 @@ namespace zxscreen
}
}
void fullrefresh()
{
t_screen = 0;
refresh(69888);
}
void redraw(const bool present)
{
if (zx_tape::getplaying() && zx_tape::getberserk()) return;