VOGONS

Common searches


Search results

Display options

Re: Have an invtro, which doesn't start

With "vret" I suppose you mean "vertical retrace"? Yes, some oddly-large loop that waits for the (emulated) retrace signal. Think the retrace is ok, just the loop should either be much less executed or something (?) would interrupt it. Didn't find either yet.

Re: Have an invtro, which doesn't start

First of all please put in more information next time, like what OS you are using and what dosbox version, then what things you already tried and similar. It seems to finally start after a while, they have a large vret loop at the beginning. Something seems to be wrong though.

Re: Interrupt 0x19 bug

and would like example code to demonstrate this error Some real-world example would make more sense, int19 only makes sense if something wants to reboot or can intercept the bootstrap (tricky).

Re: 0.70 for Mac Freezing

You could try some additional logging like if(timeInFrame >= vga.draw.delay.vrstart-0.05 && timeInFrame <= vga.draw.delay.vrend+0.05) LOG_MSG("%.3f %.3f %.3f",timeInFrame,vga.draw.delay.vrstart,vga.draw.delay.vrend); where the +-0.05 is to be adapted until it is playable and produces log output when …

Re: Subiekt and FILES=

Don't know what dos structures are affected, think the psp field might grow thus it's better to leave it for games/apps that "don't expect this". Anyways it's more bad programming of the app if they need that many open files.

Re: Subiekt and FILES=

dos_inc.h, #define DOS_FILES 127 There should be some drdos/opendos/caldera dos available (whoever has the rights currently), maybe try that one as well. It's quite advanced and compatible to msdos.

Page 325 of 445