-
qbix79 committed revision 3496 to the DOSBox DOS Emulator SVN repository, changing 1 files.
2009-11-09 15:49:20 UTC by qbix79
-
thanks for the report.
I've set it to fixed and closed.
2009-11-08 17:26:18 UTC by qbix79
-
That fixed it, thanks!
2009-11-08 16:49:23 UTC by mthreepwood
-
I made a mistake with placing the table over the interrupt table. I commited a fix. I am not sure if it fixes win3.1 though.
2009-11-08 09:00:20 UTC by qbix79
-
qbix79 committed revision 3495 to the DOSBox DOS Emulator SVN repository, changing 1 files.
2009-11-08 08:52:14 UTC by qbix79
-
Hi,
as the Bitu and Bits types are 64 bits wide on 64 bit architectures, the %d, %u or %x format specifiers aren't appropriate for them. The attached patch adds the 'l' prefix to printf and scanf formats where needed, so the format strings are valid for both 32 and 64 bit architectures.
2009-11-07 14:07:02 UTC by makovick
-
qbix79 committed revision 3494 to the DOSBox DOS Emulator SVN repository, changing 2 files.
2009-11-06 14:00:13 UTC by qbix79
-
qbix79 committed revision 3493 to the DOSBox DOS Emulator SVN repository, changing 1 files.
2009-11-06 13:54:58 UTC by qbix79
-
harekiet committed revision 3492 to the DOSBox DOS Emulator SVN repository, changing 1 files.
2009-11-06 13:43:48 UTC by harekiet
-
Under the current CVS/SVN, Windows 3.11 will just hang at the Windows splash screen. I traced it to r3488 (under SVN), with the log of "Add very simple and not entirely correct upcase table. Makes doswin32 happy.".
2009-11-04 22:30:26 UTC by mthreepwood