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

User number is not persisted when changing CCP #108

Closed skx closed 3 months ago

skx commented 3 months ago

User numbers are something that most emulators, and even users, kinda pretend don't exist. But it would be nice if we could run this and see the same user:

A>user 3
A>ccp ccpz
CCP changed to ccpz [CCPZ v4.1skx] Size:0x0815 Entry-Point:0xDE00

Unfortunately we just see A>, not A3> showing the user-number has been reset.