VOGONS

Common searches


Search results

Display options

Re: Dosbox Joystick to Keyboard Mappings Help

Sorry, I just think it's the slow downs in the ARM emulation on the gp2x I think I looked at the completed code of the sb16 and noticed it was not fully done according to the status page. I was a bit tipsy when I posted as well so my code debuggin skills was not the best at the time. and when I …

Re: Dosbox Joystick to Keyboard Mappings Help

Yeah my dev time on that would be a lot of time I guess, Getting this working with a hacked version ain't bad though. Just been playing tyrian, it's working really nice and I can see a few speedups as well when theres a lot on the screen it does not slow down as much as 0.65 I did notice 0.65 with …

Re: Dosbox Joystick to Keyboard Mappings Help

You are a hero, I've fixed it with your help. Sorry since you where not here to reply I kept working on it and I can tell you now, the keyboard hack is back working as long as we don't enable joystick lol enable joystick and dosbox seems to like it but has no mapper to work with so I'll stick with …

Re: Dosbox Joystick to Keyboard Mappings Help

(I'm getting closer :) ) Ok I commented out the POLLING options and re-added the hack. My telnet log is showing this... SDL_GP2X: CreateDevice SDL_GP2X: VideoInit SDL_GP2X: Physical screen = 320x240 (ilace = 0) SDL_GP2X: Looking for a mouse SDL_GP2X: No mice found SDL_GP2X: Creating cursor 16x16 SDL …

Re: Dosbox Joystick to Keyboard Mappings Help

Cheers, If I comment that joystick polling out. and put the hack back in and tell the config file to have joystick = none it should skip the joystick detection all together? as i could see that working. the hack sits in the sdl_main file and basically monitors the JOYBUTTONS and then converts them ( …

Re: Dosbox Joystick to Keyboard Mappings Help

lol yeah 100% way to stop crashing ;) Thank you for the list of the functions, it will come in handy later tonight when i recompile it again My initial tests nothing is coming back to console. when hitting buttons (I'm just firing off a MSG_LOG("something was pressed")) right after the case for SDL_ …

Re: Dosbox Joystick to Keyboard Mappings Help

Nothing gets produced when hitting any of the buttons on the joystick. I'll put that log message in, which file is it in? (I'm looking now though) Also I'm not too sure of the SDL used with I've used SDL joystick in previous projects before and thats always worked (as it's the gp2x's default input) …

Re: Dosbox Joystick to Keyboard Mappings Help

Starting the mapper is a little bit of a problem on the handheld, as the handheld has no mouse / keyboard :( and it crashed when trying to start, I'll work on getting the mapper program recompiled to work on the gp2x though. But anyone who has a joystick working with keys that would post a working …

Dosbox Joystick to Keyboard Mappings Help

Hi All, I'm porting the current version of Dosbox over to the gp2x linux handheld (version 0.70) I'm just wanting some info to get a Joystick mapped to keyboard keys in the mapper.txt The joystick in Dosbox is detected as "Using joystick PEP Joy with 0 axes and 19 buttons" Don't worry thats the …

Page 1 of 1