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

Persist the usernumber across restarts #109

Closed skx closed 5 months ago

skx commented 5 months ago

This pull-request closes #108 by persisting the state of the user-number as well as the current-drive which we previously handled.

User-numbers are something that most people don't seem to care about, but we should do things at least a little properly.