- [NEW] Comencem a implementar el AY-3-8912

This commit is contained in:
2025-07-23 22:00:58 +02:00
parent 6e3e8e9b69
commit 0df17bf4c9
4 changed files with 17 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ namespace zx_tape
bool playing = false;
bool loaded = false;
bool options[ZXTAPE_NUM_OPTIONS] = { true, true };
bool options[ZXTAPE_NUM_OPTIONS] = { false, true };
std::vector<block_t> blocks;
uint8_t current_block = 0;