1
0
Fork 0
Commit graph

67 commits

Author SHA1 Message Date
Ulf Wohlers
ebc95ab27e INT10 tells mouse about resolution change
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@598
2002-12-22 17:03:29 +00:00
Sjoerd van der Berg
f1fd4ae696 Fix for memory allocate to not run outside the range of xms handles.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@590
2002-12-22 13:13:51 +00:00
Ulf Wohlers
6966af57ac Added mickey/pixel rate
New mouse int vector for weird mouse detection routines in some games


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@584
2002-12-19 13:59:40 +00:00
Sjoerd van der Berg
aa633a7e81 Test for parallel port and setup bios segment for it.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@577
2002-12-17 08:57:27 +00:00
Peter Veenstra
fecc2a4a8a int 10:0b now gives 1 warning.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@565
2002-12-11 19:52:37 +00:00
Ulf Wohlers
0db8c2700f Define mouse cursor range : detect and handle 'wrong' parameters
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@561
2002-12-05 15:58:01 +00:00
Peter Veenstra
21a81276b4 added support for int 10:01 set cursortype
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@558
2002-12-03 17:30:07 +00:00
Sjoerd van der Berg
e4d34f171d Default handler for int 1 single stepping.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@552
2002-11-30 12:15:16 +00:00
Sjoerd van der Berg
3a88d6f1f6 Remove the previous wait event before starting a new one.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@549
2002-11-30 11:52:56 +00:00
Peter Veenstra
cfb007c9cf changed int 13 00 and 02 a bit
hopefully this will fix things


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@545
2002-11-28 19:47:36 +00:00
Sjoerd van der Berg
8011e1ac0a changes to support emssize in config file
support for function 0x57 moving blocks


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@538
2002-11-25 21:54:47 +00:00
Peter Veenstra
510449e806 changed log_warn to log_debug in int 13 04
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@533
2002-11-19 19:44:48 +00:00
Sjoerd van der Berg
67edbc99ca Fix a problem with ega detection.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@529
2002-11-18 00:16:31 +00:00
Sjoerd van der Berg
eef522b258 INT 16 uses iret_sti callback now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@523
2002-11-17 11:24:37 +00:00
Sjoerd van der Berg
002314db89 Added some int15 functions, using new pic events and changed int 1a to use sti callback.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@522
2002-11-17 11:23:51 +00:00
Peter Veenstra
6906625545 added support for int 13 04
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@495
2002-11-12 19:09:00 +00:00
Ulf Wohlers
cc838f907e Added Idle Callback in Int 1a, get systen time
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@488
2002-11-08 14:12:42 +00:00
Sjoerd van der Berg
98f3407fc4 Fixed a variable without a type.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@468
2002-10-31 08:17:05 +00:00
Sjoerd van der Berg
7cdf73a07e Add 4 color cga mode scrolling.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@460
2002-10-28 22:15:02 +00:00
Ulf Wohlers
4bc7a382fa + textmode mouse cursor
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@458
2002-10-28 16:37:08 +00:00
Ulf Wohlers
69ad2dee2d + draw mouse pointer
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@454
2002-10-28 14:30:11 +00:00
Ulf Wohlers
c2b1f89fa2 int 8 is now saving ds,dx,ax before calling int 1c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@452
2002-10-27 10:48:47 +00:00
Sjoerd van der Berg
34c9a28c3e Idle a bit while checking for a keystroke.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@451
2002-10-26 15:43:26 +00:00
Sjoerd van der Berg
1233570442 Changed the order of writing to the vga registers to fix some palette errors.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@436
2002-10-25 21:39:05 +00:00
Sjoerd van der Berg
bbebcd02b9 Report correct number of mouse_buttons on status return in bx.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@407
2002-10-24 22:29:59 +00:00
Sjoerd van der Berg
b6ee1caa6d Added partial page map save and restore
Rewrote detecion of valid handles to use page!=0xffff and allowed reallocation to 0 pages.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@399
2002-10-23 23:08:41 +00:00
Sjoerd van der Berg
668fd3df03 New mouse automatic locking scheme and some cleaning up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@397
2002-10-23 21:50:51 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Sjoerd van der Berg
9a4a06ff30 Added faked support for set event wait flag int 15 call.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@390
2002-10-21 21:59:33 +00:00
Sjoerd van der Berg
328814cf22 Fixed unlocking handles, to report error when not locked.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@389
2002-10-21 21:58:45 +00:00
Sjoerd van der Berg
ee131d244b Use the emssize property under dos section now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@349
2002-10-19 15:47:14 +00:00
Sjoerd van der Berg
a28f5d4698 Use the xmssize property under the dos section now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@348
2002-10-19 15:46:57 +00:00
Sjoerd van der Berg
a63687d7bf No E_Exit on unhandled call anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@347
2002-10-19 15:46:42 +00:00
Sjoerd van der Berg
061aaeaa6c Updated to use GCC_ATTRIBUTE for packed structure
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@307
2002-09-28 21:40:58 +00:00
Sjoerd van der Berg
619a691310 Added CGA and EGA putpixel with xorring and VGA putpixel.
Also added a getpixel for CGA,EGA and VGA.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@306
2002-09-28 21:29:57 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Sjoerd van der Berg
032402542d New ems code to use a handler instead of mapping for the pageframe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@283
2002-09-16 14:16:28 +00:00
Sjoerd van der Berg
bfa82478cb Text scrolling used wrong line count.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@282
2002-09-16 14:15:10 +00:00
Sjoerd van der Berg
7586832b94 Small fix with last page in reallocate pages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@252
2002-08-29 14:45:50 +00:00
Sjoerd van der Berg
4245ed0c16 New window scrolling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@249
2002-08-29 14:08:25 +00:00
Sjoerd van der Berg
9ee4cbbe76 No longer set vector 0x1f on mode set
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@248
2002-08-29 14:08:10 +00:00
Sjoerd van der Berg
150d9e406c Set interrupt vector 0x1f at startup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@247
2002-08-29 14:07:55 +00:00
Sjoerd van der Berg
bd5ef63d38 New window scrolling and fix for setting active page
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@246
2002-08-29 14:07:27 +00:00
Sjoerd van der Berg
ea01ca6a8d Correct page lengths for videomode tables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@242
2002-08-29 11:21:05 +00:00
Sjoerd van der Berg
2bfdd0f6d9 handles to handle typo :(
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@241
2002-08-29 11:19:32 +00:00
Sjoerd van der Berg
eb18047ff7 Added function 51, reallocate pages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@240
2002-08-29 11:13:56 +00:00
Sjoerd van der Berg
69d34db7ec Added keyboard intercept to int 0x15
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@238
2002-08-28 09:26:45 +00:00
Ulf Wohlers
812d7a0bf5 Set emm-version to 4.0. Added functions 0x50, 0x53, 0x58.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@231
2002-08-27 10:46:37 +00:00
Sjoerd van der Berg
8be833ab6c Write a charctertable in biossegment, fixes sierra games
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@225
2002-08-26 06:57:49 +00:00
Sjoerd van der Berg
c10a532f88 Correct tables for characters >127 in graphics mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@223
2002-08-25 21:35:00 +00:00