Sjoerd van der Berg
|
9f6a6bc5cf
|
New IO Functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1380
|
2003-10-27 13:19:19 +00:00 |
|
Sjoerd van der Berg
|
e92e17addd
|
New lazy flag header file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1377
|
2003-10-26 18:58:46 +00:00 |
|
Sjoerd van der Berg
|
94a38c265e
|
Fixed write functions returns values
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1370
|
2003-10-22 19:55:42 +00:00 |
|
Sjoerd van der Berg
|
1d7d80028e
|
add vga.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1369
|
2003-10-22 16:27:36 +00:00 |
|
Sjoerd van der Berg
|
80b885b36e
|
New paging related functions
Changes for hercules/cga/tandy support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1354
|
2003-10-22 14:26:07 +00:00 |
|
Sjoerd van der Berg
|
f634f27924
|
Changes for new paging/memory functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1353
|
2003-10-22 14:25:52 +00:00 |
|
Sjoerd van der Berg
|
a2948b3d58
|
New machine type variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1352
|
2003-10-22 14:21:49 +00:00 |
|
Ulf Wohlers
|
3a49d4acf2
|
added DOS_SetFileAttr : check if file is available, failure if cdrom, but no change of file attributes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1346
|
2003-10-17 16:56:38 +00:00 |
|
Sjoerd van der Berg
|
4fadb16b47
|
warning fix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1333
|
2003-10-14 23:31:12 +00:00 |
|
Sjoerd van der Berg
|
22643f6858
|
Removed errorlevel, always show exit error
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1326
|
2003-10-14 20:39:36 +00:00 |
|
Sjoerd van der Berg
|
3ce6494b9d
|
support for special blit scaler someday
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1322
|
2003-10-14 15:28:28 +00:00 |
|
Sjoerd van der Berg
|
02f0a367f8
|
New scaler names
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1321
|
2003-10-14 15:28:14 +00:00 |
|
Peter Veenstra
|
c36318f721
|
correct all unintentional changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1314
|
2003-10-14 08:38:36 +00:00 |
|
Ulf Wohlers
|
55591a56da
|
no message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1312
|
2003-10-13 19:44:47 +00:00 |
|
Ulf Wohlers
|
8100d28f82
|
Enabled multiple FindFirst/Next
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1304
|
2003-10-09 13:50:27 +00:00 |
|
Ulf Wohlers
|
da87c80cef
|
Drivecache: new FindFirst/FindNext methods, removed outputList, changed Bit16s types to Bits
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1260
|
2003-09-22 12:22:25 +00:00 |
|
Sjoerd van der Berg
|
ef53831d80
|
A NEWLINE
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1203
|
2003-08-24 14:43:15 +00:00 |
|
Peter Veenstra
|
d9c77e001c
|
fixed bug in drive_cache for win98
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1184
|
2003-08-13 14:46:15 +00:00 |
|
Ulf Wohlers
|
db97e36e58
|
Added reference counting for dos_files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1181
|
2003-08-11 11:50:30 +00:00 |
|
Ulf Wohlers
|
a1fe43c151
|
Debugger is activated via callback now
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1168
|
2003-07-27 20:20:40 +00:00 |
|
Sjoerd van der Berg
|
6be6e65e93
|
No big in segment structure anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1154
|
2003-07-26 10:34:49 +00:00 |
|
Sjoerd van der Berg
|
0cce18012d
|
Runqueu is now a bool, wether or not to stard cpu core.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1153
|
2003-07-26 10:34:18 +00:00 |
|
Sjoerd van der Berg
|
bafbf29f94
|
New handling of pmode related functions
Preperations for taskswitching/v86 mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1152
|
2003-07-26 10:33:37 +00:00 |
|
Ulf Wohlers
|
2daf8b32c7
|
Added MEM_AllocatedPages. Get amount of allocated pages of handle
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1148
|
2003-07-24 19:13:58 +00:00 |
|
Peter Veenstra
|
d61bdb0094
|
Added LONGTYPE => long long for different platforms
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1145
|
2003-07-24 12:39:59 +00:00 |
|
Ulf Wohlers
|
5d93540ca0
|
Added int 21 6c - Extended open
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1139
|
2003-07-21 09:38:35 +00:00 |
|
Sjoerd van der Berg
|
7c02953cfc
|
New direct mapping support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1134
|
2003-07-14 12:43:51 +00:00 |
|
Sjoerd van der Berg
|
4d4b0d6df2
|
Add paging.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1128
|
2003-07-14 08:54:32 +00:00 |
|
Sjoerd van der Berg
|
695d8e91d4
|
New headers and changes for new paging support.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1112
|
2003-07-14 08:16:04 +00:00 |
|
Sjoerd van der Berg
|
2174ca5c3b
|
LOG_PAGING target.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1111
|
2003-07-14 08:13:26 +00:00 |
|
Sjoerd van der Berg
|
15bdfcb09c
|
CB_BASE defined
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1110
|
2003-07-14 08:12:53 +00:00 |
|
Sjoerd van der Berg
|
3d2607e514
|
tada a newline at the end
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1108
|
2003-07-10 12:35:53 +00:00 |
|
Sjoerd van der Berg
|
a8a7d4ed98
|
Update logging with some new targets for better compling without debugging
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1099
|
2003-07-08 17:11:04 +00:00 |
|
Sjoerd van der Berg
|
c184fbd2a0
|
Fix some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1090
|
2003-07-06 15:30:21 +00:00 |
|
Sjoerd van der Berg
|
cbd33bfa95
|
Removed lazy flag stuff
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1085
|
2003-07-06 13:08:18 +00:00 |
|
Sjoerd van der Berg
|
2b61bd2759
|
Initial version of modem and serial port
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1084
|
2003-07-06 13:07:16 +00:00 |
|
Ulf Wohlers
|
bd1512749f
|
Made CPU_Push/Pop accessable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1081
|
2003-07-05 14:05:39 +00:00 |
|
Ulf Wohlers
|
3b0f6bfda8
|
Added CALLBACK_SetupAt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1080
|
2003-07-05 14:05:05 +00:00 |
|
Sjoerd van der Berg
|
b222a9576a
|
Warning clean up
Removing some old unused routines
Addind some newlines after some files.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1077
|
2003-06-19 17:12:50 +00:00 |
|
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 |
|