Peter Veenstra
|
29d8dc7231
|
header cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2163
|
2005-03-25 12:00:08 +00:00 |
|
Peter Veenstra
|
d2b7bc58a6
|
new configuration system. Runtime changing of settings possible.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2162
|
2005-03-25 11:59:24 +00:00 |
|
Peter Veenstra
|
b2b5bfeb7e
|
fix compilation with gcc 3.4
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2142
|
2005-03-24 21:41:26 +00:00 |
|
Peter Veenstra
|
228f4f4435
|
sensivity is max 100. Fixes/closes 1156137
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2138
|
2005-03-24 19:16:33 +00:00 |
|
Sjoerd van der Berg
|
6693ca22b1
|
Replace WLE with var_write
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2132
|
2005-03-24 09:19:18 +00:00 |
|
Peter Veenstra
|
042a98ddeb
|
The mouse doesn't use Int10_setpos anymore. Added read+write char that accept x,y coordinates. Fixes Lotus123
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2122
|
2005-03-01 11:13:29 +00:00 |
|
Peter Veenstra
|
b333849e49
|
disable the hiding of the mousecursor videomode setting. (fixes ida)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2120
|
2005-02-24 20:14:57 +00:00 |
|
Peter Veenstra
|
a2d910404e
|
add support for get code from Pinterface (thanks wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2119
|
2005-02-24 18:24:33 +00:00 |
|
Peter Veenstra
|
b91563ec45
|
Date and time patch #1117179
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2118
|
2005-02-24 17:51:00 +00:00 |
|
Peter Veenstra
|
506400755d
|
Added Get DAC Colour page
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2111
|
2005-02-14 16:24:16 +00:00 |
|
Peter Veenstra
|
6bb1e22bf0
|
some changes in the extend keyhandling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2108
|
2005-02-13 13:06:44 +00:00 |
|
Peter Veenstra
|
4e7c410647
|
Reset disk succeeds if there aren't any images. Fixes ace of aces
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2107
|
2005-02-11 21:17:04 +00:00 |
|
Peter Veenstra
|
2094d8b985
|
Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
|
2005-02-10 10:21:12 +00:00 |
|
Peter Veenstra
|
37084d6084
|
Allocate memory changes handle only on succes.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2096
|
2005-01-12 12:44:48 +00:00 |
|
Peter Veenstra
|
b2fa2df349
|
Change irq mask with ps2 callback. Use pops instead of a normal stack adjustment
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2090
|
2004-12-28 15:57:31 +00:00 |
|
Peter Veenstra
|
7c75bcef02
|
Disable mouse on reset. Fixes crash in windows enhanched mode when exiting
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2082
|
2004-12-19 16:46:04 +00:00 |
|
Peter Veenstra
|
2e5c63acec
|
Add patch 1070612 from Jon Niehof
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2076
|
2004-12-08 22:39:49 +00:00 |
|
Peter Veenstra
|
e79fab40ea
|
Some changes for legends of valour(hiding cursor on reset) and Grand Prix Unlimited(cursor in the middle of the screen)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2075
|
2004-12-07 21:49:13 +00:00 |
|
Peter Veenstra
|
6613c49267
|
CTRL-F4 updates internal cache as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2053
|
2004-11-13 09:50:09 +00:00 |
|
Peter Veenstra
|
9df1cb8253
|
Added numlock/capslock state checks on startup of dosbox
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2049
|
2004-11-09 21:35:51 +00:00 |
|
Peter Veenstra
|
53ac3c967d
|
Change extended key codes (wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2045
|
2004-10-30 12:11:29 +00:00 |
|
Peter Veenstra
|
232541c358
|
Added lot's of callback information. Added some useful information on how to use the debugger. Added patch 105158 from Hendrik Jan Visser
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2035
|
2004-10-23 15:15:07 +00:00 |
|
Peter Veenstra
|
3602a06de9
|
Rewrote devices so they can be opened/closed/cloned. Fix Turbo pascal 7 saving bug(wd/mirek). Increase number of files to 127. Remove null device from default handles. Proper creation of the initial psp. (not hacked anymore). Quite some files= bugs should be fixed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2025
|
2004-10-17 14:45:00 +00:00 |
|
Peter Veenstra
|
bb2d24b081
|
small keyboard fix. typerate handling (Moe)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2022
|
2004-10-12 16:21:22 +00:00 |
|
Peter Veenstra
|
75edd6644f
|
Added very basic highres textmode support. (wjp)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2005
|
2004-09-29 19:09:44 +00:00 |
|
Peter Veenstra
|
833c06aebb
|
Added del/. on numeric keyboard
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2001
|
2004-09-29 18:24:58 +00:00 |
|
Sjoerd van der Berg
|
5c26302fc2
|
Fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1967
|
2004-09-10 22:09:54 +00:00 |
|
Sjoerd van der Berg
|
8385ace190
|
cga and tandy machines skip the extended vga cursor shape routine
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1966
|
2004-09-10 22:08:45 +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
|
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
|
f14aaadc09
|
extended insert gets in the bios buffer as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1902
|
2004-08-04 14:21:58 +00:00 |
|
Peter Veenstra
|
ca409fd57c
|
Typo in preamble
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
|
2004-08-04 09:12:57 +00:00 |
|
Peter Veenstra
|
519aeb3d97
|
New larry 6 hack. Renders Wayne's world hack obselete (Thank you c2woody!)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1887
|
2004-07-13 16:56:06 +00:00 |
|
Peter Veenstra
|
a79e0bffbc
|
Removed larry 6 hack. Added some more information on the mode limits stuff. Added fix for wayne's World (ignoring set limit if limit_min is limit_max)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1885
|
2004-07-11 20:02:08 +00:00 |
|
Sjoerd van der Berg
|
f84843769b
|
Enable double scan for cga videomodes in vga
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1879
|
2004-07-08 17:13:10 +00:00 |
|
Peter Veenstra
|
08b6d96b7b
|
Little hack for larry 6 mouse stuck at right side
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1877
|
2004-07-06 19:12:28 +00:00 |
|
Peter Veenstra
|
53fa77866a
|
Allow timer to be virtualized. (c2woody)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1876
|
2004-07-06 17:12:28 +00:00 |
|
Sjoerd van der Berg
|
44aa193900
|
change line compare to always be 1023 for any low res mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1855
|
2004-06-22 22:38:29 +00:00 |
|
Sjoerd van der Berg
|
21e775be74
|
Fix int10 ah=0x13 write string to support attributes and correctly update the cursor
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1845
|
2004-06-20 16:58:09 +00:00 |
|
Sjoerd van der Berg
|
180af29a1e
|
Add int 15, bios wait function
Add first function to int 14 for some serial port detection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1844
|
2004-06-20 16:56:55 +00:00 |
|
Sjoerd van der Berg
|
d627af5bc3
|
Fix set scanline length vesa function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1842
|
2004-06-18 20:27:10 +00:00 |
|
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
|
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
|
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 |
|