mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
Fix ZX Fixes
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user