VOGONS

Common searches


Search results

Display options

Re: Using arrow keys to emulate keypad/joystick?

the C64 joystick is [...] a digital joystick that registers movement in four directions. The standard PC joystick is analog and operates very differently. While that is true, many PC games, especially early games that aren't flight simulators or similar stuff, don't need the "analogness" of the …

Re: Acessing Parallel port using Dosbox

Or a new EPROM burner. ;-) Generally, most desktop machines still allow installing DOS, or at least copying a working installation from another machine. Unless they use EFI instead of BIOS, or the graphics card is not VGA compatible, it should work. I've had good success with the DOS that's built …

Re: Building/Compiling DOSBOX Question

I can only support what bloodbat has said: There was a time when I wouldn't have touched a Microsoft product even with a pair of pincers, but their newer compilers are quite good as regards performace of the compiled code, they beat even GCC 4.5 which is already quite a bit better than older GCC …

Re: Building/Compiling DOSBOX Question

Personally I got executables of DOSBox that were faster than the standard downloadable version when using VC++ Express 2010 and tweaking all the optimization options. The 2010 compiler produces noticeably faster executables than the 2008. The difference is more pronounced when using the interpretive …

Re: Embed DOS program in DOSBOX install

It's quite possible to compile DOSBox with all the libraries, except standard Windows libraries, linked into the executable. Look at the sdl-static project on Google Code, for example, for static versions of SDL & Co. Also you can turn off some things that require external libraries while linking …

Re: What is the name of the DOSBox 0.74 exe?

It freezes when I (believe) I click things too quickly for my Intel 3 GHz cpu. By the way, this sounds quite unlikely. XP shouldn't ever crash because of CPU speed unless you have a real dog slow CPU (I mean well below 100 MHz or so) and I don't think you can even install it if your CPU is really …

Re: PC speaker problem

Playing complex sounds (i.e. anything other than simple "beep"s) through the real PC speaker is next to impossible in a normal modern multi-tasking OS such as Windows XP, since unlike sound cards, the speaker has no hardware data buffer and thus is extremely timing sensitive. Access the real …

Re: BIOS INT14 error

Well, *most* DOS programs with mouse support access the mouse through the standard INT33 mouse driver interface of DOS, which is the same no matter what kind of mouse (USB, PS/2, serial, bus mouse) there is. This driver interface is what's created by loading the MOUSE.SYS or MOUSE.COM program in the …

Re: BIOS INT14 error

Instead of DOS 6.22, you could also use Windows 98SE, which contains a full featured DOS 7.1 inside it, in case you still have a 98SE CD around somewhere. In fact you can disable the loading of the Windows GUI in 98SE and use it as a "better DOS than DOS". Your IT people will be able to do that for …

Re: command.com

copy command.com to c:\jtdata I forgot to inform you: windows 7 64-bit version seems not to accept /use command.com (I have a command.com from vista copied to my new windows 7 pc. Is there a command.com somewhere in windows 7 (I can't find it). Just copy the DOSBox built-in "command com" file from …

Re: DOSBox BIOS Font

If you're interested I've got a patch that makes the fonts look like those from a real IBM VGA card (except there's still no 9x14 and 9x16 specific character shapes for vgaonly mode, only the 8x14 and 8x16 shapes). IMHO they do look slightly better, e.g. if you type "MMMMMM" the M's won't stick …

Re: Type |more not working

You can use any real DOS directory you want if you need MORE and other real DOS commands to be available, I believe. Certainly MS-DOS version 5.0 and newer should work. Personally I use the one from Windows 98SE. Just mount the directory into any normal drive (i.e. not Z:) and set your PATH …

Re: 5.25 floppy

And you have to set up BIOS according to your DRIVE type - not according to the type of DISK. So with a 1.2MB drive you set your BIOS to 1.2MB, even if you want to use a 360K disk. Otherwise 1.2MB drives are compatible with 360K disks as long as you only use them to READ the disk. WRITING can give …

Page 3 of 20