Sebastian Strohhäcker
|
da4e039021
|
enable ems remapping during dma transfers from the pageframe
(fixes sound in several MicroProse games)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2512
|
2006-02-24 14:31:24 +00:00 |
|
Peter Veenstra
|
6472a2bbf3
|
display gig correctly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2511
|
2006-02-24 11:50:11 +00:00 |
|
Peter Veenstra
|
579bf59181
|
Fix alien odyssey.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2510
|
2006-02-23 08:13:14 +00:00 |
|
Peter Veenstra
|
2fa26d71d1
|
Whoops. Mention Ido Beeri.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2509
|
2006-02-20 14:40:37 +00:00 |
|
Peter Veenstra
|
50a6f4e0be
|
Improve fat drive (findnext). Fat drive still not perfect. Deleting of files sometimes messes FAT up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2508
|
2006-02-20 08:59:52 +00:00 |
|
Peter Veenstra
|
a2cb88f491
|
Fix for aces of the deep with vcpi.(wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2507
|
2006-02-18 14:45:12 +00:00 |
|
Sebastian Strohhäcker
|
db884adba4
|
add scancode mapping of MacOSX for usescancodes=true (thanks to cc_benny for this!)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2506
|
2006-02-16 20:18:59 +00:00 |
|
Peter Veenstra
|
1446999784
|
SDL under vsc doesn't close console ?(kekko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2505
|
2006-02-15 14:48:41 +00:00 |
|
Peter Veenstra
|
4ab4344906
|
Make cycles=auto look more beautiful ;)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2504
|
2006-02-14 13:04:02 +00:00 |
|
Peter Veenstra
|
3656d0e599
|
Change -1 to ~0. Let's hope I didn't break a thing.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2503
|
2006-02-14 12:46:43 +00:00 |
|
Peter Veenstra
|
8b9ba65e36
|
Fix a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2502
|
2006-02-14 12:44:38 +00:00 |
|
Peter Veenstra
|
c807253656
|
hopefully fix random crashes with cycles=auto
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2501
|
2006-02-14 09:53:24 +00:00 |
|
Peter Veenstra
|
28e87018ac
|
Give debugger console a name as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2500
|
2006-02-14 08:51:07 +00:00 |
|
Peter Veenstra
|
fd40723fd2
|
Give console a name
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2499
|
2006-02-14 08:49:30 +00:00 |
|
Peter Veenstra
|
fba1560397
|
Add render_simple.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2498
|
2006-02-13 11:12:29 +00:00 |
|
Sjoerd van der Berg
|
36f1182601
|
Handle window exposure to trigger a full redraw
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2497
|
2006-02-13 09:26:01 +00:00 |
|
Sjoerd van der Berg
|
c7f66d9a40
|
Handle the gfx loving based on the source bpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2496
|
2006-02-13 08:22:18 +00:00 |
|
Peter Veenstra
|
df62fa5c20
|
lock mouse on 0xc (define USR) (requested by wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2495
|
2006-02-13 07:48:25 +00:00 |
|
Sjoerd van der Berg
|
572b1ea551
|
New format for mapper handlers to support keeping keys pressed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2494
|
2006-02-12 23:55:53 +00:00 |
|
Sjoerd van der Berg
|
1ee4a87477
|
Fix some non-debug mapper handler to new format
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2493
|
2006-02-12 23:53:50 +00:00 |
|
Sjoerd van der Berg
|
397220ea1d
|
Rewrite the simple scalers to handle everything in one pass for less memory strain
Limit the complex scalers to a lower resolution and share some memory for framecache
fix image output to reduce FPS when capturing with frameskip
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2492
|
2006-02-12 23:43:54 +00:00 |
|
Sjoerd van der Berg
|
2fb65fe0ee
|
New format for mapper handlers to support keeping keys pressed.
Better support for double buffering with surface output with the new cached scalers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2491
|
2006-02-12 23:39:37 +00:00 |
|
Sjoerd van der Berg
|
4a0acfb45a
|
New format for mapper handlers to support keeping keys pressed.
Add unlocked speed hotkey
Add some sort of auto cycle guessing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2490
|
2006-02-12 23:28:21 +00:00 |
|
Sjoerd van der Berg
|
03633e3a5c
|
New format for mapper handlers to support keeping keys pressed.
Add png capturing of 15,16,32bpp input
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2489
|
2006-02-12 23:25:46 +00:00 |
|
Sjoerd van der Berg
|
b81c210530
|
New format for mapper handlers to support keeping keys pressed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2488
|
2006-02-12 23:23:52 +00:00 |
|
Sjoerd van der Berg
|
19985730a3
|
Disable LFB in 4bpp vesa modes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2487
|
2006-02-12 23:06:15 +00:00 |
|
Peter Veenstra
|
2315b01df0
|
Add patch:"
[ 1391443 ] directory iterators for the iso drive" from prompt
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2486
|
2006-02-12 13:32:30 +00:00 |
|
Peter Veenstra
|
d1db7843eb
|
add lowest priority class. RFE 1306384
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2485
|
2006-02-12 13:19:58 +00:00 |
|
Peter Veenstra
|
234d45fabc
|
Add patch: "
[ 1425902 ] Zipped Motion Block Vector VFW codec fixes" from virtualdub
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2484
|
2006-02-12 12:35:13 +00:00 |
|
Peter Veenstra
|
ecc77541f1
|
Add patch " 1428943 ] Fix for wrong ATTR flipflop state after INT10_SetVideoMode" from vasyl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2483
|
2006-02-12 12:30:54 +00:00 |
|
Sjoerd van der Berg
|
0e3603396e
|
New mixer routine to handle speeding up emulator causing faster output
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2482
|
2006-02-11 09:37:16 +00:00 |
|
Sebastian Strohhäcker
|
f6efa75ba5
|
fix a few key combinations of the numblock when numlock enabled
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2481
|
2006-02-09 21:29:19 +00:00 |
|
Peter Veenstra
|
df67775306
|
time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
|
2006-02-09 11:47:57 +00:00 |
|
Peter Veenstra
|
f29645ce69
|
Add icon + mention movie capturing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2479
|
2006-02-09 08:49:52 +00:00 |
|
Peter Veenstra
|
bb17ee6101
|
add icon to titlebar
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2478
|
2006-02-09 08:42:42 +00:00 |
|
Sebastian Strohhäcker
|
eb3209cc3a
|
fix pcjr doublewidth of mode 0x0a
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2477
|
2006-02-08 19:03:52 +00:00 |
|
Peter Veenstra
|
b2ca61030e
|
Fix ROM checksum. (was broken as setupvesa modifies the rom as well)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2476
|
2006-02-08 15:13:06 +00:00 |
|
Sjoerd van der Berg
|
3be8dfc37a
|
Fix png output from generating too big files and being unreadable for certain viewers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2475
|
2006-02-08 07:16:15 +00:00 |
|
Peter Veenstra
|
163e4a81a2
|
Some special case for mode 6
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2474
|
2006-02-07 20:25:47 +00:00 |
|
Sebastian Strohhäcker
|
17e0c0b8c5
|
fix VESA_ScanLineLength subcall 1;
improve some vesa mode detection a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2473
|
2006-02-07 20:12:27 +00:00 |
|
Sjoerd van der Berg
|
734c9856e1
|
New callback_setupat call
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2472
|
2006-02-03 17:07:41 +00:00 |
|
Sjoerd van der Berg
|
ab78ad03e6
|
Fix some 32bpp colormask issues
Rewrite protected mode vbe2 interface
Fix set scanlength call somewhat
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2471
|
2006-02-02 17:57:08 +00:00 |
|
Peter Veenstra
|
5f4018f19d
|
workaround bug in pdcurses
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2470
|
2006-02-01 07:59:54 +00:00 |
|
Sjoerd van der Berg
|
69550d3db5
|
Fix some issues with 1024x768 resolutions
Add the adveinterp3x scaler, although not really doing much interpolating
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2469
|
2006-02-01 07:22:45 +00:00 |
|
Peter Veenstra
|
2ac98a74ab
|
Add patch 1210768 which reintroduces the lockfree mouse from Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2468
|
2006-01-31 09:26:45 +00:00 |
|
Peter Veenstra
|
73530a5ed1
|
Added vga_s3
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2467
|
2006-01-31 07:31:45 +00:00 |
|
Peter Veenstra
|
dec67f0129
|
mention noautoexec
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2466
|
2006-01-30 19:55:21 +00:00 |
|
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 |
|