1
0
Fork 0
Commit graph

516 commits

Author SHA1 Message Date
Sebastian Strohhäcker
181f65ee5f adapt FindFirst to support mscdex behaviour of cdrom label searches
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2687
2006-08-17 12:07:22 +00:00
Peter Veenstra
46226e685a Fix bug: "1328858 cd .. from root directory causes crash"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2683
2006-08-05 10:39:44 +00:00
Sebastian Strohhäcker
55092736b3 fix file operations on deleted files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2679
2006-08-01 20:57:28 +00:00
Sebastian Strohhäcker
6215071ebc change callback code; get rid of several calls to DOSBOX_RunMachine()
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2677
2006-07-24 19:06:55 +00:00
Sebastian Strohhäcker
72c6d40dbc always allow changing to floppy drives (fixes Sokoban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2672
2006-07-18 15:31:29 +00:00
Sebastian Strohhäcker
ec1c470020 some more drive_fat fixes, cleanups and removal of some compiler warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2667
2006-07-05 21:18:14 +00:00
Peter Veenstra
49eea1af58 Make valgrind happy and set a few strings to zero.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2666
2006-06-30 20:04:21 +00:00
Sebastian Strohhäcker
43d7055361 some fixes to the fat drive handling (thanks to h-a-l9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2665
2006-06-30 12:47:07 +00:00
Sebastian Strohhäcker
8dd057d52e add automatic core selection;
switch back to default cycles/core on program exit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2663
2006-06-29 09:10:10 +00:00
Peter Veenstra
3ea5a913a9 Add rewriten form of patch "[ 1498334 ] CD Images unmounting" created by Kronutz
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2658
2006-06-22 13:15:07 +00:00
Peter Veenstra
14456f435a Move internal dos table segment to d800. Gives some more umbs. Fixes Terminator Arcade.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2647
2006-06-05 18:01:24 +00:00
Peter Veenstra
7312606796 Typos. (ykhwong)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2643
2006-06-01 06:44:22 +00:00
Peter Veenstra
857ba79484 put sensible data in date and time when opening a file. Fixes Operation Innerspace.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2642
2006-05-31 14:22:00 +00:00
Peter Veenstra
b950bf43ba 2 small patches from h-a-l-9000. Joystick equimentbit. Don't change drive when there none mounted.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2641
2006-05-28 09:40:42 +00:00
Sebastian Strohhäcker
a11f305138 fix FindFirst for files in the root directory of the virtual drive (SimHospital)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2637
2006-05-24 16:39:29 +00:00
Sebastian Strohhäcker
01c7e8b454 set offset of int1 higher (BioMenace fix)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2631
2006-05-21 19:21:31 +00:00
Peter Veenstra
c473b81217 Attempt to fix bug 1487972
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2623
2006-05-14 19:57:24 +00:00
Peter Veenstra
28ffbae6be Add patch "1479636: Improved unmount (mount -u)" from TaeWoong Yoo.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2620
2006-05-01 14:56:35 +00:00
Sebastian Strohhäcker
b1fb54123b raise umb segment size, update LOADHIGH help text
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2619
2006-04-29 10:05:55 +00:00
Sebastian Strohhäcker
de851a79a5 set stack pointer somewhat lower when booting (Shamus booter)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2618
2006-04-28 16:38:09 +00:00
Sebastian Strohhäcker
e332fed532 return drive and not-written bit for ioctl function 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2614
2006-04-23 14:20:58 +00:00
Peter Veenstra
8a10d6f33b Whoops add all changes to it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2610
2006-04-21 08:50:30 +00:00
Peter Veenstra
4d33692c6f Add the CDROM device in the device chain.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2609
2006-04-21 08:35:31 +00:00
Peter Veenstra
632f579361 Add a trick for Ishar 3 of the Ishar 3 Triology. File reads and writes take actually cycles now.(4 times the amount of transfered data)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2608
2006-04-21 08:23:40 +00:00
Sebastian Strohhäcker
6250acff2d add mscdex device strategy implementation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2603
2006-04-17 20:06:39 +00:00
Peter Veenstra
329d32a8dd Fix some issues with mounting floppy images with invalid bootsector.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2602
2006-04-17 10:45:32 +00:00
Peter Veenstra
31103c160e In unlink fails and it happends because of the file is open. Try closing it and deleting again. Fixes problems of Ultima 7 addon installer under MS Windows.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2600
2006-04-16 14:04:03 +00:00
Peter Veenstra
fd7f1e45b4 Add a very simple dummy LPT1 class. Fixes games opening LPT1 under MS Windows. (for example Cisco Heat)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2599
2006-04-16 14:02:39 +00:00
Peter Veenstra
b53832e7a8 Improve error code support(c2woody). Silence a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2596
2006-04-14 07:19:37 +00:00
Peter Veenstra
57d8180da8 Remove DOS_No_Drive_Cache. Didn't compile anymore since 0.60.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2591
2006-04-10 12:52:47 +00:00
Sebastian Strohhäcker
480df88fa4 implement ioctl control channel for mscdex device (NBA95),
swapInNextDisk flags cdroms with medium changed,
switch between HSG/Red book position information as
requested by the application


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2587
2006-04-09 12:46:03 +00:00
Peter Veenstra
5b0b099feb Fix a few warnings and fix the filename not being cleared. (capture problems with filenames having stackdata in them)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2584
2006-04-08 11:25:41 +00:00
Sebastian Strohhäcker
3359eee956 add device control channel handling;
fix typo in ems.cpp (#1462677)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2582
2006-04-07 16:34:07 +00:00
Peter Veenstra
35b8249ab1 Only run demo if called from the first shell. (Xcom TFTD)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2581
2006-04-07 15:15:45 +00:00
Peter Veenstra
49529ce994 Fix memory problem of Might and Magic III.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2555
2006-03-27 12:34:04 +00:00
Peter Veenstra
960c0a6e5f Fix some log message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2554
2006-03-26 11:54:44 +00:00
Peter Veenstra
2ff5e7f0fb unmask irq2 on file reads
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2544
2006-03-13 19:58:09 +00:00
Peter Veenstra
46e1cb9a37 disable ems/xms/umb on booting
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2540
2006-03-12 21:12:20 +00:00
Peter Veenstra
763aef7778 add 0xff and 0xa0 to the allow table. Fixes DUPLITOP (French scrabble game).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2538
2006-03-10 09:38:24 +00:00
Peter Veenstra
a606344cb9 typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2537
2006-03-08 15:57:23 +00:00
Sebastian Strohhäcker
ddc3811ead move int3 default handler a bit (work around bug in Alien Incident)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2536
2006-03-07 21:08:32 +00:00
Peter Veenstra
78dbd4109e Add Patch 1321309 (Backspace and overflow fixes to line input) from Avery Lee.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2535
2006-03-07 12:06:11 +00:00
Peter Veenstra
d8a9fd5065 Documentation improvements
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2528
2006-02-28 15:13:00 +00:00
Peter Veenstra
edc31febd2 Fix crashes when specifying an illegal type with imgmount
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2521
2006-02-26 16:07:27 +00:00
Peter Veenstra
7736351416 Make con use extended keys when machine is vga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2520
2006-02-26 16:05:13 +00:00
Peter Veenstra
50a6f4e0be Improve fat drive (findnext). Fat drive still not perfect. Deleting of files sometimes messes FAT up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2508
2006-02-20 08:59:52 +00:00
Peter Veenstra
2315b01df0 Add patch:"
[ 1391443 ] directory iterators for the iso drive" from prompt


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2486
2006-02-12 13:32:30 +00:00
Peter Veenstra
df67775306 time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Peter Veenstra
f29645ce69 Add icon + mention movie capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2479
2006-02-09 08:49:52 +00:00
Peter Veenstra
c5c513fc60 Work around broken POSIX implementations.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2437
2006-01-27 10:44:55 +00:00