VOGONS

Common searches


Search results

Display options

Re: Syndicate Wars

hmmm did you try mouse2kv or something like that ? look in deep thought on this board. else try cutemouse as mousedriver. another version of dos4gw might help as well (again deep thought)

Re: DOSBox 0.62 directories/files name problem

yes that is very curious errror. The ~1 names are created by the following sourcefile dosbox/src/dos/drive_cache.cpp the following link will display all changes in the code from 0.61 to 0.62 you want to look at portion around line 176. maybe reverting that fixes it. If it does please tell us http:// …

Re: integer and real values

in DOSBox General
@Mirek: in fpu_instructions.h: static void FPU_ST80(PhysPt addr,Bitu reg) change one of the lines to this: Bit64s mant80final= (mant80 << 11);// | LONGTYPE(0x8000000000000000); the calculater does a push(zero) write that number to memory. replace memory with number typed load as 64 bit integer. I'm …

Re: integer and real values

in DOSBox General
well values of 6 numbers work fine odd. will put it in my todo list. edit: it seems the loading of 64 bits isn't going exactly as anticipated. quite puzzled. as i can't see anything wrong with it at first sight.

Page 360 of 436