1
0
Fork 0
Commit graph

88 commits

Author SHA1 Message Date
Peter Veenstra
517cde1b3c cleanup patch from Max Horn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@899
2003-04-10 10:32:59 +00:00
Peter Veenstra
5e968ab24c added xms.h to extra dist
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@898
2003-04-09 11:48:09 +00:00
Ulf Wohlers
7bc69501c7 remove static from xms-funcs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@897
2003-04-09 09:23:31 +00:00
Ulf Wohlers
e5d49d2072 added xms.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@888
2003-04-08 16:25:31 +00:00
Ulf Wohlers
18ef6fdf50 changed xms allocation strategy (big block allocation)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@885
2003-04-07 14:45:18 +00:00
Ulf Wohlers
923ca7281a put xms in functions and added resize block
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@884
2003-04-07 10:48:53 +00:00
Sjoerd van der Berg
9ac71b7420 Fixes to mouse limit ranges
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@800
2003-03-26 14:31:31 +00:00
Sjoerd van der Berg
91d4209ca8 Added get/set/search handle name functions.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@764
2003-03-14 09:01:21 +00:00
Ulf Wohlers
499faf568e reset a few mouse parameter on mouse software reset.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@759
2003-03-13 10:29:43 +00:00
Sjoerd van der Berg
fe1b5109f5 foreign keyboard support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@705
2003-03-02 21:46:25 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Ulf Wohlers
aa50a90a95 Added INT 15 84 - Joystick support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@691
2003-02-24 16:30:26 +00:00
Ulf Wohlers
8d71179417 Fixed bug in 67 4c
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@686
2003-02-22 14:09:41 +00:00
Peter Veenstra
850edecdf2 Lot's date and time fixes. Made Gcc3.2 happier
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@673
2003-02-21 17:00:31 +00:00
Peter Veenstra
9be6cee6ac fixed ultima 1, added 2 color cga putpixel, fixed cga getpixel. speeded up findsettings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@660
2003-02-05 19:21:53 +00:00
Ulf Wohlers
f662453ba8 fixed bug in mouse position clipping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@657
2003-01-30 15:37:54 +00:00
Ulf Wohlers
22b81376d4 changed HostPt* memory -> HostPt memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@656
2003-01-30 15:37:15 +00:00
Peter Veenstra
7cd315de47 added ems 054:02
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@647
2003-01-20 18:54:52 +00:00
Sjoerd van der Berg
4376052e99 Don't reset last pressed/released location and always give back button status.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@612
2002-12-31 01:28:27 +00:00
Sjoerd van der Berg
2df4ad3de2 Fix bug with sierra installer's using scroll to clear areas of the screen.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@607
2002-12-28 13:24:23 +00:00
Ulf Wohlers
4e3869fcb1 fixed a problem with mouse resolution
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@603
2002-12-22 20:14:45 +00:00
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