1
0
Fork 0
Commit graph

487 commits

Author SHA1 Message Date
Peter Veenstra
14d8f44e0e Add patch "DAC on LPT1, covox emulation added." from zbiggy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2703
2006-09-30 12:33:36 +00:00
Peter Veenstra
0cee9f42c7 Appy patch "[ 1555189 ] Fix for Alien Breed" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2698
2006-09-10 13:21:43 +00:00
Peter Veenstra
aea9c0fa83 Patch "[ 1555185 ] Fix for SVGA Harrier" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2697
2006-09-09 16:06:32 +00:00
Peter Veenstra
3055f3bdd5 reallocate allocates on handle 0 now as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2694
2006-08-30 12:19:04 +00:00
Sebastian Strohhäcker
2b5eb21748 extend soundblaster mixer controls (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2693
2006-08-28 17:02:31 +00:00
Sebastian Strohhäcker
e11274fe6e add/fix some more soundblaster modes (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2692
2006-08-25 09:40:19 +00:00
Sebastian Strohhäcker
be9a70adfd fix unsigned 16bit samples sb16 output
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2690
2006-08-21 20:08:26 +00:00
Sebastian Strohhäcker
7a452cbf72 prevent rare crashes when forcing sb16 when no second dma controller is present
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2686
2006-08-16 16:08:24 +00:00
Sebastian Strohhäcker
3b2a10e63b timer fix for 1000 Miglia (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2680
2006-08-03 19:36:12 +00:00
Peter Veenstra
06297a72ae Don't raise irq 0 when programming a new timer instantatanously. Take in account that the hardware requires some time to be setup as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2669
2006-07-10 09:27:37 +00:00
Sebastian Strohhäcker
7a842811f0 fix for virtual pool (vasyl)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2668
2006-07-08 16:32:26 +00:00
Peter Veenstra
7cac8ec376 Make gcc happy. (thanks Ludwig).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2664
2006-06-29 19:05:54 +00:00
Peter Veenstra
e065bf63d2 Add fast irq for it came from the desert.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2636
2006-05-23 10:30:29 +00:00
Peter Veenstra
796af47e74 Move irq 2/9 to a different location.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2635
2006-05-23 10:30:02 +00:00
Peter Veenstra
4775cd6f42 Synchronize timer on repeated events to compensate for lost accuracy.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2628
2006-05-19 10:34:02 +00:00
Peter Veenstra
94bbf1e01f Add patch "[ 1488441 ] fix for dosbox-0.65 build error on Solaris 5.8 (powf)" by Claudio Fontana.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2625
2006-05-18 11:32:09 +00:00
Peter Veenstra
8ece9230da timer mode 0 counter after passing terminal count update by h-a-l-9000.(Fixes Archon Ultra and The Horde)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2624
2006-05-18 11:25:46 +00:00
Sebastian Strohhäcker
458d7e5dee check io permission for dyncore port access
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2621
2006-05-01 19:34:41 +00:00
Peter Veenstra
550e61640f keep it compiling with msvc.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2594
2006-04-12 18:52:50 +00:00
Peter Veenstra
132bbffb68 Add part of patch 1235377 of msharov and fix a few small bugs in the return values of the cpu cores
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2593
2006-04-11 19:02:33 +00:00
Peter Veenstra
49870fee9c Implement counter status.(h-a-l-9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2592
2006-04-11 12:02:09 +00:00
Sjoerd van der Berg
2c76e6130f Remove video frame logging message and add a new stopped capturing message
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2577
2006-03-29 13:51:58 +00:00
Peter Veenstra
cc60e080e0 update some comments. Update mixer to be more oldstyle
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2559
2006-03-27 19:41:55 +00:00
Peter Veenstra
f5e4334ff8 Fix compilation when there is no zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2556
2006-03-27 19:18:00 +00:00
Peter Veenstra
6a48704051 Don't use listensocket if portbind failed. Fixes crash when port can't be bound to.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2552
2006-03-24 17:11:35 +00:00
Peter Veenstra
dba2dbcbd3 change log_msg to log. Improves behaviour in release version when games use the undefined port.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2551
2006-03-19 11:20:20 +00:00
Peter Veenstra
1387fa3d55 Fix hanging installers of darklands and master of orion. It even fixes It came from the desert.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2549
2006-03-19 10:24:59 +00:00
Peter Veenstra
977a33d64b typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2548
2006-03-18 12:29:14 +00:00
Peter Veenstra
a98616a982 merged mpu and intelligent into one option
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2547
2006-03-18 12:28:30 +00:00
Peter Veenstra
0ce4453cdf some configuration items renames.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2546
2006-03-13 20:01:55 +00:00
Peter Veenstra
c4313730b6 acknowlegde second pic before running int a
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2542
2006-03-12 21:16:23 +00:00
Peter Veenstra
3ceb01754e Some small changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2541
2006-03-12 21:14:45 +00:00
Peter Veenstra
da5641fc2f Revert former fix so that panic works again. (DSTROY still works as well). Makes no sense though.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2525
2006-02-27 20:16:49 +00:00
Peter Veenstra
fcae186854 Fix tearline tyrian. Hopefully I don't break too much other things.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2524
2006-02-27 20:16:08 +00:00
Peter Veenstra
6c7c289c62 Hopefully fix gameblaster support.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2518
2006-02-26 16:01:31 +00:00
Peter Veenstra
2d8426975a modem changes by hal.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2515
2006-02-26 13:48:06 +00:00
Peter Veenstra
e93325eeaf ipx changes by hal
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2514
2006-02-26 13:46:31 +00:00
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
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
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
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
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
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
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
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
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
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
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