- [CHG] Per ara llevem la càrrega ràpida (que no va)

- [NEW] Afegit el Manic Miner pa provar
This commit is contained in:
2024-04-23 06:38:11 +02:00
parent 06734c3af4
commit b05ce14a95
2 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
zx_ula::sound_init(); zx_ula::sound_init();
zx_tape::load("abusimbel.tap"); zx_tape::load("manic.tap");
bool should_exit = false; bool should_exit = false;
SDL_Event e; SDL_Event e;
@@ -86,13 +86,13 @@ int main(int argc, char *argv[])
z80debug::stop(); z80debug::stop();
zxscreen::redraw(); zxscreen::redraw();
} else { } else {
if (z80::getPC()==0x05C8) zx_tape::go_berserk(); //if (z80::getPC()==0x05C8) zx_tape::go_berserk();
uint8_t dt = z80::step(); uint8_t dt = z80::step();
zx_tape::update(dt); zx_tape::update(dt);
if (!zx_tape::berserk()) { //if (!zx_tape::berserk()) {
zx_ula::sound_update(dt); zx_ula::sound_update(dt);
zxscreen::refresh(dt); //}
} zxscreen::refresh(dt);
} }
} }
} }

BIN
manic.tap Normal file

Binary file not shown.