1
0
Fork 0
Commit graph

2010 commits

Author SHA1 Message Date
Sjoerd van der Berg
2339e11d9c Fix warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1792
2004-05-11 18:55:33 +00:00
Sjoerd van der Berg
af4ee165df Rename the channel name for the mixer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1791
2004-05-11 18:48:32 +00:00
Sjoerd van der Berg
1e670040ce Add a soundblaster option to support soundblaster mixer changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1790
2004-05-11 18:42:37 +00:00
Peter Veenstra
7cc6fa6b8f Some ems weirdness(c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1789
2004-05-07 23:20:00 +00:00
Sjoerd van der Berg
862d958ecb fix some amd64 compilation warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1788
2004-05-05 21:56:04 +00:00
Peter Veenstra
e3a7a48687 Added SDA.
Update DTA/PSP to use SDA.
Added some more pic commands.
Cleaned dos.cpp up a bit.
Handled some more calls in dos.cpp.
Changed execute and terminate to mess less with the dta.
Removed all dta references and changes in PSP.
Added some messages to messagefile for mount.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1787
2004-05-04 18:34:08 +00:00
Sjoerd van der Berg
afbc7f8828 Blah
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1786
2004-04-29 06:10:28 +00:00
Sjoerd van der Berg
2773c37c54 Copy the stripped filename to the mcb of the new executed program
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1785
2004-04-26 07:54:37 +00:00
Sjoerd van der Berg
4e3edae44c Copy the filename from the current's psp mcb to new allocated ones
Reduce available memory in tandy mode


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1784
2004-04-26 07:53:17 +00:00
Peter Veenstra
64b34126ce fixed heavy debug compilation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1783
2004-04-25 15:47:03 +00:00
Sjoerd van der Berg
5db36f043f Go back to the old 4bit-adpcm decoding
Setup the high dma parameter in the set blaster line
Change some debug messages


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1782
2004-04-25 15:08:54 +00:00
Sjoerd van der Berg
a117b44fbb Fix annoying gcc warning
Fix exceptions not restoring flags


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1781
2004-04-25 13:41:03 +00:00
Sjoerd van der Berg
8c427c4aa0 Mysterious line endings in 0xd 0xd 0xa
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1780
2004-04-24 17:57:38 +00:00
Sjoerd van der Berg
a196125109 Don't commit shit with a zillion newlines
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1779
2004-04-24 12:43:54 +00:00
Sjoerd van der Berg
bd884098b1 Fix breakpoints with new cpu cores
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1778
2004-04-24 09:20:11 +00:00
Sjoerd van der Berg
de5dd0de7c make prepare exception function global
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1777
2004-04-24 09:17:00 +00:00
Sjoerd van der Berg
498ed26525 Fix branches getting out of range with div/idiv exceptions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1776
2004-04-24 09:16:08 +00:00
Sjoerd van der Berg
48a86f7e97 Added some (void *) casts to make gcc happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1775
2004-04-22 22:47:04 +00:00
Sjoerd van der Berg
db7e1ea4da Some changes for the new handler functions
Added some more opcodes to dynamic generator


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1774
2004-04-22 22:41:46 +00:00
Sjoerd van der Berg
5460def634 Changes to cpu cores.
Save/Load eip after each opcode
Handle IO exceptions
Handle protection exception for protected opcodes with too less privilege


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1773
2004-04-22 22:40:46 +00:00
Sjoerd van der Berg
2bccfd7a22 Fix 4-bit adpcm transfers from doing extra dma tranfers causing sounds to play to fast
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1772
2004-04-21 08:21:47 +00:00
Sjoerd van der Berg
c1a88974e0 Detect sizeof the dosbox data types
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1771
2004-04-20 06:53:36 +00:00
Peter Veenstra
67253f9e9b Added support for attribute searching with extend fcbs.
Added support for volume label searching on Virtual Drives.
Added warnings for volume searching on Drive Fat.
Improved support for Filelabel searching on drive_local to include fcbfinds
Added Drivelabel "DOSBOX" to Virtual Drives.
Changed default Label for localdrives to "NO_LABEL".
Made DOS_FindFirst fcb finds aware.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1770
2004-04-18 14:49:50 +00:00
Peter Veenstra
55b9530a56 some odd devices stuff. (fizzban). Fcb findfirst/next fixes for drive(cw2oody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1769
2004-04-18 10:36:28 +00:00
Sjoerd van der Berg
7c67adc360 Correctly support 16 bit write again
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1768
2004-04-14 20:50:50 +00:00
Peter Veenstra
93d4681df6 Fixed bug reported by Cliff Wright.
An unterminated string in Drive_Cache::Setlabel could cause buserrors on at
least NetBSD 1.6.1


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1767
2004-04-13 13:35:48 +00:00
Peter Veenstra
ed0fa42631 Removed dta check from findfirst in drive_cache.
Caching now 2048 searches per drive.
Clearing all when full.
Changed dta to reflect specs better.
Changed fcb to reflect specs better.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1766
2004-04-13 12:08:43 +00:00
Sjoerd van der Berg
5e144aa1d6 Work around vs.net optimzing bug
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1765
2004-04-12 08:13:48 +00:00
Peter Veenstra
a48880d4e4 set keyb.scheduled to false if the events are removed.
Handle numlock scrollock capslock and insert.
Produce proper codes for extended arrow keys.
Make shift and capslock/numlock mutually exclusive.
Handle the numeric keyboard.
Update int 16 to handle the extended arrow keys.
Implemented Alt-numeric.
Made keyboard vitualazation under win3.x possible.
Handle Some more keyboard flags.
Fixed flags when 2 alts/ctrl were presed and one was released.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1764
2004-04-07 09:36:59 +00:00
Sjoerd van der Berg
bc1ef40805 Add/remove some new project files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1763
2004-04-03 20:04:38 +00:00
Dean Beeler
f841081709 Added FAT image access and DOS booter functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1762
2004-04-03 19:59:07 +00:00
Sjoerd van der Berg
ac367177e7 add drive_fat to makefile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1761
2004-04-03 19:53:30 +00:00
Sjoerd van der Berg
49861b6364 Fix some warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1760
2004-04-03 19:53:17 +00:00
Sjoerd van der Berg
9d9a964dd0 New io handler functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1759
2004-04-03 19:46:00 +00:00
Sjoerd van der Berg
9cd769b878 New io handler functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1758
2004-04-03 19:35:34 +00:00
Dean Beeler
d0e2bfa15f Added FAT image access and DOS booter functionality
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1757
2004-04-03 19:24:59 +00:00
Dean Beeler
57a7795ae0 Fix default mixer sampling rate.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1756
2004-04-03 19:01:45 +00:00
Sjoerd van der Berg
28deb2efa4 Fix typo for opcode 0x29d
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1755
2004-04-03 10:34:06 +00:00
Sjoerd van der Berg
dfeec430b8 Add reading of dma page register
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1754
2004-04-03 06:58:13 +00:00
Peter Veenstra
74f0e5290c exist searched for too much
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1753
2004-04-01 13:00:05 +00:00
Peter Veenstra
c7ab4990a0 FLDENV FSTENV FSTOR FSAVE added.status word can now be examined. closes #998201
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1752
2004-04-01 08:57:33 +00:00
Sjoerd van der Berg
229e81304b Added functions 5a-00 for all the warlords 2 deluxe fans
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1751
2004-03-31 22:01:22 +00:00
Sjoerd van der Berg
111dc4f591 Fake soundblaster recording to help some detection routines.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1750
2004-03-31 21:53:24 +00:00
Sjoerd van der Berg
611666165e Changed some cpu functions to get opcode length as parameter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1749
2004-03-31 17:31:17 +00:00
Sjoerd van der Berg
410ceedaba Changed some cpu functions to get opcode length as parameter
Added cli and sti functions
Changed LAR/LSL opcodes to preload the value incase it doesn't get changed
Added some support illegal opcodes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1748
2004-03-31 17:28:16 +00:00
Sjoerd van der Berg
cd5f7c9666 Changed some cpu functions to get opcode length as parameter
Added cli and sti functions


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1747
2004-03-31 17:27:31 +00:00
Sjoerd van der Berg
988633017d Changed some cpu functions to get opcode length as parameter
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1746
2004-03-31 17:23:46 +00:00
Sjoerd van der Berg
2f32a83448 internal dpmi not needed anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1745
2004-03-31 15:41:58 +00:00
Sjoerd van der Berg
f0998e6504 internal dpmi not needed anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1744
2004-03-31 14:43:50 +00:00
Sjoerd van der Berg
91795c0af4 Give all parameters for cpu_ functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1743
2004-03-31 14:42:08 +00:00