VOGONS

Common searches


Search results

Display options

Re: Strange floppy disks.

in DOSBox General
mount the floppy as A and -t floppy Their is some fake sector reading then 😀 e.g. it reports okay instead of our usual fail Although this is stupid hack it works for almost every game 😀

Re: Directory c doesn't exist. HELP!

in DOSBox General
no if you installed dosbox there are 4 items in the startmenu of winXP one of them is called dosbox.conf and has the notepad item for it. if you click on that and look at the bottom of the newly opened file there is your [autoexec] Please keep on posting as It's a strange problem which should be …

Re: Directory c doesn't exist. HELP!

in DOSBox General
well it's weird. It seems that mount doesn't understand that c is the drive you want and not the to mount directory. try this put the mount command mount c c:\ in the [autoexec] of dosbox.conf (the other link in the start menu) [autoexec] mount c c:\ Maybe this will work. Else It's very special case …

Re: WordPerfect

You are right! Well the disabling of the progam launcher is a good thing. Dosbox it's support for weird ways of starting programing (using an launcher) isn't perfect. I don't see why disabling sound would help. But it's a start.

Re: games with num lock key

I'll post the current code :) #if 0 case 58:p_capslock=true;break; /* Caps Lock */ case 186:p_capslock=false;break; case 69:p_numlock=true;break; /* Num Lock */ case 197:p_numlock=false;break; case 70:p_scrolllock=true;break; /* Scroll Lock */ case 198:p_scrolllock=false;break; case 82:p_insert=true …

Re: Eight Ball Deluxe (1994 Pinball Game)

Yeah On a real pc the drawing of the screen is process that takes time. Dosbox draws the screen at once but keeps the virtical retrace active for the time the drawing takes on a real pc. (else many games mess up) So games wait for the virtical retrace wait half a period and change the pallet. or …

Re: Welcome to the Desert of the Real World

in Milliways
We're gettng there. Anyway. 3 other things : 1 the reply with quote and edit button at the upperright are really small. maybe increase their size or move them to the bottom ? 2 [DONE] please remove the emoticon related to : \ :\ because it's used unintentional a lot on this forum because of the …

Page 412 of 436