VOGONS

Common searches


Search results

Display options

Re: Keymapper help.

in DOSBox General
You don't remap characters but raw keys. On the us keyboard the : is on the same key as the ; so hitting shift-; should give the : See the readme for non-us keyboard layout usage.

Re: Experimental VGA patch

in DOSBox Patches
Yep fine thing (though it looks a bit slow 😀 did you measure the impact) and nice screenshots! Kellogs comes to my mind, uses pel mask changing to draw some part of the screen blue (water level).

Re: Screamer 1 Setup.exe problems

in DOS
Try setting core=normal in dosbox.conf, use loadfix before starting setup.exe and things like that. Also be sure you keep the exact mounting.

Re: Adlib/FM emulation: I want it too!

For your way around in dosbox: have a look at adlib.cpp, function OPL_Write(). This handles writes to 0x388/0x389, they'll finally arrive at function OPLWriteReg() (fmopl.c) or OPL3WriteReg() (ymf262.c). Both functions control the state of the synthesis. Then look at OPL_CallBack() in adlib.cpp, …

Page 318 of 445