1
0
Fork 0
Commit graph

594 commits

Author SHA1 Message Date
Sebastian Strohhäcker
fb9bded44e add cga crtc mirror-registers (fixes Prohibition); thanks to jmk
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3146
2008-04-21 19:55:02 +00:00
Sebastian Strohhäcker
533b4bf359 correct ega machine graphics clock values (hal);
better handling of aspect correction for ega machine with certain modes


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3142
2008-04-13 19:50:47 +00:00
Sebastian Strohhäcker
e421cd96d2 ega always resets vga pel pan/byte skip on line compare (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3141
2008-04-12 20:32:19 +00:00
Sebastian Strohhäcker
f22cb0236b add vga horizontal address byte skipping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3138
2008-04-01 19:58:34 +00:00
Peter Veenstra
650536481f Remove implementation depended behavior.(fixes black lines with gcc 3.4 on vgaonly)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3137
2008-03-31 19:09:51 +00:00
Sebastian Strohhäcker
cb14a46164 revert some linecompare hack, fix vga drawing start for zero-linecompare values (fixes Event Horizon game glitches)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3135
2008-03-30 19:59:42 +00:00
Peter Veenstra
5491001923 Add zooming stuff from hal. Add some fixes by wd and hal to prevent crashing related not enough lines calculated with screenresizes (vgaonly).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3134
2008-03-30 18:02:23 +00:00
Peter Veenstra
d7294c6314 rename LOG_DMA to LOG_DMACONTROL to remove nameclash with soundblaster dma.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3128
2008-03-19 08:41:45 +00:00
Sebastian Strohhäcker
861c9d8ee7 fix memory wrapping for special 128k window (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3126
2008-03-16 18:53:33 +00:00
Sebastian Strohhäcker
2ee19ba49d add s3-id rom string
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3125
2008-03-14 22:00:59 +00:00
Sebastian Strohhäcker
cd68884361 make rom out of ems pageframe segment when BOOTing a disk
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3118
2008-03-09 20:32:23 +00:00
Sebastian Strohhäcker
39efc20d3e pel panning+line compare handled different in textmodes, fixes diamond cave (thanks to hal for spotting this)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3116
2008-03-08 12:29:59 +00:00
Peter Veenstra
f2c40b9407 Add way to easy timer 4 check to counter_output. But seems to work.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3113
2008-03-02 08:55:04 +00:00
Peter Veenstra
eb14c103fe GCC 4.3 header.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3111
2008-02-26 08:55:29 +00:00
Sebastian Strohhäcker
8ee3853d17 delay small vertical display end changes a bit to avoid immediate screen resizing
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3094
2008-02-06 18:23:34 +00:00
Sebastian Strohhäcker
cb40dff18b keep some lower limit for allocated vga memory
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3093
2008-02-05 17:58:14 +00:00
Sebastian Strohhäcker
827bb02217 always stick to correct vga memory wrapping
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3090
2008-02-02 20:47:24 +00:00
Sebastian Strohhäcker
50917251f4 add variable-size graphics memory, enable some more vga memory wrapping (vasyl)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3077
2008-01-12 17:37:48 +00:00
Sebastian Strohhäcker
056302a6a5 xga fix for win3x paint (hal)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3076
2008-01-10 20:36:03 +00:00
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