aboutsummaryrefslogtreecommitdiff
path: root/c/echo.c
diff options
context:
space:
mode:
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;