1
0
Fork 0
Commit graph

566 commits

Author SHA1 Message Date
Peter Veenstra
cb1db6bf69 Add 0xe5 to allowed chars. Fixes nba95 installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2904
2007-06-29 10:24:43 +00:00
Peter Veenstra
f947dae196 Add bounds check.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2903
2007-06-28 19:43:32 +00:00
Peter Veenstra
dc18fb11dd Fix certain builds of infocom games. Add a warning when ansi is used.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2898
2007-06-27 19:15:31 +00:00
Peter Veenstra
d0c8ac8ec1 Fix a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2897
2007-06-27 19:14:59 +00:00
Sebastian Strohhäcker
5f965cc48b allow read-only disk images to be booted (fixes some booter games)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2891
2007-06-17 12:26:35 +00:00
Sebastian Strohhäcker
7d2d97e148 enable hidden-flag to be returned by getattrib (cdrom images only; fixes Player Manager 2 extra cdrom check)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2890
2007-06-15 19:05:48 +00:00
Peter Veenstra
a5ac3216ba Some more const stuff. Silences a few warnings and removes a few casts. Update description of dss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2886
2007-06-14 08:23:46 +00:00
Peter Veenstra
df0f8ee9d6 Remove from DOS_File type and size. type wasn't used at all. size was only implemented in 50% of the drives.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2885
2007-06-13 07:25:14 +00:00
Sebastian Strohhäcker
0c24e87fdc silence some warnings, add most of sf patch #1185267 by Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2883
2007-06-12 20:22:09 +00:00
Peter Veenstra
8c6d24bb61 making it an abc didn't work somehow.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2882
2007-06-12 19:32:34 +00:00
Peter Veenstra
a4d1439cce Add virtual destructor.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2880
2007-06-12 19:11:38 +00:00
Sebastian Strohhäcker
131553c479 initialize private dos segment early; move int33 handler out of rom (Kippesoep)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2874
2007-06-06 15:44:40 +00:00
Peter Veenstra
def259b02e Add support for ~username to mount and imgmount.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2873
2007-06-04 18:09:27 +00:00
Peter Veenstra
a9843a9297 Fix jewels of darkness.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2862
2007-05-29 13:36:45 +00:00
Sebastian Strohhäcker
784b579c28 use ioctl cdrom access by default if possible
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2859
2007-05-27 16:11:35 +00:00
Sebastian Strohhäcker
028f99fb8f default to automatic hd size detection for disk images;
adapt error messages on image load failure a bit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2858
2007-05-26 19:42:09 +00:00
Sebastian Strohhäcker
481d37adf6 fix file open error code for root files (Kippesoep, sf patch #1691919)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2854
2007-05-10 20:27:48 +00:00
Sebastian Strohhäcker
9a495a6bbc add some NANSI-only escape sequence (PC Larn)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2846
2007-04-30 18:35:34 +00:00
Sebastian Strohhäcker
a0232dbf2e fix CreateTempFile error handling (namiltd, sf patch #1674288)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2843
2007-04-17 18:48:41 +00:00
Sebastian Strohhäcker
12d417e58c add hd image file size detection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2842
2007-04-17 15:48:53 +00:00
Sebastian Strohhäcker
15ea05cff9 fully implement dos subfunction 0x0c, fix CON GetInformation (Kippesoep; sf patch #1691918, fixes Wing Commander 3 exit dialog)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2840
2007-04-16 12:23:23 +00:00
Sebastian Strohhäcker
17c683f8ad fix shifted cd-audio with sdl-interface (prompt, sf bug #883811)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2839
2007-04-15 12:13:16 +00:00
Sebastian Strohhäcker
04ade3cc82 fix mscdex get audio position
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2838
2007-04-15 11:39:33 +00:00
Peter Veenstra
b6e72ef8e1 Zero pad the correct buffer. Fixes cyrus chess.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2833
2007-03-23 08:27:39 +00:00
Peter Veenstra
8146e48c4c Enable boot to use non-mounted locations as well (for the images)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2813
2007-02-22 08:37:12 +00:00
Peter Veenstra
6cfc6950c4 Fix some bug in readsectors.(prompt)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2812
2007-02-22 08:36:25 +00:00
Sebastian Strohhäcker
28cc8c5c9f fix pcjr sysrom location
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2792
2007-02-01 15:32:19 +00:00
Sebastian Strohhäcker
5c20be0f85 disable shortcut
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2788
2007-01-26 18:02:28 +00:00
Sebastian Strohhäcker
79c55d9ebf typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2787
2007-01-26 16:22:43 +00:00
Sebastian Strohhäcker
e608297aae add imagedisk swapping capabilities (prompt, slightly modified sf patch #1505951); fix int13 write sectors return code
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2778
2007-01-21 16:21:22 +00:00
Sebastian Strohhäcker
20222d628d lower kl temporary memory size used during decompression
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2767
2007-01-14 21:50:28 +00:00
Sebastian Strohhäcker
d3cb9bd1b8 different PCJr cart loading supported
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2764
2007-01-14 18:44:01 +00:00
Peter Veenstra
85af8429ac Add beta2 patch: nullmodem and serial update. Add some more configure tests for OS/2 and Mac OS X
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2758
2007-01-13 08:35:49 +00:00
Sebastian Strohhäcker
a02b03cd47 Add beta2 patch: remove zero-entries when scanning for available keys in CON
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2754
2007-01-11 18:08:54 +00:00
Sebastian Strohhäcker
872b63bb49 swap simple/normal core again; have some stack exception executed instead of exiting dosbox
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2752
2007-01-11 16:31:10 +00:00
Peter Veenstra
7d57a8d5e5 Give a dos errorcode instead of E_Exiting on illegal execution mode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2746
2007-01-10 12:04:35 +00:00
Peter Veenstra
064cef2a7f Silence a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2745
2007-01-10 10:47:08 +00:00
Sebastian Strohhäcker
d3f72c5938 xtale: fix flag bug when opening files in readwrite mode on cdroms (sf patch #1622004)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2742
2007-01-09 17:44:20 +00:00
Peter Veenstra
cb75e86089 Add beta2 patch. Add some basic file/path not found error. Fixes some installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2734
2007-01-08 21:20:23 +00:00
Peter Veenstra
ca8b788e12 Add Beta2 patch:Fix nc5 installer.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2731
2007-01-08 20:36:53 +00:00
Peter Veenstra
24b3c2a1b8 Add beta2 patch: Move dos tables to c800 to make easier umb management.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2730
2007-01-08 20:10:34 +00:00
Peter Veenstra
fdd16dea1a Happy New Year\!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Sebastian Strohhäcker
af1673c6f2 re-fix deleting of hostwise open files (makes Alien Carnage work again without breaking Abuse)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2722
2006-11-14 20:01:42 +00:00
Sebastian Strohhäcker
26bc8da23d favoured use of old simple core; default to automatic core selection;
some processor usage limiting capabilities for max cycles


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2721
2006-11-14 14:12:00 +00:00
Sebastian Strohhäcker
60b6c06b54 increase iso image directory entry name size (prompt/hakonrk)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2717
2006-11-05 17:30:54 +00:00
Sebastian Strohhäcker
76478e8cec add dos keyboard layout support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2715
2006-10-27 13:37:14 +00:00
Peter Veenstra
648eaeb2a2 Add Beta1 patch: "Require devices to have valid leading directories."
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2713
2006-10-27 12:03:22 +00:00
Peter Veenstra
d0a2e8859e Make ansi use current page instead of page 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2708
2006-10-13 16:33:24 +00:00
Peter Veenstra
50a7684df1 Fix cdrom detection Inherit the earth under image and SDL cdrom emulation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2702
2006-09-25 08:47:37 +00:00
Sebastian Strohhäcker
85603ac5eb fix odd situation where searchslot overrunning was not detected (see sf bug #1543663)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2691
2006-08-23 20:09:52 +00:00