- Sistema de menus operatiu, falta ficar-los tots

- Afegit .tap del Fernando Martín. Investigar perqué falla.
This commit is contained in:
2024-12-03 22:09:52 +01:00
parent 2ebe1916a4
commit 486bd648d3
10 changed files with 103 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ namespace zx_tape
void stop();
void rewind();
void update(const uint8_t dt);
void go_berserk();
const bool berserk();
void setberserk(const bool value);
const bool getberserk();
const bool getplaying();
}