1
0
Fork 0
Commit graph

1659 commits

Author SHA1 Message Date
Sjoerd van der Berg
f7c4b46991 Added MC6845 display controller support for hercules,cga,tandy machine modes.
Added cga,tandy,text modes.
Added some new tandy modes.
Added better tandy register support.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1691
2004-02-29 22:18:24 +00:00
Sjoerd van der Berg
5ec076438e Setup correct equipment list for different machine types
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1690
2004-02-29 21:55:49 +00:00
Peter Veenstra
e05d508f81 dos changes c2woody
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1689
2004-02-28 16:35:42 +00:00
Sjoerd van der Berg
410b9f72d2 Added some exceptions for illegal opcodes.
Double 0x67 prefixes should work now.
Thnx c2woody


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1688
2004-02-28 09:21:02 +00:00
Sjoerd van der Berg
e8913d4dd2 Save the old value for LAR and LSL instructions.(c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1687
2004-02-26 07:43:36 +00:00
Sjoerd van der Berg
5555bd0ed9 Add some new exceptions
Add some new cases to LAR and LSL


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1686
2004-02-26 07:42:53 +00:00
Peter Veenstra
aee86bd8fb added patch 902595 from Giovanni Giacobbi
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1685
2004-02-24 09:27:29 +00:00
Peter Veenstra
f8a42011ea cleaned up shutdown sequence. Added SDL_Quit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1684
2004-02-19 12:24:51 +00:00
Peter Veenstra
bd02cf869e fixed batchfile handling as startup argument
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1683
2004-02-19 12:00:38 +00:00
Peter Veenstra
2a1cee61e1 fixed tab problems when parsing commands (bug: #897177)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1682
2004-02-18 15:31:13 +00:00
Peter Veenstra
a165df8acb added temporary filename output(c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1681
2004-02-18 13:02:55 +00:00
Peter Veenstra
3f70b1d37e Added new ipxheaders
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1680
2004-02-17 12:44:11 +00:00
Sjoerd van der Berg
5cd2ec2005 Use rom compatbile memory write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1679
2004-02-12 21:39:27 +00:00
Sjoerd van der Berg
d348bcf043 Setup rom areas
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1678
2004-02-12 21:38:35 +00:00
Peter Veenstra
9d242404d5 changed ega_2 into ega_16
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1677
2004-02-12 20:57:36 +00:00
Peter Veenstra
fdd235c896 initial opengl seperation
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1676
2004-02-10 16:35:02 +00:00
Peter Veenstra
b5697eb1f7 slightly more valid dates/compilation warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1675
2004-02-10 16:32:10 +00:00
Peter Veenstra
a8e431cc6d made it crossplatform
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1674
2004-02-10 16:25:17 +00:00
Sjoerd van der Berg
4e169beaa3 nooo a memory leak
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1673
2004-02-08 13:04:34 +00:00
Sjoerd van der Berg
5ff76622ca Add ipx.cpp and ipxserver.cpp to hardware subgroup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1672
2004-02-08 10:18:29 +00:00
Sjoerd van der Berg
4fd8006811 Changed configure to combine modem and ipx sdl_net test
Include ipx source file in makefile


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1671
2004-02-08 10:10:16 +00:00
Dean Beeler
45e55eb8d5 Added config support for building with IPX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1670
2004-02-08 08:53:53 +00:00
Dean Beeler
ddba2a34fe Fixed modem to work with the Telnet protocol. Integrated fizzban's code to dial a striing of numbers as an IP. This release should work with Xmodem and Ymodem protocols.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1669
2004-02-08 08:38:40 +00:00
Dean Beeler
7ee4be6fd8 Added initial IPX support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1668
2004-02-08 08:36:32 +00:00
Dean Beeler
8dda3577a9 Added external SDLNetInited variable so the modem and IPX stuff don't cause problems when both enabled.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1667
2004-02-08 08:34:27 +00:00
Dean Beeler
c27159214c Added config support for building with IPX
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1666
2004-02-08 08:28:00 +00:00
Sjoerd van der Berg
84058c007b New function to recalculate some values after a scanline length change
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1665
2004-02-07 23:40:46 +00:00
Sjoerd van der Berg
7ca20ac50f Only use 6 bit dac values
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1664
2004-02-07 23:36:33 +00:00
Sjoerd van der Berg
e6be5f493c Set the black/white bit for cga when setting mode 0x5
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1663
2004-02-07 22:23:07 +00:00
Sjoerd van der Berg
3d938579ef Add the 3rd cga palette
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1662
2004-02-07 22:22:19 +00:00
Sjoerd van der Berg
297bcf0e73 Changed event and ticker handlers.
Removed the micro timers.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1661
2004-02-07 18:50:38 +00:00
Sjoerd van der Berg
26eca9f1dc No longer use pitch when setting size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1660
2004-02-07 18:50:27 +00:00
Sjoerd van der Berg
6118a57ffc Changing scanline length doesn't start a screen resize
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1659
2004-02-07 18:49:28 +00:00
Sjoerd van der Berg
ca4be6fe43 Changed event and ticker handlers.
Removed the micro timers.
Removed the pitch calculation


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1658
2004-02-07 18:48:51 +00:00
Sjoerd van der Berg
44464a2a53 Changed event and ticker handlers.
Removed the micro timers.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1657
2004-02-07 18:37:16 +00:00
Ulf Wohlers
3001a346b2 made interface destructors virtual
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1656
2004-02-03 14:59:58 +00:00
Ulf Wohlers
00b7c5122e Added patch [ 889704 ] Proper TPA setup (fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1655
2004-02-03 14:57:12 +00:00
Ulf Wohlers
0ec99d746c Added patch [ 889714 ] Structure of the DIB (Fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1654
2004-02-03 14:55:22 +00:00
Sjoerd van der Berg
631eff19be Remove some logging messages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1652
2004-02-03 10:35:15 +00:00
Peter Veenstra
3e18970196 Final Update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1651
2004-02-03 08:54:33 +00:00
Sjoerd van der Berg
1504058b61 Fix horitzontal timings for tandy modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1650
2004-02-03 08:36:17 +00:00
Peter Veenstra
68f39d8e91 Some more hints
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1649
2004-02-03 08:35:29 +00:00
Peter Veenstra
a16e5d7cab README and Thanks now thank for some services provided by others
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1648
2004-02-03 08:24:42 +00:00
Peter Veenstra
331151e204 ChangeLog updated a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1647
2004-02-02 21:03:32 +00:00
Peter Veenstra
79ff8b1c8f added very basic vdma handler(Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1646
2004-02-02 20:23:54 +00:00
Peter Veenstra
1b371a6a00 Cross_filename does something on Win32 too :)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1645
2004-02-02 19:22:23 +00:00
Peter Veenstra
87e2d68e24 empty filenames return file not found
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1644
2004-02-02 19:20:38 +00:00
Sjoerd van der Berg
c4f0db2384 A bit more information about the config.com and config files
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1643
2004-02-02 18:18:46 +00:00
Sjoerd van der Berg
78577673d9 Added a -machine command line option and changed the config help a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1642
2004-02-02 15:42:38 +00:00
Sjoerd van der Berg
e3ec474dfb Some more changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1641
2004-02-02 15:13:17 +00:00