1
0
Fork 0
Commit graph

686 commits

Author SHA1 Message Date
Sjoerd van der Berg
d5231d4351 Fix for Big Endian writing of variables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1076
2003-06-19 15:36:08 +00:00
Sjoerd van der Berg
1b4b7cb77b New function to be called when videomode changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1059
2003-06-15 19:34:33 +00:00
Sjoerd van der Berg
34eb272f95 Changed memory limits
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1056
2003-06-14 11:42:45 +00:00
Sjoerd van der Berg
5794ebcb0e Added HLT instruction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1053
2003-06-14 07:24:17 +00:00
Sjoerd van der Berg
a1f892935e Added buffers to DosInfoBlock
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1049
2003-06-10 11:42:23 +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
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
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
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
Peter Veenstra
a336b5d7cc added logging.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@986
2003-05-04 19:09:16 +00:00
Peter Veenstra
5bc559f1c4 included local cross.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@985
2003-05-04 19:03:28 +00:00
Peter Veenstra
100f13016e added support for the don't inheritance flag and changed the psp routines to use this flag
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@980
2003-05-02 10:54:31 +00:00
Sjoerd van der Berg
6c525534ed FLAG_VM was pointing at wrong bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@978
2003-05-01 18:09:23 +00:00
Sjoerd van der Berg
82c7fc4021 Added VERR and VERW
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@977
2003-05-01 18:08:57 +00:00
Sjoerd van der Berg
52243ceaa4 Added total memory size call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@966
2003-04-27 07:07:30 +00:00
Sjoerd van der Berg
f04d776aa9 Fix for selectors always coming from GDT
Removed save function from Descriptor.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@959
2003-04-23 19:22:28 +00:00
Ulf Wohlers
336e693b61 Added support for reading volume labels
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@957
2003-04-23 12:07:53 +00:00
Sjoerd van der Berg
4916b5fb6c Place #ifdef's around MSVC #pragma's
Rewrite some signed/unsigned unions to use casts.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@956
2003-04-23 07:33:06 +00:00
Sjoerd van der Berg
60e058ca76 Some more protected mode opcodes added.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@946
2003-04-20 10:40:13 +00:00
Sjoerd van der Berg
2639d29db8 CPUID Instruction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@936
2003-04-16 16:34:37 +00:00
Sjoerd van der Berg
407b886a3b Changes for new flags
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@914
2003-04-13 18:30:58 +00:00
Sjoerd van der Berg
16904a20b3 A20 line enabling and status functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@913
2003-04-13 18:29:42 +00:00
Sjoerd van der Berg
2821b22b1e Changes for protected support someday.
Changes to flag handling
Changes to some structures and classes.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@912
2003-04-13 18:29:15 +00:00
Sjoerd van der Berg
d4d1d72f6a Some prelimenary changes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@892
2003-04-08 18:54:17 +00:00
Sjoerd van der Berg
9fbf3c7b60 Remove dependency for cpu.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@891
2003-04-08 18:50:26 +00:00
Sjoerd van der Berg
ddd427f40f Updates for new Segment structure
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@890
2003-04-08 18:48:16 +00:00
Sjoerd van der Berg
6ae8549b9e Special inline memory read/write handlers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@876
2003-04-06 11:07:19 +00:00
Ulf Wohlers
140a8d3238 fixed bug in Descriptor::Load/SaveValues
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@873
2003-04-06 10:41:52 +00:00
Ulf Wohlers
e2e143a846 Added Descriptor/table classes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@872
2003-04-06 10:25:07 +00:00
Sjoerd van der Berg
6fcd5cc659 Changes for flag layout and some new support #defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@862
2003-04-02 15:33:47 +00:00
Sjoerd van der Berg
2f3689cd7e Change Segment order
Some new defines for register indexes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@861
2003-04-02 15:31:06 +00:00
Sjoerd van der Berg
3c9284193e Changes for new pc-speaker effects.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@849
2003-03-30 22:53:08 +00:00
Ulf Wohlers
c6bedc3bdf remove DIR* from No_Drive_Cache to avoid macro redefinitions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@838
2003-03-29 20:17:24 +00:00
Ulf Wohlers
f1227be179 moved drive cache to dos_system.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@836
2003-03-29 17:14:59 +00:00
Sjoerd van der Berg
21306420c0 Removed dosbox_datadir.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@830
2003-03-28 23:41:34 +00:00
Sjoerd van der Berg
4922e42ab1 Allow environment strings to change config settings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@789
2003-03-24 11:25:13 +00:00
Sjoerd van der Berg
860af6c52f Add new render screen flag for screen shadowing for unaligned renders.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@778
2003-03-19 22:37:19 +00:00
Sjoerd van der Berg
86bcde167e settings.h be gone
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@740
2003-03-10 16:38:49 +00:00
Sjoerd van der Berg
be041e7296 New render operation for screenshots.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@729
2003-03-09 18:23:57 +00:00
Ulf Wohlers
8b2daec2b8 Added virtual func SetDir in class DOS_Drive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@720
2003-03-06 13:38:13 +00:00
Sjoerd van der Berg
60c35559f9 Ascii foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@703
2003-03-02 21:42:43 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Ulf Wohlers
8e1c9a736b Added funcs to get joystick values
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@690
2003-02-24 16:29:10 +00:00
Sjoerd van der Berg
100f507154 New dma function parameters and callback function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@682
2003-02-22 12:12:52 +00:00
Ulf Wohlers
412d91902a Added DOS_PSP::FindEntryByHandle
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@669
2003-02-16 14:51:17 +00:00
Ulf Wohlers
8fd7014110 Save name and state in DOS_FILE and derived classes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@668
2003-02-16 14:50:42 +00:00
Ulf Wohlers
44e7e65ab5 Added Int 21/67: Set file handle count
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@665
2003-02-14 22:16:19 +00:00
Ulf Wohlers
50385d3c05 Added custom DTA member dirID for multiple findfirst/findnext functionality.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@663
2003-02-13 23:32:00 +00:00