1
0
Fork 0
Commit graph

74 commits

Author SHA1 Message Date
Peter Veenstra
ca409fd57c Typo in preamble
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Peter Veenstra
7533ab4de4 change return value of ax of findnext. Fixes Willy Beamish showing up only the first savegame
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1892
2004-07-22 08:26:49 +00:00
Peter Veenstra
b7fb90dbd5 Added double byte stuff the proper way (empty table)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1820
2004-06-10 08:48:53 +00:00
Peter Veenstra
e3a7a48687 Added SDA.
Update DTA/PSP to use SDA.
Added some more pic commands.
Cleaned dos.cpp up a bit.
Handled some more calls in dos.cpp.
Changed execute and terminate to mess less with the dta.
Removed all dta references and changes in PSP.
Added some messages to messagefile for mount.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1787
2004-05-04 18:34:08 +00:00
Peter Veenstra
ce758f85f5 improve some odd table for msd.exe (c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1734
2004-03-23 18:24:05 +00:00
Peter Veenstra
c462ea28c3 Added basic, but real int 29 support (pkzip2.X seems to want it)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1722
2004-03-14 16:54:21 +00:00
Peter Veenstra
6905301089 Dos stack size change. added kernel idle call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1718
2004-03-12 14:21:33 +00:00
Peter Veenstra
e05d508f81 dos changes c2woody
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1689
2004-02-28 16:35:42 +00:00
Peter Veenstra
a165df8acb added temporary filename output(c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1681
2004-02-18 13:02:55 +00:00
Peter Veenstra
ba726f38b0 undocumented feature in fileattributes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1640
2004-02-02 11:38:44 +00:00
Peter Veenstra
6238a94257 Fixed canocialize pathname. Psychic detective
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1595
2004-01-19 17:51:04 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
880b4454d3 Added changes from woody for fixing al1
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1508
2003-12-30 19:07:42 +00:00
Peter Veenstra
88b14bdd8d Fixed stargunner and possibly others. Very little bug in Create new file
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1455
2003-11-20 10:29:32 +00:00
Sjoerd van der Berg
9c3002204e undocumented feature with resize returning segment in AX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1394
2003-11-01 16:03:42 +00:00
Sjoerd van der Berg
4f130819d6 remove lazy flag references
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1376
2003-10-26 18:57:46 +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
f901c5e096 Remove help line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1336
2003-10-14 23:34:28 +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
5e13e5c0e4 argh, committed good file...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
2003-10-13 22:01:07 +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
Peter Veenstra
f1925e686e Updated Help message.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1289
2003-10-02 18:00:54 +00:00
Ulf Wohlers
8c86a9768e int 21 31 does not set the carry flag anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1245
2003-09-11 13:52:31 +00:00
Sjoerd van der Berg
55237d31e3 Setting file date/time gives a success result now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1244
2003-09-11 07:02:04 +00:00
Sjoerd van der Berg
c9a62c462f Removed an E_Exit from an illegal call, seems to fix impulse tracker.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1206
2003-08-29 08:16:48 +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
Ulf Wohlers
12be0e35a1 save int 21 stack entry in psp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1082
2003-07-05 14:06:32 +00:00
Peter Veenstra
bbb7cf45b0 updated loggingsystem
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@989
2003-05-04 19:19:09 +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
0dcd085c0a Changes for new flags.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@910
2003-04-13 18:27:08 +00:00
Sjoerd van der Berg
54edb9922b Correct calculation for function 0x2c get time.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@868
2003-04-04 21:59:38 +00:00
Sjoerd van der Berg
0988c1e4dc Fix calculation of milliseconds from the bios ticks value.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@839
2003-03-30 08:24:27 +00:00
Ulf Wohlers
e78c836cb0 Improved int 21 38/65 : Get (extended) country information
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@834
2003-03-29 16:36:12 +00:00
Sjoerd van der Berg
984fb6ed98 Removed the E_Exit's of unhandled calls and grouped them all together.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@827
2003-03-28 21:04:19 +00:00
Peter Veenstra
d995943148 changed int 25 and int 26 to act like real int 25.
Hopefully not all is broken


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@803
2003-03-27 19:46:05 +00:00
Peter Veenstra
24c3854149 added basic handlers for int 25 and int 26
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@708
2003-03-03 20:34:05 +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
dff67638e9 INT 21/58 : UMB Link State not available
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@694
2003-02-25 13:29:35 +00:00
Peter Veenstra
850edecdf2 Lot's date and time fixes. Made Gcc3.2 happier
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@673
2003-02-21 17:00:31 +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
43d965ec60 added shutdown function, fixed memleak.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@632
2003-01-15 20:10:39 +00:00
Peter Veenstra
ce851095e0 fixed fcb random block read/write.
added minimal int 29 handler(detector)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@567
2002-12-11 19:56:04 +00:00
Peter Veenstra
581774e9bc added support for echoing characters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@557
2002-12-03 17:27:59 +00:00
Peter Veenstra
8f4eaf16a2 fixed int 21 1c and changed sectors allocation to bit8 instead of bit16
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@555
2002-12-02 18:56:53 +00:00
Peter Veenstra
0953ce3b59 cr lf only gets expanded if there is room for it.
and int 21: 06 return al=0 if no key


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@537
2002-11-25 15:03:23 +00:00
Ulf Wohlers
87f990907d Support for memory allocation strategy: last matching block
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@535
2002-11-25 11:37:04 +00:00
Sjoerd van der Berg
0909acf085 Removed the callback idle calls, no longer needed with new callback type.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@514
2002-11-17 08:50:30 +00:00
Peter Veenstra
6a3fa5949f added support for int 21 ax=4406 bx=0000
grouped non-working functions
updated int 21 ah=2c to be able to display 95 hunderd as well


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@498
2002-11-13 20:48:54 +00:00
Peter Veenstra
7dba8a97b8 made dos more compatible and fixed aaowcga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@496
2002-11-13 11:39:31 +00:00
Peter Veenstra
764dc5c543 fixed some fcb errors: fcb-open and fcb-create created.
fixed return values.
fixed wildcmp


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@492
2002-11-11 18:40:43 +00:00