Re: [M100] CPM emulation

2020-11-13 Thread Joshua O'Keefe
On Nov 13, 2020, at 2:01 AM, Jim Anderson wrote: > I tried running WINSTALL using my copy of WS3.3 I installed on my M100 and it > complains about WS.INS and aborts. Mine does this too, now that I went back to it. I don't know what changed! I know for sure I had 3.3 WINSTALL working because

Re: [M100] CPM emulation

2020-11-13 Thread Jim Anderson
> -Original Message- > When I looked at this, I saw that it was based on the z80 code written > [...] > Trying to access the unix fs directly, I could run the ws.com in the > tests directory and it save the file to my unix filesystem. Winstall > there gave an error, but I've seen this

Re: [M100] CPM emulation

2020-11-13 Thread Jim Anderson
> -Original Message- > Since I asked the original question about CP/M emulation I thought I > should share what I had been using to prompt it: > > This emulator has BDOS integration directly to the filesystem (no > getunix/putunix because it just sees the host directory): I'm really glad

Re: [M100] CPM emulation

2020-11-12 Thread Jonathan Yuen
certainly needs further investigation. Jonathan jonathan.y...@mykopat.slu.se Från: M100 [m100-boun...@lists.bitchin100.com] för Joshua O'Keefe [maj...@nachomountain.com] Skickat: den 12 november 2020 17:26 Till: m...@bitchin100.com Ämne: Re: [M100] CPM

Re: [M100] CPM emulation

2020-11-12 Thread Joshua O'Keefe
Since I asked the original question about CP/M emulation I thought I should share what I had been using to prompt it: This emulator has BDOS integration directly to the filesystem (no getunix/putunix because it just sees the host directory): https://github.com/jhallen/cpm It seems to work