From b51cc937b0ef7810d037824fd4f1a766e085a121 Mon Sep 17 00:00:00 2001 From: Sik Date: Thu, 15 Mar 2018 04:23:17 -0300 Subject: Fixing bug regarding command queue (whoops) --- c/echo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'c') diff --git a/c/echo.c b/c/echo.c index ed634db..e2d68d9 100644 --- a/c/echo.c +++ b/c/echo.c @@ -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; -- cgit v1.2.3