skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Don't log console I/O functions, by default #131

Closed skx closed 2 months ago

skx commented 2 months ago

The new flag "-log-all" will ensure their output is shown, but dropped otherwise. This should make cleaner logs, and ease debugging.

This closes #130.