Browse Source

Fix ZX Fixes

pull/246/head
Wayne Warthen 5 years ago
parent
commit
67279fbe17
  1. 1
      Tools/unix/zx/zx.c
  2. BIN
      Tools/zx/zx-src.zip
  3. BIN
      Tools/zx/zx.exe
  4. BIN
      Tools/zx/zxdbg.exe

1
Tools/unix/zx/zx.c

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

BIN
Tools/zx/zx-src.zip

Binary file not shown.

BIN
Tools/zx/zx.exe

Binary file not shown.

BIN
Tools/zx/zxdbg.exe

Binary file not shown.
Loading…
Cancel
Save