- [CHG] Per ara llevem la càrrega ràpida (que no va)
- [NEW] Afegit el Manic Miner pa provar
This commit is contained in:
8
main.cpp
8
main.cpp
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
zx_ula::sound_init();
|
||||
|
||||
zx_tape::load("abusimbel.tap");
|
||||
zx_tape::load("manic.tap");
|
||||
|
||||
bool should_exit = false;
|
||||
SDL_Event e;
|
||||
@@ -86,16 +86,16 @@ int main(int argc, char *argv[])
|
||||
z80debug::stop();
|
||||
zxscreen::redraw();
|
||||
} else {
|
||||
if (z80::getPC()==0x05C8) zx_tape::go_berserk();
|
||||
//if (z80::getPC()==0x05C8) zx_tape::go_berserk();
|
||||
uint8_t dt = z80::step();
|
||||
zx_tape::update(dt);
|
||||
if (!zx_tape::berserk()) {
|
||||
//if (!zx_tape::berserk()) {
|
||||
zx_ula::sound_update(dt);
|
||||
//}
|
||||
zxscreen::refresh(dt);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user