aboutsummaryrefslogtreecommitdiff
path: root/c/echo.c
diff options
context:
space:
mode:
authorSik2018-03-15 04:23:17 -0300
committerSik2018-03-15 04:23:17 -0300
commitb51cc937b0ef7810d037824fd4f1a766e085a121 (patch)
tree669e74dde08fb9e0b8a9c16b216d3c902de5d004 /c/echo.c
parent2d5a5b6d0f6d7a6d513722708aa903899be23252 (diff)
Fixing bug regarding command queue (whoops)
Diffstat (limited to 'c/echo.c')
-rw-r--r--c/echo.c1
1 files changed, 1 insertions, 0 deletions
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;