Fix ZX Fixes

This commit is contained in:
Wayne Warthen
2021-08-20 19:25:42 -07:00
parent 3a8ae3cfae
commit 67279fbe17
4 changed files with 1 additions and 0 deletions

View File

@@ -420,6 +420,7 @@ int zx_term(void)
//n = RAM[0x81]; /* Get the return code. This is Hi-Tech C */
//n = (n << 8) | RAM[0x80]; /* specific and fails with other COM files */
n = 0;
putchar('\n');