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

Rename our embedded resources to have a unique !-prefix #139

Closed skx closed 2 months ago

skx commented 2 months ago

To avoid the risk of naming collisions, especially now we've added DEBUG.COM, this pull-request renames all static binaries we embed to have a !=prefix.

So "CCP" becomes "!CCP", "CTRLC" becomes "!CTRLC", etc, etc.

This closes #135.