1
0
Fork 0
Commit graph

3437 commits

Author SHA1 Message Date
Sjoerd van der Berg
151246d909 New memory functions and force dup function added.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@164
2002-08-19 12:46:12 +00:00
Sjoerd van der Berg
31cb583329 New segment and new force duplicate file handle function.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@163
2002-08-19 12:40:32 +00:00
Sjoerd van der Berg
59b55b0576 New paramblock class and the wip of psp.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@162
2002-08-19 12:39:27 +00:00
Sjoerd van der Berg
d30a5b8a39 New segments.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@161
2002-08-19 12:37:51 +00:00
Sjoerd van der Berg
8c2ba5ad63 Cleaned up some old #defines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@160
2002-08-19 12:37:37 +00:00
Sjoerd van der Berg
77f4c055de New segments and removed setsegemnt16 function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@159
2002-08-19 12:34:52 +00:00
Sjoerd van der Berg
2ae43c7636 New segments and no more default interrupt handles.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@158
2002-08-19 12:33:51 +00:00
Sjoerd van der Berg
81b2a872fb New segment structure and usage.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@157
2002-08-19 10:51:35 +00:00
Sjoerd van der Berg
26fd35e740 Removed settings.h and added config.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@156
2002-08-19 10:50:50 +00:00
Sjoerd van der Berg
3342e8bbc2 Removed some tables and using new packed structure stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@155
2002-08-19 10:50:05 +00:00
Sjoerd van der Berg
4d7db67896 Clean up and removal of setsegment_16
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@154
2002-08-19 10:45:43 +00:00
Sjoerd van der Berg
1f86dbe81e New config file, replaces the old settings.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@153
2002-08-19 10:44:33 +00:00
Sjoerd van der Berg
43f6d48932 New attribute checking
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@152
2002-08-19 10:43:55 +00:00
Sjoerd van der Berg
35c9b53309 Extra empty buffer test.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@151
2002-08-14 22:13:31 +00:00
Sjoerd van der Berg
44c0b660fc RunRealFar and RunRealInt have been fixed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@150
2002-08-13 04:53:31 +00:00
Sjoerd van der Berg
d0b600b420 Startup new programs correctly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@149
2002-08-13 04:52:41 +00:00
Sjoerd van der Berg
92ea87eef6 Shell now has a stack when it first starts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@148
2002-08-13 04:51:24 +00:00
Peter Veenstra
537de8d0f6 changed fcb-parsename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@147
2002-08-12 17:56:00 +00:00
Sjoerd van der Berg
d69ae5dd06 Old functions removed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@146
2002-08-12 17:38:47 +00:00
Sjoerd van der Berg
976412ba3b Clean up
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@145
2002-08-12 17:37:16 +00:00
Sjoerd van der Berg
2d8f205a71 Remove some useless bit masking in the shifts
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@144
2002-08-12 13:42:26 +00:00
Sjoerd van der Berg
f1235b9a99 New instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@143
2002-08-12 08:45:12 +00:00
Sjoerd van der Berg
0b17367d8d New instructions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@142
2002-08-12 08:18:04 +00:00
Sjoerd van der Berg
383a425fc9 Fixes to just about every shift rotate instruction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@141
2002-08-12 08:17:03 +00:00
Sjoerd van der Berg
372fb19c19 Some fixes to the flags of shift instructions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@140
2002-08-10 15:27:33 +00:00
Sjoerd van der Berg
4651bac31d New register layout.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@139
2002-08-10 15:24:52 +00:00
Sjoerd van der Berg
6624636b32 Removed real_get/set_vec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@138
2002-08-10 15:24:05 +00:00
Ulf Wohlers
c5296adea1 Added bios int 8 disk motor timeout counter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@137
2002-08-10 10:12:37 +00:00
Ulf Wohlers
0cd64452c0 changed BIOS_MOTOR_NACHLAUFTZEIT -> BIOS_DISK_MOTOR_TIMEOUT
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@136
2002-08-10 10:11:35 +00:00
Ulf Wohlers
ff9d8e75ec fixed mousehandler-bug. added funcs 0x06 / 0x14.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@135
2002-08-10 09:01:42 +00:00
Ulf Wohlers
8e8ef7fcb3 added data overview. new keys :
d : view ds:si
e : view es:di
b : view es:bx
x : view ds:dx
r : offset -16
f : offset +16


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@134
2002-08-10 08:38:24 +00:00
Ulf Wohlers
b23a83c11a no message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@133
2002-08-10 08:26:55 +00:00
Peter Veenstra
9e353cf2d7 added pack statements for gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@132
2002-08-09 13:24:01 +00:00
Peter Veenstra
596f88bed8 added pack statements for gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@131
2002-08-09 13:18:30 +00:00
Peter Veenstra
c1488b6983 added more debug information and check if drive exists
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@130
2002-08-09 11:19:07 +00:00
Peter Veenstra
7109c7df98 added fcb_parsename
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@129
2002-08-09 10:40:43 +00:00
Sjoerd van der Berg
f622860eb2 vga 2 color mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@128
2002-08-08 16:18:43 +00:00
Ulf Wohlers
1bf741280b command >12 chars fix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@127
2002-08-08 15:52:25 +00:00
Ulf Wohlers
092483b2f9 more compatible wildcmp-function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@126
2002-08-08 15:51:27 +00:00
Sjoerd van der Berg
d309cb94a4 missed some debug info
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@125
2002-08-08 09:58:05 +00:00
Sjoerd van der Berg
a17e267b62 added 2 color cga and some pitch fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@124
2002-08-08 09:55:49 +00:00
Sjoerd van der Berg
b73647f308 2 color mode cga detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@123
2002-08-08 09:46:47 +00:00
Sjoerd van der Berg
3023a8db88 2 color cga mode entries added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@122
2002-08-08 09:46:07 +00:00
Sjoerd van der Berg
882e475266 fix for mono input status, added mono/color mode register select.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@121
2002-08-08 09:45:04 +00:00
Sjoerd van der Berg
bed0f7e8a6 Crtc startup and changed some entries to use vga_resize.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@120
2002-08-08 08:59:14 +00:00
Sjoerd van der Berg
2f5c031805 Pel Mask not being saved
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@119
2002-08-08 08:56:58 +00:00
Sjoerd van der Berg
2729764d1f Small index with attribute index flipflop not being reset on reads
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@118
2002-08-07 18:16:15 +00:00
Peter Veenstra
9e48fbd6b5 added a define for ftruncate so it works under win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@117
2002-08-07 10:25:30 +00:00
Peter Veenstra
6931e8fa41 fixed Localfile::write to truncate the file when zero data is written
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@116
2002-08-07 10:23:35 +00:00
Peter Veenstra
5473800c32 fixed/changed permissions for newdirs to rwx------
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@115
2002-08-06 14:21:36 +00:00