VOGONS

Common searches


Search results

Display options

Re: Munt Reloaded - Development

Couldn't the dosbox patch do that before starting a executable from the shell? There are several scenarios preventing to do this like: - the game loads Sysex's and then starts another executable / overlay to continue - you load Sysex's within a program before starting MIDI player - etc. A new shell …

DOSBox ported to Google Native Client.

DOSBox has been ported to the Google Native Client (a browser plugin that allows to run x86 code loaded from the web in a secure sandbox). http://www.naclbox.com/ You must use Chrome 11 and enable NaCl in the about:flags tab. It works fine, but I couldn't find the source code of the port.

The DirectDraw Hack

The DirectDraw Hack is a DirectDraw to OpenGL wrapper, that allows to play (the Win version of) some games in modern Windows systems. It was developed for Wing Comander 1, 2, 3 and 4, and has not been tested with other games.

Re: About the forums - Design flaw!

in Milliways
For spam filtering, just set up a gmail account with a filter to forward everything to your main address. It works extremely well (around 1 spam message/month, and my address is public (usenet posts, etc...)). The only false positive are forum confirmation emails :D... But that's not relevant for a …

Re: New year's clean-out

in Milliways
- 486 Mainboard with 486DX2/66 CPU + 20 MB RAM, AMI BIOS, board only. (7,50 euros) - SIIG Multi-IO Enhanced EIDE controllercard ISA, boxed with all contents. (12,50 euros) Or perhaps this one? - SIDE jr. Plus Multi I/O controller Vesa Local Bus, card only. (5 euros) I cant find precise info about it …

Re: dosbox color bug

The palette in 8bit mode is a table that maps values from 0 to 255 to RGB values. You can map lime green or purple or black to 0, 1, etc... When you work in a higher color mode (16 or 24 bit), 8bit pictures with different palettes can be displayed, because the redering mode supports a wide array of …

Re: Executing DosBox "silently" in background?

The following ahk script launches DOSBox and minimizes it. It needs to be in the DOSBox folder, or you can optionally use the SetWorkingDir option. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior …

Re: Executing DosBox "silently" in background?

My method doesn't actually work... I think I got it to work the first time I tested it, but I cant reproduce it anymore, and I'm starting to think that I hid the DOSBox window under another one by accident... or it is perhaps timing sensitive, and I got it to work out of luck the first time... But …

Page 3 of 17