VOGONS

Common searches


Search results

Display options

Re: UMB support?

in DOSBox General
Well UMBs can be resized, but this is not done anywhere i know of. Generally it works like this: something provides upper memory areas through the XMS-interface, namely EMM386 is doing this. The areas are (parts of) segments that are unused with the current computer configuration, like some ROM when …

Re: UMB support?

in DOSBox General
Just noticed that Commander Keen 4/5 can utilize UMBs 😀 Does the loadhigh work fine for other TSRs? When disabling ems you get one additional 64kb upper memory block which should be enough for most things. wd

Re: UMB support?

in DOSBox General
The attached file isn't tested excessively, but seems to do a good job loading TSRs into upper memory. Tried cptask which can load itself into UMBs, even unloading from memory worked fine. If you need more UMBs, disable ems (Der Clou needs this). Please note any odd things if possible, or …

Re: UMB support?

in DOSBox General
Actually i was not thinking about the programs that provide the support, just the interface that is used. Now EMM386 uses the XMS-interface to supply UMBs. Any more games/progs that can utilize UMBs besides Der Clou??? thx

Re: UMB support?

in DOSBox General
The whole dos portion (except for a tiny amount of crucial dos-tables) is already out-of-low-mem, so DOS=HIGH is always set (in a way...). Dos-UMBs are not supported as there's little need for it. Besides that, DOS=... has no effect with dosbox (neither in a dummy config.sys, nor in dosbox.conf). …

Re: error 2003: Integer divide by 0

in DOSBox General
Hard to say what's wrong then, as division by zero can be the result of just anything. Some stuff to try: use the latest CVS version of dosbox (see the dev forum) try some older dosbox versions use the program from different paths (path length/depth) use loadfix (with different values) try to …

Re: Patching binary files from inside DOSBox

in Milliways
Well you can put the patch into a simple TP program so you get the whole thing in less than 4kb. But i didn't bother as the packed executable was just below 100kb so who really needs it and doesn't have a hexeditor at hand (there are pretty small and good ones out there btw.) could download it …

Re: "Der Clou!" (Freeware) with Dos Box

The runtime error in the installer is a bug in localDrive::FindFirst. As the installer searches x:\lha.exe with all attributes set, dosbox assumes that they are searching for the volume label. Maybe the conditions there have to be refined to provide correct results here. So installing will only work …

Re: "Der Clou!" (Freeware) with Dos Box

e000 is the segment (that one should be read/write inside dosbox and unused i think), so they'll get e000 as their UMB and are happy with it... I just extracted the files, the installer has a zero when loading the fpu regs for a division, but didn't try 0.61 yet, thanks for the hint. wd

Re: "Der Clou!" (Freeware) with Dos Box

Use a hex-editor and change the following bytes from address 0x1bed0 to 0x1bed3 of theclou.exe: 0x85 to 0xbb 0xc0 to 0x00 0x74 to 0xe0 0x11 to 0x90 Or use the attached executable. Didn't play it too long, but starts fine. ONLY use the modified .exe file inside dosbox. wd

Re: does dos box have a save state feature?

in DOSBox General
Do you actually need a save/load functionality (as you typed in the topic) or just to dump the memory into a file (as you say in your posting)? None of those is implemented in dosbox as is, but you could achieve the 2nd (mem dumps) with a little programming. wd

Page 436 of 445