1
0
Fork 0
Commit graph

224 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
Peter Veenstra
5b60224768 update dx instead of x. duh
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1740
2004-03-24 19:26:49 +00:00
Peter Veenstra
76d89159c9 changed sensitivity settings. makes master of orion 2 playable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1737
2004-03-23 20:25:41 +00:00
Peter Veenstra
416fbac8e3 Fix relative motion when mode switching and ps2callback is used
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1733
2004-03-18 19:53:08 +00:00
Sjoerd van der Berg
b3b1a0b003 Support s3 pixel format register, 8bpp only for now
Clear videomemory directly


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1724
2004-03-14 19:07:10 +00:00
Peter Veenstra
7deaa068a5 PS2 mouse bios emulation (c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1720
2004-03-14 13:39:45 +00:00
Peter Veenstra
e9d22fa895 Some changes to make the driver conform the specs more closely
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1708
2004-03-09 20:13:44 +00:00
Sjoerd van der Berg
4acb824303 Fix filling of rows in tandy 16 color mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1706
2004-03-07 10:30:15 +00:00
Sjoerd van der Berg
b91b041f3f Fix writing characters in 0x13 mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1705
2004-03-07 08:16:20 +00:00
Sjoerd van der Berg
0064c46add Add VGA copy and fill row functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1704
2004-03-06 23:18:50 +00:00
Sjoerd van der Berg
2579cf1c6a Fix high res ega modes from being detected as text modes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1701
2004-03-03 16:59:38 +00:00
Sjoerd van der Berg
96b66f1d45 Added new modes vertical resolution
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1692
2004-02-29 22:22:56 +00:00
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
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
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
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
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
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
Sjoerd van der Berg
f449c47830 Let CGA Modes use vga timings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1639
2004-02-02 09:27:34 +00:00
Sjoerd van der Berg
bd451f9df4 Fix mouse cursor in monochrome text mode......
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1636
2004-01-31 22:42:49 +00:00
Sjoerd van der Berg
5640023e40 CGA2 Fill and copy row implementation added(Taiken7)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1616
2004-01-28 18:04:18 +00:00
Sjoerd van der Berg
7334090313 Changed CGA/TANDY modes to be 200 lines and 60 hz
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1612
2004-01-28 14:40:13 +00:00
Peter Veenstra
cd4ac03309 Added fake romsize(Fizzban)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1602
2004-01-26 14:48:58 +00:00
Peter Veenstra
5c86964c65 Fixed bug with countervalue being signed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1601
2004-01-26 14:08:16 +00:00
Ulf Wohlers
c311d0249d added function 0x88 and 0x89 (thanks c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1588
2004-01-14 20:54:41 +00:00
Peter Veenstra
d47032feeb made new window do less and mouse_reset a bit more. Fixes ironseed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1571
2004-01-11 18:49:59 +00:00
Sjoerd van der Berg
05f6c5bf9b Fix set VESA set CPU window function to only use a bye value
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1558
2004-01-11 09:27:52 +00:00
Peter Veenstra
fcbd0fe854 Copyright to 2004
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
47227a3fdd Oops fixing mistake that broke ultima 7 and 8
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1550
2004-01-09 16:51:22 +00:00
Peter Veenstra
926c1aab65 small typo (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1543
2004-01-07 20:26:38 +00:00
Peter Veenstra
aeb604f4d1 Fixed reported doubleclicks while moving
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1525
2004-01-02 18:47:13 +00:00
Sjoerd van der Berg
23a4d8fe3d Changed cpu core names
Changed the exception handling of far jmp/calls interrupts and some others
Added x86 dynamic core startup code
Some new defines to enable/disable the dynamic core


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1513
2004-01-01 12:26:08 +00:00
Peter Veenstra
f3e3d24e89 added patch 857225 from Curt Coder (partly). Added support for disabling the mouse driver as requested at vogons. Added correct *hopefully* results for get maximum virtual coordinates
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1509
2003-12-30 20:39:07 +00:00
Sjoerd van der Berg
5573af89f6 Changed the paging link management
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1506
2003-12-29 23:07:12 +00:00
Ulf Wohlers
36073bb20f added int 15 c0 - bios configuration
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1496
2003-12-17 23:04:40 +00:00
Ulf Wohlers
a7b5694f5e added INT15 C3 and improved INT 1A 04. Thanks c2woody.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1488
2003-12-11 22:12:41 +00:00
Sjoerd van der Berg
9c01f2cc33 Use new cpu_sw_interrupt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1484
2003-12-10 17:39:13 +00:00