1
0
Fork 0
Commit graph

1523 commits

Author SHA1 Message Date
Sjoerd van der Berg
865a5ff015 Fix row count in mode 11h/12h, Fix timing for mode 11h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1841
2004-06-18 20:24:04 +00:00
Sjoerd van der Berg
319cae5940 Setup the Tandy CRT/CPU page register
Add the Tandy set CRT/CPU page functions


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1840
2004-06-18 08:24:05 +00:00
Sjoerd van der Berg
35b0cc060c Fix the tandy crt page register to also work in text modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1839
2004-06-18 08:16:43 +00:00
Sjoerd van der Berg
2d644554c4 Only give dos 32kb less memory in tandy mode instead of the old 128kb
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1838
2004-06-18 07:37:38 +00:00
Sjoerd van der Berg
59fffaf3cd Only use the pages in file entry from the exe header to determine size to load
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1837
2004-06-17 17:40:02 +00:00
Sjoerd van der Berg
1d72b82abc Fill the text font tables for tandy,cga and hercules machine modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1836
2004-06-17 07:28:51 +00:00
Sjoerd van der Berg
3e6947cb87 Add reading of timer 1 and give it the value xt bios gives it
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1835
2004-06-17 07:27:55 +00:00
Sjoerd van der Berg
38cb5b88ca Fixes to the gus timers
More accurate timing using dosbox internal events


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1834
2004-06-14 18:34:03 +00:00
Sjoerd van der Berg
31fe898cf5 Add 32bit internal mixing
Speed it up a bit
Clean it up a bit


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1833
2004-06-14 11:46:32 +00:00
Peter Veenstra
d1febd670a typo in default mapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1832
2004-06-13 13:16:17 +00:00
Peter Veenstra
2743aca610 Fixed problems with mouse locked and switching to mapper.
Added and exit button
Changed the way the mapper behaves if you want to add a new bind to a key.
Now it clears the screen so it's more clear that you pressed the add-key.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1831
2004-06-13 12:10:08 +00:00
Sjoerd van der Berg
01c317b355 Add 2nd font table support to text output
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1830
2004-06-11 16:18:42 +00:00
Peter Veenstra
0d72ebd7f6 Switched fake memory allocation. Makes pharlab happy again
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1829
2004-06-11 12:09:50 +00:00
Peter Veenstra
8643400dc4 Remove language file from commandline if found, so that other commands will work
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1828
2004-06-11 11:50:32 +00:00
Peter Veenstra
99f8e7208a Fixed a typo (mod2 =>mod3).
added right-alt as alt modifier.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1827
2004-06-11 11:05:55 +00:00
Sjoerd van der Berg
ad89c1c4de Fix vesa subfunction 06 from getting the wrong subfunction
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1826
2004-06-10 20:24:14 +00:00
Sjoerd van der Berg
50a0f440b7 Fix setting vesa modes to ignore the higher bits
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1825
2004-06-10 20:23:50 +00:00
Sjoerd van der Berg
08003231f9 Add new dma transferend event
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1824
2004-06-10 20:22:31 +00:00
Sjoerd van der Berg
c6b9969e8a Add new dma ransferend event
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1823
2004-06-10 20:21:05 +00:00
Peter Veenstra
0cfdcda3b1 Added a missing break. Saves lot's of debug messages :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1822
2004-06-10 19:31:20 +00:00
Sjoerd van der Berg
56de26f7df Handle terminal count event to prevent repeated loop
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1821
2004-06-10 17:57:42 +00:00
Peter Veenstra
b7fb90dbd5 Added double byte stuff the proper way (empty table)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1820
2004-06-10 08:48:53 +00:00
Sjoerd van der Berg
c94459d6d3 New mapper changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1819
2004-06-10 07:23:01 +00:00
Sjoerd van der Berg
ae2dd7711e Slight change in vga to support the new rendering
Added some hardware acceleration functionality


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1818
2004-06-10 07:21:02 +00:00
Sjoerd van der Berg
9213fd5bd6 New rendering changes
New mapper changes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1817
2004-06-10 07:18:53 +00:00
Sjoerd van der Berg
de831a5899 Remove exception warning
Use new mapper functions


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1815
2004-06-10 07:13:02 +00:00
Peter Veenstra
6e373ca489 moved default buffer into dosbox reservered memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1814
2004-06-09 09:11:55 +00:00
Sjoerd van der Berg
70914f545e forward data to adlib command register of the gus
Don't use the cms ports when in opl2 mode


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1813
2004-06-07 14:42:36 +00:00
Sjoerd van der Berg
f6938602bd Add an adlib command register to the gus
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1812
2004-06-07 14:41:20 +00:00
Sjoerd van der Berg
464bba5819 Increase CMS mixer channel delay
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1811
2004-06-07 14:40:40 +00:00
Peter Veenstra
f4f869a2cb Don't allow backcounts to get below zero (acces violations). Fixes melee mode of starcon2 with gus enabled
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1810
2004-06-06 19:37:38 +00:00
Sjoerd van der Berg
5acc5f9082 Increase the mixer disable shutdown delay
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1809
2004-06-06 18:23:10 +00:00
Peter Veenstra
ed76cb83a0 Added -version to dosbox.
Updated Readme(added -version. removed auto from machinetype)
Updated Manpage(added freesize, version and machinetype)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1808
2004-06-05 11:17:23 +00:00
Sjoerd van der Berg
a856ff1a06 Fix some string parsing function to allow to remove the found string
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1807
2004-05-25 19:37:18 +00:00
Peter Veenstra
aec929e387 Fixed copy after new support functions
fixed a bug with long commandlines crashing dosbox.
fixed size not being updated when deleting characters in shell
fixed a bug which caused stack corruption when editing commands (wjp)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1805
2004-05-20 13:17:27 +00:00
Peter Veenstra
4fc5d29b5e added freesize to mount
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1804
2004-05-20 11:11:45 +00:00
Peter Veenstra
ca50c591ce line end corrections and some reg_ah zeroing on succes with ps2 mouse
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1803
2004-05-19 19:46:28 +00:00
Ulf Wohlers
c11d895fd4 improved aspi support (thanx SaPu)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1802
2004-05-19 11:44:48 +00:00
Ulf Wohlers
eb944f7803 Fixed cd change issue with ioctl interface (windows system message)
improved mscdex support (thanx SaPu)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1801
2004-05-19 11:42:48 +00:00
Sjoerd van der Berg
239e9b3b5a Fix some gcc 3.4 issues.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1800
2004-05-15 07:57:04 +00:00
Sjoerd van der Berg
5e9dd89b56 Added a master volume setting
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1799
2004-05-13 07:11:15 +00:00
Sjoerd van der Berg
9b6401446e Forward changes to the soundblaster mixer to the dosbox mixer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1798
2004-05-12 12:48:46 +00:00
Sjoerd van der Berg
54f7d437ec Added mixer program on z: to change volumes
Add new functions for finding specific channels
Changed the setting of channel volume


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1797
2004-05-12 08:21:30 +00:00
Sjoerd van der Berg
bfb6e5b4e4 new support functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1795
2004-05-11 19:00:32 +00:00
Sjoerd van der Berg
90a1e84943 Use new support functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1794
2004-05-11 18:59:32 +00:00
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
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