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

Allow running AUTOEXEC.SUB on-startup #98

Closed skx closed 5 months ago

skx commented 5 months ago

If the following files exist:

Then

This behaviour is only executed once, to avoid an infinite loop.

This closes #96.