Kirk Klobe

Results 34 comments of Kirk Klobe

> I might look into it, can anybody give any pointers about what needs to be done? @kklobe you seem to have worked on this. Maybe you have some info?...

thanks for the detailed writeup @kcgen! now, just to confirm, are all these reports only from Linux, or are some coming from Windows / macOS?

I wonder if the list of events in `PDC_pump_and_peep()` in `pdcdisp.cpp` needs to be expanded (among other things). I will get a Linux VM cobbled together here and see if...

@kcgen any way you could revert 0dd5e9d3a9582e9bae142b3ac868abfeb9b47f3d and maybe confine it to Linux? OGL works fine for me on macOS and that's my default setup; now I can't use the...

does the recently-released SDL 2.24.0 make any difference here?

> The [sdltest](https://raw.githubusercontent.com/wmcbrine/PDCurses/master/sdl2/sdltest.c) program works fine under linux with PDCurses (master). > > Does not work properly when built with the header files and the PDCurses library included with dosbox-staging....

Probably of minimal value, at least CMOV. https://yarchive.net/comp/linux/cmov.html, and it wasn't available until PPro, IIRC.

> > Do you know of any header files for these functions? > > No. @kklobe, do you know a header file for x87 functions? I'm not aware of any....

> Isn't that taken care of by [SoftFloat](http://www.jhauser.us/arithmetic/SoftFloat.html) (and the projects using it - see links at the first bullet in OP)? > > > The latest release of SoftFloat...

> @johnnovak > > Question is does the issue with macOS/ARM64 make the game unplayable or not. Your call. 😁 > > @kklobe spent a lot of time and energy...