- [ONGOING] Berserk Mode!

This commit is contained in:
2024-04-22 14:56:27 +02:00
parent 0bd7c841d9
commit 06734c3af4
3 changed files with 13 additions and 2 deletions

View File

@@ -8,4 +8,6 @@ namespace zx_tape
void stop();
void rewind();
void update(const uint8_t dt);
void go_berserk();
const bool berserk();
}