1
0
Fork 0
Commit graph

1879 commits

Author SHA1 Message Date
Peter Veenstra
ad1f331777 forgot to include a few things. (Jeremy)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1961
2004-09-10 07:44:15 +00:00
Peter Veenstra
52d01cf49a Removed yot added canadacow. updated fanskapet
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1960
2004-09-09 21:12:58 +00:00
Peter Veenstra
30f2bb7612 Second part of patch 1022702. (All except addkey). Changed loading of a BCD in the fpu a bit to get more resolution and speed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1959
2004-09-09 18:36:50 +00:00
Peter Veenstra
5c6506d1bf Small update to the changelog
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1958
2004-09-09 12:34:55 +00:00
Peter Veenstra
3ec0837030 Add startmapper and update documentation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1957
2004-09-09 10:36:45 +00:00
Peter Veenstra
c15193d8f5 mem ->63. List more options
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1956
2004-09-09 08:39:28 +00:00
Peter Veenstra
25ab0c147a First part of patch 1022702 by moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1955
2004-09-08 18:58:48 +00:00
Peter Veenstra
1415b3392b Removed width and height. Replaced it with resolution
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1954
2004-09-08 14:14:46 +00:00
Peter Veenstra
5309464403 anding is always bineary
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1953
2004-09-08 10:33:16 +00:00
Peter Veenstra
77be195aa9 Corrections suggested by wjp and jeremy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1952
2004-09-08 09:50:27 +00:00
Peter Veenstra
4807b0f93c Removed tandy option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1951
2004-09-08 09:41:13 +00:00
Peter Veenstra
93aeccfb4b Added FBLD
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1950
2004-09-08 08:46:37 +00:00
Peter Veenstra
4e55ec7806 packed typedefs. I didn't know they existed. Neither does gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1949
2004-09-07 18:21:51 +00:00
Sjoerd van der Berg
8f64b09447 Make the EA Sib function static
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1948
2004-09-07 14:22:48 +00:00
Peter Veenstra
0e82121c6c Initial redraft of README
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1947
2004-09-07 12:23:28 +00:00
Sjoerd van der Berg
78a0e947ae Clear paging link cache when full
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1946
2004-09-07 12:13:38 +00:00
Sjoerd van der Berg
d94017a7b1 Add checking if an irq needs to be raised immediatly when programming new timer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1945
2004-09-07 11:28:27 +00:00
Sjoerd van der Berg
10d9e724d9 Fix dsp command 0xd4 continue dma transfer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1944
2004-09-07 10:59:19 +00:00
Peter Veenstra
c96b50cd39 Added old style joystick support.(largely by gulikoza?)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1943
2004-09-07 08:58:02 +00:00
Peter Veenstra
1984d40d6d Added core_simple
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1942
2004-09-06 10:56:27 +00:00
Peter Veenstra
b2b03b172f LOG_MSG=> LOG
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1941
2004-09-05 19:00:52 +00:00
Peter Veenstra
fa3d6daf04 gcc3.4 doesn't really like pragma pack
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1940
2004-09-05 18:54:59 +00:00
Peter Veenstra
e269c3d2ed Moving imgmount to dos_programs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1939
2004-09-05 14:23:04 +00:00
Sjoerd van der Berg
4812b35a82 Precache a bit of sound if some game masks the dma channel halfway through a transfer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1938
2004-09-03 05:17:39 +00:00
Sjoerd van der Berg
7fcfb7d2bc Fix setting dac color entries with the high bits not getting cleared before adding color select bits.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1937
2004-09-03 05:10:16 +00:00
Sjoerd van der Berg
ea922b767a fix mouse not unlocking when losing focus
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1936
2004-09-01 06:46:49 +00:00
Sjoerd van der Berg
eb6687ab52 Call delay while waiting for input in the debug loop
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1935
2004-08-31 23:11:35 +00:00
Sjoerd van der Berg
f20a8594a8 Don't reset the current timer when programming a new unless it's a mode 0 timer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1934
2004-08-31 15:56:10 +00:00
Peter Veenstra
2c0338404b Added some callback information for the lower numbers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1933
2004-08-29 11:22:37 +00:00
Peter Veenstra
39b528f97a Commit patch Gil Megidish. Modified it a bit to work in regular mode debug mode as well. (only updates on breakpoints though).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1932
2004-08-28 12:51:35 +00:00
Peter Veenstra
6f8e4600d3 Fix compilation under linux.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1931
2004-08-27 14:01:44 +00:00
Sjoerd van der Berg
069753046f Add different priority levels for focused and non focused mode
Add priority support for non-win32
Fix ddraw output fullscreen window positioning
Fix ddraw also supporting double buffering.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1930
2004-08-27 13:41:34 +00:00
Sjoerd van der Berg
98254ac209 Change check for setpriority slightly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1929
2004-08-27 13:32:52 +00:00
Peter Veenstra
89bb2a37cc Fixed colors. spaces2tabs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1928
2004-08-26 19:49:26 +00:00
Peter Veenstra
7ef3d81e8b Change color 6 in palet. Fixes bug 998455
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1927
2004-08-26 19:43:46 +00:00
Peter Veenstra
5d3260ab29 Added Blinking and Reverse. spaces2tabs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1926
2004-08-26 19:41:20 +00:00
Sjoerd van der Berg
670ecd2ba1 Add check for nice priority changing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1925
2004-08-25 09:19:12 +00:00
Sjoerd van der Berg
6d82d7192a Force the speaker to enable when starting a sb16 command byte transfer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1924
2004-08-24 10:53:15 +00:00
Sjoerd van der Berg
3641ea7beb Fx nosound mode and wave recording
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1923
2004-08-24 10:52:06 +00:00
Sjoerd van der Berg
0da2fd2d36 added core_simple
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1922
2004-08-23 12:25:34 +00:00
Sjoerd van der Berg
cfec9cb464 added core_simple
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1921
2004-08-23 12:19:52 +00:00
Sjoerd van der Berg
f7a6317328 New memory handling using 1 big block of memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1920
2004-08-23 12:19:17 +00:00
Sjoerd van der Berg
fc8d4d89c2 Add new cpu core simple
Changes for new memory handling


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1919
2004-08-23 12:17:30 +00:00
Sjoerd van der Berg
dc0be65224 Improve timing between sequential dma transfers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1918
2004-08-23 10:06:09 +00:00
Sjoerd van der Berg
f7f7f9f4c8 Fix preprocessor directive
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1917
2004-08-23 09:35:15 +00:00
Sjoerd van der Berg
dae79d0879 added snprintf define for visual c++
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1916
2004-08-23 09:34:21 +00:00
Sjoerd van der Berg
805187b0eb Use new mixer code for cd image audio
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1915
2004-08-23 09:22:23 +00:00
Sjoerd van der Berg
dbde36bfe1 Keep GCC happy!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1914
2004-08-23 09:18:58 +00:00
Sjoerd van der Berg
609ed8b02d Lot's of changes for new mixer routines
Added a silent dma player for when speaker is disabled


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1913
2004-08-23 08:32:00 +00:00
Sjoerd van der Berg
322373756c Total rewrite of the pcspeaker sound
Better support for pit mode 2/4 en speaker on/off bit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1912
2004-08-23 08:30:51 +00:00