Ove Kaaven
9b2060afab
Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
...
the ugly Dr7 hack.
2000-07-23 13:36:41 +00:00
Dmitry Timoshkov
5890c09983
Use GetSystemDefaultLangID() instead of WINE_LanguageId.
2000-06-18 19:31:19 +00:00
Patrik Stridvall
c94e086161
Fixed some warnings.
2000-06-07 02:16:47 +00:00
Ulrich Weigand
0121ac1a12
Removed mis-aligned accesses during BIOS/DOS data initialization.
2000-06-07 02:02:56 +00:00
Patrik Stridvall
330cd693b0
Fixed some warnings.
2000-06-03 20:43:06 +00:00
Alexandre Julliard
4324b4778b
Delay loading of interrupt table functions until they are needed.
2000-06-03 04:52:14 +00:00
Alexandre Julliard
de304909cd
Delay initialization of I/O permissions until they are first used.
2000-06-03 04:50:59 +00:00
Andreas Mohr
984f3d9637
Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
2000-05-30 20:04:45 +00:00
Alexandre Julliard
c192ba2468
Exec a separate wine binary for every win32 process so that they run
...
in separate address spaces.
Run 16-bit tasks as Win32 threads, not processes.
2000-05-29 21:25:10 +00:00
Marcus Meissner
60729af8a9
Commented out broken __asm__, added comments where it is broken.
2000-05-24 21:02:00 +00:00
Ove Kaaven
ce23e9b3c8
Scale mouse coordinates to default width 640.
2000-05-23 21:13:52 +00:00
Eric Pouech
12222f0d54
Fixed a few compilation warnings.
2000-04-29 14:29:41 +00:00
Patrik Stridvall
54fe8380a1
Fixed some issues reported by winapi_check.
2000-04-06 20:21:16 +00:00
Ian Schmidt
21c04b9d9a
Implemented FAT32 function 7302 (Get Extended DPB).
2000-04-04 18:55:23 +00:00
Francois Gouget
6d77d3a1df
Use min/max instead of MIN/MAX.
2000-03-25 21:44:35 +00:00
David Elliott
c3bcd6cec5
- Slightly reworked include files (less messy, more straightforward).
...
- Moved DOS ASPI functionality to msdos/dosaspi.c.
- Got rid using PROFILE to get SCSI info from wine.conf.
- Read scsi info from /proc/scsi/scsi.
- Added setting of a reasonable timeout when opening a SCSI device (5
minutes, defined in winescsi.h).
- ExecScsiCommand now ALWAYS posts, even on error (which is the correct
behavior).
2000-03-08 19:41:49 +00:00
Niels Kristian Bech Jensen
4eb4380360
Removed superfluous #include statements for header files included twice.
2000-02-29 22:06:06 +00:00
Alexandre Julliard
916f975624
Improved the selector get/set functions.
...
Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
2000-02-26 16:51:13 +00:00
Alexandre Julliard
383da68cf9
Optimized debugging API to reduce code size.
2000-02-10 22:15:21 +00:00
Alexandre Julliard
fc296da4e2
Removed extra includes from ole.h and wingdi.h.
2000-02-10 19:39:48 +00:00
Jeremy White
d3e22d9d55
Removed #include of wingdi.h and windef.h from winuser.h (and resolved
...
the resulting compilation failures).
2000-02-10 19:03:02 +00:00
Andreas Mohr
a16c0e19a7
- implemented serial numbers for audio CDs and data CDs
...
- big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
naming and such
- split debug channel cdaudio into cdrom and mcicda
- fixed some typos
2000-02-07 16:28:52 +00:00
Ove Kaaven
c956f67f46
Added INT_Int16ReadChar and made int09 handle special keys.
2000-02-03 00:47:01 +00:00
Ove Kaaven
0b7a532acf
Made int9 handler add keystroke to BIOS keyboard buffer.
2000-01-30 02:54:14 +00:00
Andreas Mohr
1fe93345c4
- support for reading labels and serial nums from device
...
- "reasonable" misc/cdrom.c device handling
- much improved audio CD support
- serial number overwrite bug fix
- spelling fixes
2000-01-29 21:11:47 +00:00
Eric Pouech
b4b9303e07
Fixed first/last playable frame referencing.
1999-12-25 22:54:54 +00:00
Dimitrie O. Paun
dd03cc19fd
Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
...
Use the default version of FIXME, ERR, WARN, TRACE for the default
channel.
1999-12-08 03:56:23 +00:00
Niels Kristian Bech Jensen
1d5bc469cc
Removed extra #include statements.
1999-11-21 02:14:36 +00:00
Patrik Stridvall
96336324cf
- Added missing configuration #if:s and #includes:s.
...
- Minor configuration related changes.
1999-10-24 22:13:47 +00:00
Robert 'Admiral' Coeyman
0e04d8b0a8
Report non-hercules video. Turned on int 2a.
1999-10-23 19:01:10 +00:00
Marcus Meissner
d87a8abbbc
Replicate CreateDirectory() LastError workaround for the LFN part.
1999-10-13 12:16:06 +00:00
Patrik Stridvall
410d89970d
Modification due to problems with winapi-check.
1999-09-29 10:23:18 +00:00
Alexandre Julliard
26e1653017
Implemented uppercasing functions (based on a patch by Robert
...
'Admiral' Coeyman).
1999-09-23 11:50:58 +00:00
Patrik Stridvall
311e456a64
Added support for anonymous structs/unions on compilers that implement it.
1999-09-19 14:20:33 +00:00
Alexandre Julliard
7d8cfeb95c
Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
...
aliasing optimization problems.
1999-08-01 14:58:01 +00:00
Alexandre Julliard
a1089c59b9
Made stack manipulation macros into inline functions.
...
Changed a few accesses to context registers to avoid potential
aliasing optimization problems.
1999-08-01 12:51:55 +00:00
Patrik Stridvall
0e38aa7fda
Various ANSI C compability fixes.
1999-07-31 17:34:43 +00:00
Ulrich Weigand
ff9c44f396
Bugfix: missing WINAPIs added.
1999-06-27 15:28:51 +00:00
Alexandre Julliard
61fece0590
Converted to the new debug interface, using script written by Patrik
...
Stridvall.
1999-06-26 19:09:08 +00:00
Alexandre Julliard
617955db88
Changed CONTEXT into CONTEXT86 everywhere we really want an i386
...
context.
Added #ifdef __i386__ around accesses to 386 registers in the generic
CONTEXT structure.
1999-06-26 18:40:24 +00:00
Patrik Stridvall
1ed4ecffa8
ANSI C fixes.
...
Removed warnings.
Made the include files self-sufficient.
Some Solaris fixes.
1999-06-26 14:58:24 +00:00
Alexandre Julliard
0a860a01f9
Merged THDB and TEB structures.
...
Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
1999-06-22 11:43:42 +00:00
Ove Kaaven
e78e1af43e
Various DPMI fixes and preliminary DPMI raw mode switch handler.
1999-06-12 08:09:52 +00:00
Ove Kaaven
f7bd7adb91
Added INT_Int16AddChar.
1999-05-22 11:27:40 +00:00
Ove Kaaven
59c827325c
Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
...
on the correct address space. Added DOSMEM_MovePointers() that
relocates selectors when the DOS address space changes (i.e. when
dosmod is spawned, particularly from Win16 apps that uses DPMI to
execute real-mode code). More complete DOS device implementation.
1999-05-22 10:41:28 +00:00
Juergen Schmied
f08b81961b
Some stubs for pccard vxd to debug the native shell32.
1999-05-22 10:33:50 +00:00
Ove Kaaven
e9251b05b7
Improved shortcuts - follows jumps in trying to avoid switching to
...
real mode unnecessarily.
1999-05-17 16:05:16 +00:00
Marcus Meissner
9a6fbe49ca
Added missing WINAPI for the callback procs.
1999-05-12 10:45:05 +00:00
Patrik Stridvall
1bb9403938
ANSI C fixes.
1999-05-08 15:47:44 +00:00
Ove Kaaven
07d2a78993
Moved DOS List of Lists initialization, and added the beginnings of
...
the DOS device structures.
1999-05-08 10:54:04 +00:00