Sjoerd van der Berg
|
32dff6253f
|
Always set first 0x40 interrupts to default handler at startup.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@846
|
2003-03-30 21:12:15 +00:00 |
|
Sjoerd van der Berg
|
10be655e33
|
Added intro.com on virtual drive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@845
|
2003-03-30 21:00:35 +00:00 |
|
Sjoerd van der Berg
|
09b7167fcf
|
Removal of intro command from shell
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@844
|
2003-03-30 20:59:42 +00:00 |
|
Sjoerd van der Berg
|
c7f8e95cdb
|
midi_coreaudio.h added
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@843
|
2003-03-30 12:37:33 +00:00 |
|
Sjoerd van der Berg
|
447094cfb3
|
Default to using /dev/sequencer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@842
|
2003-03-30 11:03:44 +00:00 |
|
Sjoerd van der Berg
|
f83ff4ea6e
|
Changed faulty #elif into #else
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@841
|
2003-03-30 10:51:01 +00:00 |
|
Sjoerd van der Berg
|
c7f8376088
|
Show error information when unable to open audio device.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@840
|
2003-03-30 10:50:20 +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
|
20e5d26f6e
|
changed includes to avoid macro redefinition
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@837
|
2003-03-29 20:16:28 +00:00 |
|
Ulf Wohlers
|
f1227be179
|
moved drive cache to dos_system.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@836
|
2003-03-29 17:14:59 +00:00 |
|
Ulf Wohlers
|
470f4937fd
|
Added rescan command (clear drive cache)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@835
|
2003-03-29 17:13:58 +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
|
0f2cb26064
|
Fixed keyboard data in buffer bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@833
|
2003-03-29 10:28:20 +00:00 |
|
Sjoerd van der Berg
|
cbeca815e5
|
include ctype.h for toupper function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@832
|
2003-03-29 00:34:30 +00:00 |
|
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
|
c0ddbe1da3
|
-scaler command line option.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@829
|
2003-03-28 23:38: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 |
|
Sjoerd van der Berg
|
e365dc5d5b
|
Lower next key delay a bit.
Fixes with extended keys getting pressed twice.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@826
|
2003-03-28 20:35:12 +00:00 |
|
Sjoerd van der Berg
|
98b32db971
|
CoreAudio midi support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@824
|
2003-03-28 07:57:30 +00:00 |
|
Sjoerd van der Berg
|
5f45f5ec90
|
Moved the MACOSX check below the header includes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@823
|
2003-03-28 00:28:44 +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
|
75b0c0fe54
|
Added SDL_INIT_CDROM
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@815
|
2003-03-27 21:18:42 +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 |
|
Sjoerd van der Berg
|
dc80ccc622
|
Settings for midi and moved mpu401 settings under midi section too.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@809
|
2003-03-27 20:20:31 +00:00 |
|
Sjoerd van der Berg
|
bd50a564f0
|
Midi now uses midi device classes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@808
|
2003-03-27 20:19:31 +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
|
9a6d254943
|
changed the help string in the configfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@804
|
2003-03-27 19:48:33 +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
|
e7f3e596de
|
added killswitch
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@802
|
2003-03-26 20:27:01 +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 |
|
Sjoerd van der Berg
|
9ac71b7420
|
Fixes to mouse limit ranges
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@800
|
2003-03-26 14:31:31 +00:00 |
|
Peter Veenstra
|
1193b4ef50
|
hack for macOSX environ
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@799
|
2003-03-26 12:29:04 +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
|
ebaa08a204
|
Use environment strings for settings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@791
|
2003-03-24 11:29:26 +00:00 |
|
Sjoerd van der Berg
|
aea4169ddb
|
Support for using environment strings to change config
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@790
|
2003-03-24 11:28:26 +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 |
|
Peter Veenstra
|
fd1e05cb25
|
Documentation update added command intro
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@785
|
2003-03-23 19:54:00 +00:00 |
|
Peter Veenstra
|
89051332ef
|
autoclose on error
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@784
|
2003-03-23 19:51:54 +00:00 |
|
Sjoerd van der Berg
|
9a34d7bd32
|
Fixes to pit timer mode 0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@783
|
2003-03-22 08:52:20 +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 |
|