- [NEW] Comencem a implementar el AY-3-8912
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user