1
0
Fork 0
Commit graph

186 commits

Author SHA1 Message Date
Sjoerd van der Berg
74cdd9bfed Add cdrom_ioctl_win32.cpp and cdrom_aspi_win32.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@831
2003-03-29 00:32:48 +00:00
Sjoerd van der Berg
5db04ccbbe Register seems to be 0x100 on program's startup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@828
2003-03-28 21:05:13 +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
Ulf Wohlers
26442d5cf0 removed #include "sdl.h"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@820
2003-03-27 22:03:30 +00:00
Ulf Wohlers
eee39b3127 sdl.h ->SDL.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@819
2003-03-27 22:02:47 +00:00
Ulf Wohlers
3a8d84a37a cdrom interface ioctl win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@814
2003-03-27 21:16:48 +00:00
Ulf Wohlers
a3bd5c5a7e cdrom interface aspi win32
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@813
2003-03-27 21:16:33 +00:00
Ulf Wohlers
57d5d97852 default cdrom interface now sdl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@812
2003-03-27 21:15:53 +00:00
Ulf Wohlers
e78dc0067d new mount switches
-cd : show list of cdrom drives
-usecd [x]: force usage of cdrom drive x


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@811
2003-03-27 21:15:04 +00:00
Ulf Wohlers
90752ae249 removed cdrom_ioctl.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@810
2003-03-27 21:13:58 +00:00
Peter Veenstra
cf27af6f8b made date and time of virtual files more consistent.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@807
2003-03-27 20:16:11 +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
60f6a77081 made mount more flexible
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@801
2003-03-26 20:06:59 +00:00
Ulf Wohlers
d97fa68f06 fixed resource leak (CloseHandle)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@796
2003-03-25 12:53:39 +00:00
Ulf Wohlers
b0fa953b28 Fixed scsi target id problem, handware id compare no longer case sensitive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@794
2003-03-24 12:31:27 +00:00
Sjoerd van der Berg
d4b640d29e Fixes for not using dirent structure as a result
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@788
2003-03-24 09:54:50 +00:00
Sjoerd van der Berg
2f759c0050 Double typedef
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@787
2003-03-24 09:50:52 +00:00
Sjoerd van der Berg
39ac002795 Fix for 64-bit file pointers big endian machines.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@786
2003-03-23 20:23:25 +00:00
Ulf Wohlers
02934f9676 Removed scsi-3 commands
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@782
2003-03-21 14:25:32 +00:00
Ulf Wohlers
a7104cb358 fixed wrong audio cd selection (multiple cdroms)
set the GetMediaTrayStatus parameters to more common values.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@781
2003-03-20 17:56:54 +00:00
Ulf Wohlers
367b446067 Changed the scsi detection routine GetHostAdapter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@776
2003-03-18 20:02:27 +00:00
Peter Veenstra
c0d66800cb added some h files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@772
2003-03-14 12:37:46 +00:00
Ulf Wohlers
469013e618 drivecache removes trailing dot, if no extension is available (linux compatibility)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@758
2003-03-13 10:16:59 +00:00
Ulf Wohlers
7ea6fa09f9 CDROM_GetMountType func for unsupported systems
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@757
2003-03-12 13:28:36 +00:00
Ulf Wohlers
f9c6a97f5e always use cdrom fake interface if not win or linux.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@754
2003-03-12 13:20:43 +00:00
Peter Veenstra
90b535d377 added ctype.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@753
2003-03-12 13:15:30 +00:00
Peter Veenstra
d7066655bc #else if -> #elif
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@750
2003-03-12 12:50:17 +00:00
Ulf Wohlers
3cff24c4a7 fixed buf if extrabytes are zero.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@726
2003-03-07 11:31:13 +00:00
Ulf Wohlers
542d0739c9 replaced Debug_Msg with LOG
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@725
2003-03-07 11:20:47 +00:00
Peter Veenstra
14dbc00591 fixed a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@724
2003-03-06 14:52:43 +00:00
Ulf Wohlers
6558efe97e Improved ioctl support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@723
2003-03-06 14:29:43 +00:00
Ulf Wohlers
e2b62d23d0 Added cdrom.h cdrom.cpp cdrom_ioctl.cpp dos_mscdex.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@722
2003-03-06 13:49:07 +00:00
Ulf Wohlers
98659bac76 Mscdex driver
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@719
2003-03-06 13:36:23 +00:00
Ulf Wohlers
1ffb7800fb Win32 files for cdrom aspi and ioctl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@718
2003-03-06 13:35:14 +00:00
Ulf Wohlers
cfd4de316e cdrom interfaces
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@717
2003-03-06 13:34:27 +00:00
Ulf Wohlers
e304c3262b new class cdromDrive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@714
2003-03-06 13:21:04 +00:00
Ulf Wohlers
c2f4f360ca Added EmptyCache, removed some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@713
2003-03-06 13:20:31 +00:00
Ulf Wohlers
d70b9f3c68 Add mount command for cdroms :
mount [drive[ [cdrom]:\ -t cdrom [-aspi]


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@712
2003-03-06 13:20:09 +00:00
Ulf Wohlers
86e2edd0ff fixed bug in DOS_PSP::SetNumFiles
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@709
2003-03-05 09:24:21 +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
Ulf Wohlers
cffa206680 Improved search for free dir id
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@693
2003-02-25 13:28:42 +00:00
Ulf Wohlers
75626ee0c3 File seek out of range: move filepointer to end of file.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@692
2003-02-24 17:59:38 +00:00
Ulf Wohlers
30819de412 copy psp file table to child processes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@689
2003-02-24 15:43:13 +00:00
Ulf Wohlers
deb328f319 copy psp file table to child processes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@688
2003-02-24 15:42:21 +00:00
Ulf Wohlers
4ec9803c4f FCB Open : check if files are already open.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@675
2003-02-21 20:20:19 +00:00
Ulf Wohlers
4b7d20886e Improved AddEntry/DeleteEntry for multiple open directories
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@674
2003-02-21 20:19:27 +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
Peter Veenstra
8e69d82144 changed scope of i
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@672
2003-02-20 11:28:36 +00:00