VOGONS

Common searches


Search results

Display options

Cyril cyberpunk level editor

in Milliways
When quiting the Shareware version of Cyril Cyberpunk it is said that the registered (full version) has a level editor as you can see in the screenshot: https://i.ibb.co/9w5qztZ/CC-level-editor.png I have searched a lot in Google and downloaded several versions and anyone contains a level editor. …

Macadam bumper: how i get mouse?

Hi, Macadam bumper uses mouse, when game starts it lets you select only COM1 or COM2. I edited Dosbox options and tried: serial1=directserial realport:com1 and: serial1=directserial realport:com2 but i cannot get it work. My mouse is USB. Any ideas?

Re: DosBox 0.74 crashes

Using the last Nighlty build (r4000) makes Game Wizard not to block! Looks like it was fixed in: 2011-04-19 19:46 c2woody * [r3696] src/hardware/sblaster.cpp: fix sb halt/continue sequence when no transfer in progress (thanks to tcostin, fixes some GameWizard crash) But there is a problem still …

DosBox 0.74 crashes

I execute Game Wizard 3.0a (game cheater) in my Dosbox 0.74 doing: gw /x [code]Game Wizard 32 Pro v3.0a (c) Copyright 1996 by Ray Hsu & Gerald Ryckman. Licensed to: Enhanced Software Design Inc. P.O. Box 92241 Scarborough, ON Canada M1W 3Y9 Phone No. (416)492-0157 BBS No. (416)497-8337 Usage: GW [ …

Re: Extract VGA palette from RAM

It's nowhere in memory to be dumped. You can read it out of the VGA DAC registers (port 0x3c7 is read index, port 0x3c9 is data), but if you're only interested in the default palette then you can get that from the DOSBox source code: vga_palette[] array in int10_modes.cpp Thanks ripsaw8080 for your …

Extract VGA palette from RAM

I have a game that does this (assembler code) to set the video mode: mov ah,00 (set video mode) mov al,13h (VGA, 320x200, 256 colors) INT 10 I want to extract the palette. I know i can use Dosbox to save a .PNG with palette inside, but this palette it is not the original because in VGA, each …

Short question

Only a short question: how Dosbox detects the language of the keyboard? Looking at the operating system what is the current one? Or there is some kind of hardware detection or a code inside the keyboard that indicates this? Thanks

Re: PDCurses for SDL

the debugger is displayed over the main DOSBox window, perhaps because SDL 1.2.x can only manage one output surface. So it seems the SDL variant of PDCurses is not going to be useful here. Incoming SDL 2.0 can manage multiple output surfaces. What is the advantage using PDCurses library on Dosbox? …

Glidos Carmageddon fix

On Glidos Carmageddon webpage: http://www.glidos.net/carma.html?lang=en It is written: My appologies: for some reason or other, Glidos freezes on at least two levels of Carmageddon . Until I can fix this, you will have to play those levels in software mode. Please be aware of this if you are …

Page 1 of 4