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

Added more tests - fixed issue with using CPU.Memory #152

Closed skx closed 2 months ago

skx commented 2 months ago

We used CPU.Memory rather than cpm.Memory, accidentally, in the readstring function - but this was harmless. Fixed anyway.