1
0
Fork 0
Commit graph

470 commits

Author SHA1 Message Date
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
Peter Veenstra
2f358d904e increased amount of simultanious cdrom drives. Makes a few people happy with games that have lot's of cdroms.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2436
2006-01-27 07:54:51 +00:00
Peter Veenstra
2b828867f7 change ctrl-pause to alt-pause
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2434
2006-01-22 14:13:00 +00:00
Peter Veenstra
afb9e84c53 Add an noautoexec switch (RFE: 1215226). And made echo off skip the internal SET lines of dosbox as well. (RFE/PATCH: 1258897)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2428
2006-01-12 10:20:20 +00:00
Sebastian Strohhäcker
146d4b3380 initialize a few fixed-position bios interrupt locations
(fixes Star Fleet 2, Defender booter), revector some dos-occupied
ints when booting/set stack to safe values (fixes some booters)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2423
2006-01-05 14:14:53 +00:00
Sebastian Strohhäcker
ef5e7f519e fake a 128k-PCJr when com files are loaded low (dos memory only)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2417
2005-12-19 20:39:51 +00:00
Sebastian Strohhäcker
b9bba72519 add small free MCB to start of dos memory (fixes Cannon Fodder2 sound, Xenobots)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2414
2005-12-16 21:05:46 +00:00
Sebastian Strohhäcker
a93c252133 add bestfit search to DOS_AllocateMemory (Armour-Geddon)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2412
2005-12-14 16:32:33 +00:00
Sjoerd van der Berg
380a7c73d0 Add support for canonicalized directory entry readout
Should fix fade to black videoplay


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2408
2005-12-05 19:23:10 +00:00
Sebastian Strohhäcker
90d6d74f99 add PCJr-compatible keyboard layer;
add support for PCJr cartridges


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2402
2005-12-04 21:17:29 +00:00
Sebastian Strohhäcker
de579c6a89 add PCJr-compatible dos memory layout
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2400
2005-12-03 10:43:22 +00:00
Peter Veenstra
6c03551b38 Some more OS/2 changes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2394
2005-11-28 16:12:31 +00:00
Peter Veenstra
2c3ae52a79 os2 cdrom support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2393
2005-11-25 19:15:12 +00:00
Peter Veenstra
a573488619 os2
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2389
2005-11-24 18:14:08 +00:00
Peter Veenstra
ebc9c2c381 Some changes for os2 support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2388
2005-11-24 18:09:47 +00:00
Sebastian Strohhäcker
96bf0e28d6 add error handling for DOS_SetMemAllocStrategy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2385
2005-11-24 17:05:22 +00:00
Peter Veenstra
0797de3e25 Fix Fable.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2379
2005-11-17 13:16:34 +00:00
Sebastian Strohhäcker
07be3858f1 don't change type field when resizing dos memory just
before the last block that is marked allocated


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2376
2005-11-13 15:14:49 +00:00
Peter Veenstra
4a6719a725 some vs2005 fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2363
2005-11-01 11:09:14 +00:00
Sebastian Strohhäcker
4f7f239142 add stdin-flush to int21/ah=0c (fixes President is Missing keyboard lockup)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2362
2005-10-31 18:12:56 +00:00
Sebastian Strohhäcker
9d1cf58132 better compatibility of the flags after dos exec/terminate (updated Ultima3)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2348
2005-10-17 20:17:08 +00:00
Sebastian Strohhäcker
267d3c2539 resize MCB to maximum if requested size is too big (DSPlay)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2347
2005-10-13 16:24:42 +00:00
Sebastian Strohhäcker
b475db8f13 fill psp-field of mcb with current psp when resizing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2345
2005-10-10 17:08:35 +00:00
Sebastian Strohhäcker
a77e5b6d36 use 16bit for mediaid-field (Pinball 3D/VCR installer workaround);
create new PSP function should copy command line (Kings Quest AGI -cga switch)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2339
2005-10-07 15:16:58 +00:00
Peter Veenstra
0152783944 Implement GetFileAttr. Fixes Installer crystal caves.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2337
2005-10-05 07:57:55 +00:00
Peter Veenstra
a270f4d0bc Some small corrections to patch 1295927
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2334
2005-10-03 14:03:49 +00:00
Peter Veenstra
0b4350c79d Add final (slightly modified and extended) part of patch 1295927 (vga accuracy) from keith. Add (modified) bug/patch 1241142(ansi emulation updates) from moe. Add fix suggested by vasyl to fix MyChess. Corrected some missing parts in these patches. (Missing update nbrows in dev_con.h). Implemented a writebuffer to workaround the CR/LF issue. Let's hope everything still works
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2333
2005-10-02 10:12:31 +00:00
Peter Veenstra
5464fb8bca Internal documentation update. Merging with patch 1277001 from TaeWoong Yoo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2329
2005-09-29 08:48:39 +00:00
Sebastian Strohhäcker
74d63d330b fix returncode of int21,ah=5b (create new file)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2328
2005-09-28 19:13:21 +00:00
Peter Veenstra
6b94af7c58 Fix booting now that register layout in dos_execute has changed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2327
2005-09-28 12:52:36 +00:00
Peter Veenstra
a7c8df8a1f Fix cdrom detection of Xcom Apocalipse
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2326
2005-09-28 11:21:50 +00:00
Peter Veenstra
96445503b6 make mount accept ~ for home
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2321
2005-09-27 12:50:54 +00:00
Sebastian Strohhäcker
9d8f00c6c3 add missing errorcodes to fatDrive; extend GetFileAttr to
retrieve attributes from directories


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2319
2005-09-24 19:18:42 +00:00
Sebastian Strohhäcker
3feb3975e1 add fatDrive::GetFileAttr, update FileCreate to handle existing files on a diskimage
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2318
2005-09-23 11:42:29 +00:00
Sebastian Strohhäcker
3932cb886b set registers on executable startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2315
2005-09-19 08:25:38 +00:00
Peter Veenstra
933642091d merged Shadow President and Bio Menace into one hack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2310
2005-09-11 13:32:33 +00:00
Peter Veenstra
3f0ac17ceb Add some weird char to the allowed table. Fixes installer Contraction Zack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2309
2005-09-11 13:09:45 +00:00
Peter Veenstra
b6fbe42e85 Let dos allocate/hook a few bios interrupts. Makes some buggy game (Shadow President) happy. (thanks to wd to debug this)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2305
2005-09-08 13:11:35 +00:00
Peter Veenstra
ad7700fa3b Add patch:126539:"cd image, fix for files without extension" from prompt. Fix a typo that probably broke endian support for isos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2302
2005-09-07 19:15:09 +00:00
Sebastian Strohhäcker
f1209ea5a1 fix drive field in FCB_Parsename()
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2298
2005-09-02 19:56:18 +00:00
Peter Veenstra
147e30b948 Setup some more register to startup default when booting. Fixes BuckRogers booter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2290
2005-08-24 21:12:24 +00:00
Peter Veenstra
1cfbdc666f Return access_denied when an existing file fails to open in write mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2288
2005-08-23 14:21:15 +00:00
Peter Veenstra
2a34df0704 fix omf with ipx
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2287
2005-08-23 13:58:03 +00:00
Sebastian Strohhäcker
d1440760bc fix output of dos mem.exe (extended memory)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2285
2005-08-23 08:49:57 +00:00
Peter Veenstra
5dd1fb5932 Added some volume label exception to the "don't end findfirst with \"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2284
2005-08-22 19:49:07 +00:00
Peter Veenstra
6348c925f3 Add patch 1263194 from prompt. Fixes set attribute on isos. Changed makedir and findfirst to return an error if directory ends on backslash. Changed makedir to give an error when the directory allready exists instead of silently saying it succeeded. This all fixes bug 946881
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2280
2005-08-19 07:13:34 +00:00
Peter Veenstra
8f74367940 Fix some label issues with cdrom isos. Added some default labels on most stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2273
2005-08-11 18:57:48 +00:00