diff options
| author | Sik | 2018-03-15 04:23:17 -0300 |
|---|---|---|
| committer | Sik | 2018-03-15 04:23:17 -0300 |
| commit | b51cc937b0ef7810d037824fd4f1a766e085a121 (patch) | |
| tree | 669e74dde08fb9e0b8a9c16b216d3c902de5d004 /c/echo.c | |
| parent | 2d5a5b6d0f6d7a6d513722708aa903899be23252 (diff) | |
Fixing bug regarding command queue (whoops)
Diffstat (limited to 'c/echo.c')
| -rw-r--r-- | c/echo.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ void echo_init(const void* const* list) { // would tell it to load the instrument list, but we can't do that here // due to linker shenanigans) z80_ram[0x1FFF] = 0x00; + z80_ram[0x1FFB] = 0x00; // Direct stream is empty yet z80_ram[0x1F00] = 0xFF; |
