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 runtime switching of CCP #88

Closed skx closed 5 months ago

skx commented 5 months ago

Once complete this pull-request will close #87, by allowing the CCP to be switched at runtime.

I'm also going to fill in the gap in the custom syscall 0x0000, by adding something to allow testing if we're running under cpmulator, and return the version. That gives us a good baseline for the future.