1
0
Fork 0
Commit graph

1111 commits

Author SHA1 Message Date
Ulf Wohlers
e18eebf29d Dont dublicate handles in psp when filetable is copied
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1041
2003-06-05 09:52:13 +00:00
Sjoerd van der Berg
40a4d72267 Some more 0x0f prefixed instructions related to protected mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1040
2003-06-03 18:06:53 +00:00
Sjoerd van der Berg
f6e003c808 Disasble built in dpmi host for now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1039
2003-06-02 21:24:03 +00:00
Sjoerd van der Berg
a8132aee39 Cleaned up a load of comments.
Support for pmode related instructions to switch to other core.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1038
2003-06-02 21:22:34 +00:00
Sjoerd van der Berg
f92993a121 add IN EAX,DX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1037
2003-06-02 21:22:01 +00:00
Sjoerd van der Berg
0682de08be Fix flags for AAM and AAD
Don't check for nonsense rotates, since they do change the flags.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1036
2003-06-02 21:20:17 +00:00
Sjoerd van der Berg
74c8142695 parity table isn't static anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1035
2003-06-02 21:19:08 +00:00
Sjoerd van der Berg
1169165d7f Allow switching of cpu cores through certain instructions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1034
2003-06-02 21:18:38 +00:00
Sjoerd van der Berg
81e9ba2cdf Added some functions for acessing values in an endian safe way.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1033
2003-06-02 21:08:31 +00:00
Sjoerd van der Berg
9b64906560 Add definition of parity table
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1032
2003-06-02 21:05:18 +00:00
Sjoerd van der Berg
a6c8016499 Add default defines for environ being supported in visual c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1031
2003-06-01 21:40:44 +00:00
Peter Veenstra
66d0d1648b tiny little error in fsincos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1030
2003-06-01 16:18:47 +00:00
Peter Veenstra
3afdb23daf fpu init
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1029
2003-06-01 14:52:20 +00:00
Peter Veenstra
3a059c870b fpu updated
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1028
2003-06-01 14:51:26 +00:00
Ulf Wohlers
57e3c31efb Removed Open/Close from functions for speedup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1027
2003-05-31 21:09:04 +00:00
Ulf Wohlers
7b909131e0 drive number fix ('and' it with 0xff)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1026
2003-05-31 21:08:36 +00:00
Ulf Wohlers
68b6e04b5e fixed bug with msf handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1025
2003-05-31 16:39:27 +00:00
Peter Veenstra
1aa183e96b fixed bug in INT10_SCROLLWINDOW
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1024
2003-05-29 08:53:21 +00:00
Peter Veenstra
1471f0d319 finished esc 3: group 4
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1023
2003-05-27 20:12:34 +00:00
Peter Veenstra
b6501b0332 some more warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1022
2003-05-27 19:39:26 +00:00
Peter Veenstra
0824f2e456 fixed logging system.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1021
2003-05-27 19:38:56 +00:00
Sjoerd van der Berg
b81081ed2b New FPU opcode handling layout
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1020
2003-05-27 12:09:03 +00:00
Sjoerd van der Berg
2667e412a2 FPU can be enabled/disasbled through C_FPU define.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1019
2003-05-27 12:07:46 +00:00
Sjoerd van der Berg
6295928842 Added support to call the FPU opcode handlers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1018
2003-05-27 12:00:38 +00:00
Sjoerd van der Berg
a5075ffa25 Added OUTSD
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1017
2003-05-27 12:00:14 +00:00
Sjoerd van der Berg
9165867fa7 added fpu.h include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1016
2003-05-27 11:59:21 +00:00
Sjoerd van der Berg
3ca547643c Removed helper for fpu instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1015
2003-05-27 11:58:46 +00:00
Sjoerd van der Berg
999c5b36ec Added helper for fpu instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1014
2003-05-27 11:58:32 +00:00
Sjoerd van der Berg
e4249f1006 Changes for environ detection
Added special part handler for direct blitting.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1013
2003-05-21 08:34:23 +00:00
Sjoerd van der Berg
e70b82aa64 Extra tests for environ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1012
2003-05-21 08:31:48 +00:00
Sjoerd van der Berg
12f1965cb4 Update log messages to be warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1011
2003-05-20 15:44:21 +00:00
Peter Veenstra
d1444fe09a added down patch from Guillaume Serre
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1010
2003-05-15 10:14:27 +00:00
Sjoerd van der Berg
2824c18908 Someone in a warning cleansing frenzy changed some critical values.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1009
2003-05-12 10:34:32 +00:00
Peter Veenstra
27d7b02a31 Added patches from Guillaume Serre and Justin. Changed copy to strip *.* from target
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1008
2003-05-12 09:19:55 +00:00
Peter Veenstra
f64cceafdf added const to some char* and some other changes to get it compiling under gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1007
2003-05-11 19:51:31 +00:00
Peter Veenstra
60292fb70f fixed ambiguos call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1006
2003-05-11 17:48:01 +00:00
Peter Veenstra
75caa32ce0 removed the 0, from all debug_showmsg calls.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1005
2003-05-11 17:25:17 +00:00
Ulf Wohlers
91a11bffcf Fixed bug in returning disc label
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1004
2003-05-11 16:50:21 +00:00
Sjoerd van der Berg
4dc60a22db Log types no longer have :
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1003
2003-05-11 14:55:21 +00:00
Sjoerd van der Berg
e139c8f9cb newline at end of file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1002
2003-05-11 10:19:26 +00:00
Sjoerd van der Berg
6b178aefa9 Removed S_Warn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1001
2003-05-11 10:18:32 +00:00
Sjoerd van der Berg
bcfeb64413 newline at the end
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1000
2003-05-11 10:17:58 +00:00
Sjoerd van der Berg
9ac410383d Clear out DEBUG_ShowMsg define
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@999
2003-05-11 10:16:09 +00:00
Sjoerd van der Berg
b48f2de04d Updated for new logging system.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@998
2003-05-11 10:08:35 +00:00
Sjoerd van der Berg
8b644202c2 Add warning when FPU opcodes are used
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@997
2003-05-07 11:00:34 +00:00
Sjoerd van der Berg
62a2b2b34e Added better timer flag support when not running in a periodic timer mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@996
2003-05-06 07:44:20 +00:00
Sjoerd van der Berg
83a044b472 New logging mesages for IO
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@995
2003-05-06 07:43:01 +00:00
Sjoerd van der Berg
bd04952878 Updated GFX_ShowMsg to use variable arguments
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@994
2003-05-06 07:35:44 +00:00
Sjoerd van der Berg
830a9f81e9 New logging target LOG_IO
Changed handling of logging without C_DEBUG


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@993
2003-05-06 07:31:38 +00:00
Sjoerd van der Berg
05fcec5b12 Cleaned up some more logging functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@992
2003-05-06 07:25:58 +00:00