VOGONS

Common searches


Search results

Display options

Re: german keyboard

@wd: Using this code in sdl_mapper.cpp, ... void MAPPER_CheckEvent(SDL_Event * event) { if (event->type==SDL_KEYDOWN || event->type==SDL_KEYUP) { Bitu key=(Bitu)event->key.keysym.sym; LOG_MSG("keycode: %x",key); } for (CBindGroup_it it=bindgroups.begin();it!=bindgroups.end();it++) { if ((*it)-> …

Re: german keyboard

One of my computers has this problem too. They have the same operating system (W2kSP4), same language, same dosbox.exe. But only on that one computer the keys are messed up. Must be something I've installed...

Re: Direct serial port working

I assume you set the baudrate in dosbox.conf ? The layout has been changed: [bios] serial1=directserial realport:com1 startbps:1200 parity:e bytesize:8 stopbits:1 irq:4 serial2=modem listenport:23 startbps: ... serial3=dummy startbps: ... serial4=disabled is the full amount of options specified.

Re: Direct serial port working

You could give http://www.digsys.se/adf.html another try - that link works for me. The file is http://www.digsys.se/cgi-bin/download.pl/adf_150.zip . Edit: Oh sorry - now I realized that you are looking for msvc*71 d .dll, not msvc*71.dll. I wonder what went wrong there... Anyway rename the …

Page 196 of 198