Denis Vasilyev
Denis Vasilyev
@ghaerr We have adjusted the table entries and it seems to work well. Almost. There are at least two issues. First, `kilo` editor does not recognise umlaut:  Whereas `cat`...
Just for fun. The characters ROM of Schneider contains two fonts, CGA and MDA versions. All enthusiasts of raw bit graphics are welcome to enjoy it: 
> > kilo editor does not recognise umlaut > > This also could possibly be an internal sign-extension problem, using `char` instead of `unsigned char` when reading single characters out...
> Notice that CRLF terminators are not the standard line terminators in Linux or ELKS what should I use?
I see. I will make a new Unix friendly test file tomorrow.
@ghaerr Thank you for fixing isprint, now everything works as expected (well, almost, but we will come back to it later). At the moment, I am implementing RTC M3002 support...
Hi @ghaerr , Apologies for not responding earlier. I’ll definitely add support for the Schneider PC, but it’ll have to wait until summer. Right now, I’m busy working on the...
Hi @dbalsom, here is the disk image [COMPAQ-DOS5_doom.img.zip](https://github.com/dbalsom/martypc/files/15181328/COMPAQ-DOS5_doom.img.zip) Best
Ooops! Good to know. Sorry for the false alarm :)
> BTW, has the AT&T vs Intel 8086 instruction display difference driven you crazy yet? Yes, it gets on my nerves. I find Intel representation much cleaner because `%%%` hurt...