amakukha / PyPDP11

PDP-11 emulator in Python 3, running Unix V6
MIT License
35 stars 7 forks source link

fixed windows syncing #2

Closed popeyeotaku closed 3 years ago

popeyeotaku commented 3 years ago

The program seems to work fine on Windows except that os.path.join kept trying to put Windows style paths into the emulated Unix system. Fixed this by having seperate local and emulated join functions.