1
0
Fork 0
Commit graph

297 commits

Author SHA1 Message Date
Peter Veenstra
97510138d4 Fix inventory in KQ1 cga mode. Caused by setting wrong startaddress in cga mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2295
2005-09-01 14:31:40 +00:00
Sebastian Strohhäcker
2bb446cd27 fix dos7+ boot disks
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2292
2005-08-28 09:48:42 +00:00
Sebastian Strohhäcker
f4c9569dbf add pause key
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2289
2005-08-24 16:06:18 +00:00
Peter Veenstra
28dd4ff354 Added a few more disktypes to the list. Makes EA Booter games startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2286
2005-08-23 13:19:38 +00:00
Peter Veenstra
a87cb5aac0 Apply patch 1240534: "Fix for INT10 screen output with multiple video pages" from kippesoep
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2282
2005-08-22 17:52:57 +00:00
Sebastian Strohhäcker
9ac02ea718 add int10/ax=1123 call (vasyl; checked against real bios)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2281
2005-08-21 17:29:36 +00:00
Peter Veenstra
29e5565be5 Added patch 1260609 from Vasyl Tsvirkunov. Fixes Font Request information to return the correct value in cx
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2278
2005-08-18 10:58:41 +00:00
Sebastian Strohhäcker
b48eceebe7 cpu updates (privileged instructions, trapflag handling)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2275
2005-08-15 13:43:44 +00:00
Peter Veenstra
3bd8abfccd hide mouse cursor on non-supported(vesa) modi
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2266
2005-08-10 15:35:54 +00:00
Sebastian Strohhäcker
caff0f7a8b adding support for upper memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2262
2005-08-08 13:33:46 +00:00
Peter Veenstra
a5252330f7 Add patch 1151453 from h-a-l-9000. Improves softmodem and directserial supports. Adds a dummy serial class as well and makes the serial ports runtime changable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2257
2005-07-30 14:41:31 +00:00
Sebastian Strohhäcker
f8728fc4c3 modified behaviour of port 0x3c1 affects INT10_GetAllPaletteRegisters
(fixes colour in Borland IDEs)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2246
2005-07-21 12:41:53 +00:00
Peter Veenstra
07467e8e7c Add patch 1235272 by kippesoep. "Fixes for Tandy graphics artefacts"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2235
2005-07-11 19:10:16 +00:00
Peter Veenstra
d9552a7bae int 10 call 8 now supported in non-text mode as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2232
2005-07-08 13:48:58 +00:00
Peter Veenstra
449475435c added patch 1234528 from kippesoep
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2231
2005-07-08 13:39:25 +00:00
Peter Veenstra
46b9b106a4 Increased MAX_HANDLES to 200 (for the Patriot)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2230
2005-07-07 19:53:02 +00:00
Sebastian Strohhäcker
7e56e57694 VCPI implementation;
fix for Lemmings Chronicles+soundblaster


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2229
2005-07-05 20:22:02 +00:00
Peter Veenstra
990701f420 simpler and hopefully more correct joystick routine (int 15 84 0)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2221
2005-06-21 18:47:25 +00:00
Peter Veenstra
82c4309af7 fix 200 mb image bug(thank you wd).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2216
2005-06-06 16:07:31 +00:00
Peter Veenstra
3700380484 change bx if a bogus mouse button is selected for button data. Fixed The Patrician (Der Patrizer)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2215
2005-06-02 17:27:27 +00:00
Peter Veenstra
719d57bea9 sum of videoROM modules 256 = 0 in VGA mode. Fixes a few koei games.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2212
2005-05-26 15:25:29 +00:00
Peter Veenstra
2823bb909d fix scrolling in some weird cga mode when in the console
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2207
2005-05-04 19:33:46 +00:00
Sjoerd van der Berg
4751e234c0 Fix CGA color select register writing in machine=vga mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2206
2005-05-03 20:33:55 +00:00
Peter Veenstra
8008c426fb some safety code for games writing to con in non-textmode.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2205
2005-05-03 15:27:29 +00:00
Peter Veenstra
347c222b93 some small changes that fix mode 6 at my place
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2203
2005-04-29 15:04:07 +00:00
Peter Veenstra
881ae1b28f Added EGA Register Interface Library - Write One Register (0xf1). Fixes colours in A-Train
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2197
2005-04-27 20:44:50 +00:00
Peter Veenstra
2fdd9393f6 always report vesa version 2.0, changed colororder when setting pallet. (fixes quake). (Thanks kekko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2195
2005-04-27 18:58:08 +00:00
Peter Veenstra
30193f5eed fix for 1173099. Might need a different fix oneday.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2181
2005-04-21 18:34:47 +00:00
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