VOGONS

Common searches


Search results

Display options

Re: No idea how to make Glide work in Dosbox...

The problem is that glide assumes dosbox linear address == physical address when handing pointers to the wrapper. I know..not the best way, but it seems to work...well for some games at least :pppt:. I guess this is not true for LoL cause the pointers are outside the available dosbox memory and …

Re: SDL 1.2 buggy

ddraw needs a fix since like forever 😀 SDL_dx5video.c: - #if 0 /* FIXME: enable this when SDL consistently reports lost surfaces */ + #if 1 /* FIXME: enable this when SDL consistently reports lost surfaces */

Re: Use of multiconfiguration under Win98

in DOS
One could boot into DOS 7.0 with the same config.sys and autoexec.bat as DOS 6.22 had. I guess what you're trying to say Nagra, is that WIN98 loads into GUI mode no matter what configuration you select in the multiboot menu. You need to disable automatic booting into GUI by editing msdos.sys and …

Re: PCjr emulation (CVS)

pealington is right, my cvs will crash if machine=pcjr: Program received signal SIGSEGV, Segmentation fault. 0x0054187b in mouse_reset() () at mouse.cpp:601 601 if (CurMode->type!=M_TEXT) RestoreCursorBackground(); Current language: auto; currently c++ (gdb) p CurMode $1 = (VideoModeBlock *) 0x0 ( …

Re: ykhwong's build with Glidos, anyone?

The wrapper part is the same in both DOSBox glide and Glidos (it is opensource OpenGlide wrapper). The texture replacement is done in the ovl file. But you cannot change this file, since the ovl has to know it runs inside dosbox! It would be possible to add high-res support to dosbox' ovl, but …

Page 48 of 74