1
0
Fork 0
Commit graph

575 commits

Author SHA1 Message Date
Sebastian Strohhäcker
e0d88e1d11 additional svga chipset emulation (tseng, paradise) and small fixes for s3, vasyl
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3075
2008-01-09 20:34:51 +00:00
Sebastian Strohhäcker
2c95419294 report irq2 as active when irq's on the second pic are active (pic cascading), thanks Srecko
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3074
2008-01-07 22:29:37 +00:00
Sebastian Strohhäcker
a472b4777b small vga fixes (vasyl)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3067
2007-12-27 10:57:51 +00:00
Sebastian Strohhäcker
4577f5ed59 resize screen on sequencer font size changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3066
2007-12-23 16:00:53 +00:00
Sebastian Strohhäcker
b9a73a548c fix some custom hicolor s3 modes' width settings (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3065
2007-12-19 21:12:22 +00:00
Sebastian Strohhäcker
0dba278956 fix some bugs+enhance the s3/xga emulation (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3059
2007-12-10 22:11:13 +00:00
Sebastian Strohhäcker
f87fc49809 add scanline-precise changeability of some vga features (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3058
2007-12-09 17:02:55 +00:00
Peter Veenstra
abbf10093f small bugfix by hal.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3054
2007-12-06 17:44:19 +00:00
Peter Veenstra
28c34f2b04 Add fix for dungle schatten 1. Implement timer mode 1. Flip gate2 default value (h-a-l-9000)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3049
2007-11-18 17:09:15 +00:00
Peter Veenstra
1b2e2b541e Silence a warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3032
2007-11-01 12:11:40 +00:00
Sebastian Strohhäcker
57dc3947b3 that one, too...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3022
2007-10-20 16:01:40 +00:00
Sebastian Strohhäcker
ecbec7dda0 align vga memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3021
2007-10-19 20:30:24 +00:00
Peter Veenstra
b8f26b557f Fix compilation under GCC 4.3 (ludwig).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3018
2007-10-16 07:29:22 +00:00
Sebastian Strohhäcker
280c9c0832 add textmode character underline feature (see sf patch #1805880)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3016
2007-10-14 13:12:19 +00:00
Sebastian Strohhäcker
993f47a01c some more ega updates (monitor, height control, text modes)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3015
2007-10-13 16:34:06 +00:00
Sebastian Strohhäcker
129fbb70fd several ega machine fixes (mode parameters, double scanning, palette data etc.)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3011
2007-10-07 18:38:24 +00:00
Sebastian Strohhäcker
3fef357644 add textmode pel panning (see sf patch #1805880)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3009
2007-10-06 11:56:12 +00:00
Sebastian Strohhäcker
c847af5363 fix chained vga handler
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3008
2007-10-05 19:47:34 +00:00
Sebastian Strohhäcker
d0b4e12779 clean up memory access functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3003
2007-09-29 13:23:59 +00:00
Sebastian Strohhäcker
c9eb0378a5 add vret irq (ega only; fixes Gauntlet hanging)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3001
2007-09-28 21:06:18 +00:00
Sebastian Strohhäcker
b0855c4d63 add true 720x400/360x400 vga textmodes for vga-only setting (8+1x16 font)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3000
2007-09-28 15:40:46 +00:00
Sebastian Strohhäcker
d64648208a tweak some vga bios functions to better stick to real implementations
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2995
2007-09-24 20:50:40 +00:00
Sebastian Strohhäcker
9b7ea9c03f fix line split check (thanks to ripsaw8080; fixes graphical bugs in Event Horizon games)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2993
2007-09-21 15:34:13 +00:00
Sebastian Strohhäcker
6188566e38 add partial ega-only machine
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2992
2007-09-20 16:42:43 +00:00
Peter Veenstra
6d39ef970f 0.72 final changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2987
2007-08-26 17:19:46 +00:00
Sebastian Strohhäcker
0190a6e149 Silence a few warnings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2964
2007-08-12 19:16:01 +00:00
Sebastian Strohhäcker
2ff695971f make the used joystick selectable when 4axis is specified
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2961
2007-08-12 10:23:36 +00:00
Peter Veenstra
c7205d0750 Improve/fix aspect correction.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2954
2007-08-08 13:16:17 +00:00
Peter Veenstra
5b8517762e Fix Space Quest 6 sound. (switching to old style dma transfers resets the sign of the dma transfer)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2952
2007-08-08 08:03:48 +00:00
Sebastian Strohhäcker
6403c0e6ed reduce logging a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2924
2007-07-19 18:58:39 +00:00
Sebastian Strohhäcker
83de8ea88c fix some pcspeaker mode (high-frequency reloading); fixes Test Drive/Grand Prix Cycles and similar
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2920
2007-07-15 16:36:27 +00:00
Sebastian Strohhäcker
fd879f6ccc fix tandy sound zero writes (NewRisingSun)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2905
2007-06-29 17:56:07 +00:00
Sebastian Strohhäcker
f034692ce8 typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2901
2007-06-28 16:02:27 +00:00
Peter Veenstra
1773cb623f Change dma routine a bit. allow games in autoinit mode to fill dma buffer at the last moment.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2888
2007-06-14 18:06:59 +00:00
Peter Veenstra
a5ac3216ba Some more const stuff. Silences a few warnings and removes a few casts. Update description of dss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2886
2007-06-14 08:23:46 +00:00
Sebastian Strohhäcker
0c24e87fdc silence some warnings, add most of sf patch #1185267 by Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2883
2007-06-12 20:22:09 +00:00
Peter Veenstra
dd42270cf7 less warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2881
2007-06-12 19:17:43 +00:00
Peter Veenstra
b6aff7b628 clean up gus a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2878
2007-06-09 07:56:17 +00:00
Peter Veenstra
9a36682b3a patch by h-a-l-9000 to exclude the overscan area when dealing with the blanking period. makes the scanline count 400 instead of 415. Should improve scrolling.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2877
2007-06-08 08:26:37 +00:00
Peter Veenstra
44fd176892 Some patches by h-a-l-9000. Simple implementation of the gate of timer 2. Only switch to bcd when programming. Don't fire the same irq twice when reprogramming.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2876
2007-06-08 08:21:45 +00:00
Sebastian Strohhäcker
43de744e01 move some FillFlags calls into their respective cpu function;
change some cpu functions to directly return values


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2864
2007-06-01 16:40:40 +00:00
Sebastian Strohhäcker
89c9f7d9ad fix reading vga sequencer data port for invalid indices, thanks to vasyl (see sf bug #1173098);
fixes some svga detection routines (Grandest Fleet 2, sf bug #1723717)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2861
2007-05-28 16:29:11 +00:00
Peter Veenstra
9a9b883cbf Fix compilation problems with winsock
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2857
2007-05-23 08:05:22 +00:00
Peter Veenstra
0911359ee9 Make it possible to disable alsa. Fix various compiler and configure related bugs. Hopefully fixes 1677839, 1678736, 1693635,1697017 and the various email reports
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2855
2007-05-15 15:51:30 +00:00
Sebastian Strohhäcker
201d9b6592 fix mixer underflow (muted pcspeaker in unlocked speed mode; thanks to ykhwong for his report)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2848
2007-05-01 18:57:19 +00:00
Sebastian Strohhäcker
220d61976a don't exit on special fully-nested PIC mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2841
2007-04-16 13:25:06 +00:00
Sebastian Strohhäcker
486d5ca7a8 fully ignore screen-off bit (fixes Darklands, Skyroads3d)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2828
2007-02-27 19:48:46 +00:00
Sebastian Strohhäcker
6363fe8004 fix operator priority
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2825
2007-02-24 21:07:22 +00:00
Peter Veenstra
a32707e4e1 Change the video card timing a bit. Fix a few bugs related to the palette registers. Fix pel_panning.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2819
2007-02-22 08:47:45 +00:00
Peter Veenstra
c392dcfc90 Add new option: buttonwrap. For people who like to map a lot of keys to their joystick.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2817
2007-02-22 08:44:07 +00:00