VOGONS

Common searches


Search results

Display options

Re: How do i run dosbox on OSX ?

in DOSBox General
hmm what did you download ? We don't provide macosX bineries as we don't have it. We just link to them try asking around at the download place how to use the download. When you are able to startup dosbox feel free to ask again. but it seems that you haven't handled the archive correctly but 22 mb …

Re: Massive keyboard state problems

in DOSBox General
I downloaded the kbd.c Unfortunately i don't have a spare pc to do it on ( and I run linux so no dos prompt) pause and numlock (all the lock actually) are unhandled evens in dosbox and probably lock up the application as the scancode set returned by dosbox in those cases isn't very game friendly :) …

Re: DOSBOX doesn't work with umlauts (in files!)!

what basicly is written there: if character doesn't exist in that table so not a normal character like abcdefghi.... or a number or one of the special characters listed in that case '\\': case '$' : ..................... then dosbox reports "path_not _found /illegal character in name". and the game …

Re: DOSBOX doesn't work with umlauts (in files!)!

this is the routine that makes file_names for the functions inside dosbox (e.g. the openfile commands from dos) while (name[r]!=0 && (r ='a') && (c<='z')) {upname[w++]=c-32;continue;} if ((c>='A') && (c<='Z')) {upname[w++]=c;continue;} if ((c>='0') && (c<='9')) {upname[w++]=c;continue;} switch (c) { …

Page 390 of 436