Sjoerd van der Berg
b202a02f2e
Remove SSE instrinsics include
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2454
2006-01-30 10:23:30 +00:00
Sjoerd van der Berg
16e30fb710
Add the missing losing focus call
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2453
2006-01-30 10:20:25 +00:00
Sjoerd van der Berg
960f3b55ec
new svgacard option
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2452
2006-01-30 10:11:18 +00:00
Sjoerd van der Berg
40c0e26781
ZMBV codec for avi capturing
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2451
2006-01-30 10:10:04 +00:00
Sjoerd van der Berg
b032209b75
Support for 15/16/32 bpp and highres 4bpp
...
Added some lowres resolutions to the vesa modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2450
2006-01-30 10:07:19 +00:00
Sjoerd van der Berg
f416052584
Fix some compilation warnings
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2449
2006-01-30 10:06:36 +00:00
Sjoerd van der Berg
28588c997b
New seperate read/write handlers for getHostPt
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2448
2006-01-30 10:04:46 +00:00
Sjoerd van der Berg
b45c282867
Avi capturing with zmbv codec
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2447
2006-01-30 10:04:20 +00:00
Sjoerd van der Berg
c196fba725
Rewrtites of most memory and drawing handlers
...
Some splitting of the s3 hardware into a seperate module
Support for 15/16/32bpp modes
Support for a highres 4bpp mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2446
2006-01-30 10:04:03 +00:00
Sjoerd van der Berg
8bc8960ab7
Fix compilation warning
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2445
2006-01-30 10:00:44 +00:00
Sjoerd van der Berg
3b74afe0c4
Scaler rewrite for detecting changes
...
New scalers for tv3x, rgb2x, rgb3x, scan2x, scan3x
Only updaterect the changed parts in sdl
Add support for 15/16/32bpp modes
Add support for highres 4bpp modes
Rewrite of vga page handlers for most other modes
AVI capturing using zmbv codec
New option for hardware scaled windows to try and reach a specified resolution
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2444
2006-01-30 09:58:07 +00:00
Sjoerd van der Berg
0968989c7a
Remove active events when losing focus
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2443
2006-01-30 09:57:18 +00:00
Sjoerd van der Berg
a9f5e6619b
Scaler rewrite for detecting changes
...
New scalers for tv3x, rgb2x, rgb3x, scan2x, scan3x
Only updaterect the changed parts in sdl
Add support for 15/16/32bpp modes
Add support for highres 4bpp modes
Rewrite of vga page handlers for most other modes
AVI capturing using zmbv codec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2442
2006-01-30 09:54:34 +00:00
Sjoerd van der Berg
8cceb3b0e9
new svgacard option that's not finished
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2441
2006-01-30 09:49:07 +00:00
Sjoerd van der Berg
45f98bff53
Fix some compilation warnings
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2440
2006-01-30 09:48:03 +00:00
Sjoerd van der Berg
c739745151
New pagehandler option for different read and write pointers
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2439
2006-01-30 09:47:04 +00:00
Sjoerd van der Berg
5a601f5b35
New pagehandler option for different read and write pointers
...
Slight change to getphysicaladdress call to always use the tables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2438
2006-01-30 09:46:01 +00:00
Peter Veenstra
c5c513fc60
Work around broken POSIX implementations.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2437
2006-01-27 10:44:55 +00:00
Peter Veenstra
2f358d904e
increased amount of simultanious cdrom drives. Makes a few people happy with games that have lot's of cdroms.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2436
2006-01-27 07:54:51 +00:00
Sebastian Strohhäcker
e24298c28a
dynamic core: add memory checking stack functions (Descent1),
...
move rarely executed blocks to end of cacheblock
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2435
2006-01-26 21:07:17 +00:00
Peter Veenstra
2b828867f7
change ctrl-pause to alt-pause
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2434
2006-01-22 14:13:00 +00:00
Peter Veenstra
18cb433c5c
update Changelog
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2433
2006-01-22 14:10:37 +00:00
Sebastian Strohhäcker
f47287f59c
dynamic core: prevent double memory access on smc,
...
handle 16bit-underflow of stack (fixes Privateer)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2432
2006-01-20 21:27:03 +00:00
Peter Veenstra
67693a9396
Add patch 1391092:"Soundblaster DSP fixes" from Vasyl and the SB MIDI interface from Srecko.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2431
2006-01-19 14:42:19 +00:00
Sebastian Strohhäcker
931561bf3b
handle modification of the running dynamic core code block
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2430
2006-01-17 20:29:50 +00:00
Sebastian Strohhäcker
c325a806e2
reduce size of exception-check code in the dynamic core
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2429
2006-01-13 17:29:11 +00:00
Peter Veenstra
afb9e84c53
Add an noautoexec switch (RFE: 1215226). And made echo off skip the internal SET lines of dosbox as well. (RFE/PATCH: 1258897)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2428
2006-01-12 10:20:20 +00:00
Peter Veenstra
92203e9c1a
change ctrl to alt for increase Hue
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2427
2006-01-11 09:32:12 +00:00
Peter Veenstra
57167a934e
some issues with the restartable stuff.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2426
2006-01-11 09:25:38 +00:00
Sebastian Strohhäcker
8faeb470b4
ignore unneeded fpu-exception flags
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2425
2006-01-08 18:05:06 +00:00
Sebastian Strohhäcker
17ea37fe89
add pagefault checking memory functions to the dynamic core
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2424
2006-01-07 14:17:53 +00:00
Sebastian Strohhäcker
146d4b3380
initialize a few fixed-position bios interrupt locations
...
(fixes Star Fleet 2, Defender booter), revector some dos-occupied
ints when booting/set stack to safe values (fixes some booters)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2423
2006-01-05 14:14:53 +00:00
Sebastian Strohhäcker
a8f1afe1c2
change int13-reset for old bios versions (Wizardry booter)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2422
2005-12-26 20:28:08 +00:00
Sebastian Strohhäcker
c1fd235522
use fixed keyboard buffer start/end for old bioses (ApplePanic booter);
...
enable PCJr selection
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2421
2005-12-22 20:37:20 +00:00
Sebastian Strohhäcker
15455827d9
faster resume of tandy DAC playing after stop request (Outrun)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2420
2005-12-20 21:33:02 +00:00
Peter Veenstra
60be22c0ed
Fix some endian issues
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2419
2005-12-20 08:56:16 +00:00
Peter Veenstra
5bf04c6293
Some endian fixes
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2418
2005-12-20 08:42:40 +00:00
Sebastian Strohhäcker
ef5e7f519e
fake a 128k-PCJr when com files are loaded low (dos memory only)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2417
2005-12-19 20:39:51 +00:00
Sebastian Strohhäcker
2d06e15795
remove enhanced-attribute of keys in PCJr keyboard layer
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2416
2005-12-18 21:22:42 +00:00
Sebastian Strohhäcker
7c919537f0
add truemem field, correct reported memory for tandy (Transsylvania/TandyDOS)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2415
2005-12-17 16:28:18 +00:00
Sebastian Strohhäcker
b9bba72519
add small free MCB to start of dos memory (fixes Cannon Fodder2 sound, Xenobots)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2414
2005-12-16 21:05:46 +00:00
Sebastian Strohhäcker
d817b8df8c
use different scanline length detection for cga4 putpixel;
...
fix doublewidth for tandy2 modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2413
2005-12-15 20:53:05 +00:00
Sebastian Strohhäcker
a93c252133
add bestfit search to DOS_AllocateMemory (Armour-Geddon)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2412
2005-12-14 16:32:33 +00:00
Peter Veenstra
8ebe87d0ce
Don't restore int 33 vector on int 10 mode change. Fixes Rac Racing and Big Red Adventure
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2411
2005-12-13 11:15:50 +00:00
Sebastian Strohhäcker
748a64aa08
add memory wrapping to 16 colour tandy modes (vertical scrollers, Scuba Venture);
...
double pixels in mode8 (160x200) to fit screen better
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2410
2005-12-11 15:09:50 +00:00
Sebastian Strohhäcker
a708a1344f
use RAM for PCJr graphics memory
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2409
2005-12-05 21:25:56 +00:00
Sjoerd van der Berg
380a7c73d0
Add support for canonicalized directory entry readout
...
Should fix fade to black videoplay
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2408
2005-12-05 19:23:10 +00:00
Peter Veenstra
35dccef707
Added hue control for the composite mode.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2407
2005-12-05 12:18:12 +00:00
Peter Veenstra
6833d3ada5
Some progress report for the "fans".
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2406
2005-12-05 12:09:33 +00:00
Peter Veenstra
b37e0b8c26
copy/paste errors.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2405
2005-12-05 12:09:00 +00:00