1
0
Fork 0
Commit graph

212 commits

Author SHA1 Message Date
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
Peter Veenstra
a3f5f3c445 unmask irq on hardware reset. used MOUSE_IRQ instead of 12
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1481
2003-12-10 14:59:53 +00:00
Peter Veenstra
ff18ffe314 Fixed possible bug in xms with handlecount
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1477
2003-12-09 21:10:31 +00:00
Sjoerd van der Berg
e281aed2dd fix variable init errors in gcc
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1476
2003-12-03 14:06:09 +00:00
Sjoerd van der Berg
3655cc0cc6 First run scancodes through int 15 0x4f before handling them in bios
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1473
2003-12-03 09:44:43 +00:00
Peter Veenstra
ba0c8d9542 Added patch 847168 from Michael Drueing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1467
2003-11-27 18:54:22 +00:00
Sjoerd van der Berg
b0d9929ed3 Fix line compare to always be 1023 for vga mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1466
2003-11-27 09:20:26 +00:00
Sjoerd van der Berg
6d1d97b139 Added switch to protected mode call 0x89
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1464
2003-11-26 09:25:51 +00:00
Sjoerd van der Berg
fb6045aef1 Fix loading a new font always setting vga range to b800-bffff, should fix monochromo text mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1459
2003-11-22 17:03:49 +00:00
Ulf Wohlers
5152dda24e set idt to 0 if switching to real mode
fixed flag mask to reflect int changes on real mode ints


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1458
2003-11-21 19:54:41 +00:00
Sjoerd van der Berg
ab8c335230 use the new flag masks
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1443
2003-11-18 22:07:51 +00:00
Sjoerd van der Berg
8f5af81299 zero reported extended memory size if xms/ems/dpmi is loaded
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1437
2003-11-14 00:04:27 +00:00
Ulf Wohlers
8b82835cca Added div0 exception
Added descriptions for dpmi callbacks


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1426
2003-11-09 16:42:55 +00:00