Peter Veenstra
0e9168b556
Fix some memory leaks. Fix double destruction of classes. Add some input checks on the environment reader
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2465
2006-01-30 19:37:49 +00:00
Sjoerd van der Berg
6b7b66c0ec
Improved clearing the cache a bit
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2464
2006-01-30 19:05:05 +00:00
Peter Veenstra
3fc521c909
Fix compilation without png
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2463
2006-01-30 16:10:13 +00:00
Sjoerd van der Berg
5866acbba2
Fix not giving bad updaterects during an unfinished screenupdate
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2462
2006-01-30 15:02:34 +00:00
Peter Veenstra
b33bfb80d9
Add a larger cache. Allocated when the dynamic core is selected.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2461
2006-01-30 14:01:52 +00:00
Peter Veenstra
e82452e6a9
added render_loops.h
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2460
2006-01-30 11:58:14 +00:00
Sjoerd van der Berg
5efb59c0aa
Fix double height scaler
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2459
2006-01-30 11:56:55 +00:00
Sjoerd van der Berg
5190334069
Add video for windows control for zmbv codec
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2458
2006-01-30 11:29:06 +00:00
Sjoerd van der Berg
952f8f0d1d
Fix some gcc compilation issues
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2457
2006-01-30 10:55:49 +00:00
Peter Veenstra
78f4e566bc
fix a memleak
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2456
2006-01-30 10:45:49 +00:00
Peter Veenstra
6804f85609
add vga_23.cpp
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2455
2006-01-30 10:33:58 +00:00
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