VOGONS

Common searches


Search results

Display options

Re: Dosbox and Fluidsynth on OS X

Good find. I suspect that if you don't write midiconfig=1 at all it will still work, or does it default to 0? I'd really like to know ;) Much easier would be for dosbox to implement fluidsynth directly and have a config option for it where you enter the soundfont path (Exult does that) Edit: I have …

Re: Dosbox and Devcpp

I would ask in a Dev-CPP forum or mailing list, you probably need to set up additional stuff for compiling Dosbox with it. BUT as Qbix said you also need the libs Dosbox depends upon: SDL, SDL_sound, libpng, SDL_net... (and those might need additional stuff) OR try installing Mingw+Msys to get a …

Re: OS X keyboard troubles and solutions

Those work. SDLK_F16 and upwards are not declared (or whatever the right word word is) in SDL, only up to F15. However I found that Dolphin (Gamecube emulator) does something to declare it with Copy code to clipboard 1 SDLK_F16 = SDL_SCANCODE_TO_KEYCODE(SDL_SCANCODE_F16), Don't know if anything can …

Re: OS X keyboard troubles and solutions

F12 does unpause, F16 does not compile. sdlmain.cpp: In function ‘void PauseDOSBox(bool)’: sdlmain.cpp:267: error: ‘SDLK_F16’ was not declared in this scope sdlmain.cpp: In function ‘void show_warning(const char*)’: sdlmain.cpp:1533: warning: format not a string literal and no format arguments make …

Re: OS X keyboard troubles and solutions

On the apple keyboard, f13 is NOT print screen. At least not as SDL and Dosbox mapper recognizes. As I wrote in the first post F14 is Print Screen F15 is Scroll lock F16 is Pause (and F13 is recognized as F13 in the mapper) On the Logitech with Logitech drivers the behaviour and layout was F12 Eject …

Re: OS X keyboard troubles and solutions

If you need to press a key combination already captured by Mac OS X, additionally press the Fn key (bottom left), if available. Unfortunately this is not entirely true. Because the (today) standard Apple keyboard has the F-keys mapped twice. Special functions like decrease/increase brightness (F1/ …

OS X keyboard troubles and solutions

This may be also good for the guide section or the WIKI (when I have time I'll submit this to the Wiki, I guess). I've had some problems with my keyboard and OS X, some Dosbox keycombinations would not work regardless of what I did. After many investigations with the help of Rhoenie and Tryton ( …

Re: DosBox on the iPhone / iPad

Not sure how 'popular' you reckon it is, but if anyone is having the same luck I'm having with it (read: tapdancing fingers on the screen over and over again to get even one function to work) then I'm willing to bet it's not that much. Works fine for me on the ipad. You have to enable touchmode, …

Re: Location of .conf file in version .73

This was working fine on XP where everyone and their mom were running everything as admin. Since Vista and W7 Microsoft finally took a more secure approach. It's no longer working for the default user installing Dosbox with the default settings. So to make it work for normal users this had to be …

Re: DOSBox will not enter fullscreen with ALT+Enter

(we're having bad stuff happening to us on the Exult site as well, with our code not being entirely compatible to SDL and newer graphics drivers) Just for the heck of it change in your dosbox.conf: windowresolution=800x600 And then try again. It's a longshot and aims at the problems we are having in …

Page 320 of 406