- [NEW] Càrrega "instantànea" de TAPs

This commit is contained in:
2025-07-29 12:51:40 +02:00
parent 2a0febc6b7
commit 2775da3d53
4 changed files with 33 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ namespace zx_tape
void update(const uint8_t dt);
const bool getplaying();
void report();
uint16_t fastLoad(const uint8_t block_type, const uint16_t address, const uint16_t length);
const bool getOption(const int option);
void setOption(const int option, const bool value);