VOGONS

Common searches


Search results

Display options

Re: Patch for CON to handle DBCS characters

I assume that some strings are repeated and max code was wrong in keyboard.cpp I deleted three lines and changed code number 61 to 58. Can you test dosbox.exe that I attached, cyberwalker? :) (I found that f11/f12 keys really do work in MdirIII app under my build) This build worked as expected. I …

Re: Patch for CON to handle DBCS characters

Check this patch that moe modified. http://garni.ch/~jwalt/intlkey.diff does the file sdl_mapper.cpp affect the operation of f11/f12 keys working in dos apps? I think applying this patch should be ok. It seems keyboard.cpp patched with intlkey.diff in your last post changed the behavior of keyboard …

Re: Patch for CON to handle DBCS characters

I didn't add the keys ('/','*','+' and '-' on keypad) that will be recevied by DOS apps. But F11/F12 keys are not working? I thought that I properly applied it. It was difficult for me to combine three files with a patch file below. keyb.patch, qemukeyboard.cpp, and bios_keyboard.cpp Check the …

Re: Patch for CON to handle DBCS characters

ykhwong wrote: Why don't you make a patch by typing 'diff -urN A(previous) B(changed) < filename'? It can be an easy way to check the changes or apply the patch. ykhwong, I tested your recent build and found no F11/F12 patch applied. The information on your english page requires correcting.

Re: Patch for CON to handle DBCS characters

Why don't you make a patch by typing 'diff -urN A(previous) B(changed) < filename'? It can be an easy way to check the changes or apply the patch. I had thought a complete code was good for users not to use CVS tools and users could generate *.diff on their own. However *.diff files added. Thank …

Re: Patch for CON to handle DBCS characters

It looks quite complex. Can't you just call interrupt 29 ? (which in turns calls intt10 ?) or does it lack some "intelligence" in dealing with certain characters/postioning elements. Not sure though. maybe int29 should have the ansi parsing and not the con device. well details :) Maybe you are …

Enable CON to handle DBCS characters

The console (CON) is supposed to use Int 10H to display characters, but actually it bypassed for speed. So new Int 10H handler will not take effect on CON while hook on Int 16H will. This behavior will prevent applications from using their own 10H to display far east DBCS characters (Chinese/Korea/ …

Re: Windows 3.1 in 256 colours

The latest CVS build includes almost complete The driver needed is S3 864 version 1.41B5 and its available from an archive named 864141b5.zip . You should be able to get it here: http://www.winsite.com/bin/Info?4009 The only two tested (and the only modes that should work) modes are 640x480 with …

Page 2 of 3