Add /msbasic.ihx.patch which comments out a particular call to direct console I/O...
authorNick Downing <nick@ndcode.org>
Thu, 4 Dec 2025 10:08:52 +0000 (21:08 +1100)
committerNick Downing <nick@ndcode.org>
Thu, 4 Dec 2025 10:08:52 +0000 (21:08 +1100)
commitd37736ddd2ca67b7dc1a978df62039d52bf6fe50
treeaa595b9bcadacabf9098956b8c3bfb8e0f8e20b9
parente615dc247432d3b663cc11fb870a126945edb026
Add /msbasic.ihx.patch which comments out a particular call to direct console I/O in order to defeat Ctrl-C checking (makes the new msbasic_test script work), also fix incorrect checksum error report in all emu_*.c for *.ihx, *.s19 (the new way prints what the last byte of the line should be, to aid manual patching)
12 files changed:
.gitignore
Makefile
emu_65c02.c
emu_6800.c
emu_68000.c
emu_6809.c
emu_8080.c
emu_8086.c
emu_mips.c
emu_pdp11.c
emu_z80.c
msbasic.ihx.patch [new file with mode: 0644]