VOGONS

Common searches


Search results

Display options

Re: CGA Compatibility Tester

Trixter and I figured this out a while ago by looking at the CGA schematics. Interlaced mode works by making an odd number of half-scanlines per field and is theoretically supported by the 6845. However, the IBM CGA hardware manipulates the horizontal and vertical sync pulses that come out of the …

Re: 40 Column Text Mode Issues

I had a conversation with Trixter about this quite recently. Actually we were talking about sampled sound rather than palette effects, but the code is almost identical. We determined that (taking into account interrupt overhead) it is possible to output a byte to port 42h every 44 microseconds. A …

Re: 40 Column Text Mode Issues

Yes, exactly. When I made this table I realized that it might be possible to do some rather spectacular palette effects in by changing the background color. With the right image, it might be possible to do something like the sunset effects in Dune (which were beautiful but did require VGA). But I …

Re: 40 Column Text Mode Issues

But what would happen if the programmer chose a color other than white? Mightn't that complicate the composite color model? Yep. In fact, you can get interesting artifact colors in the 320-pixel modes as well. The best way to think of it is that the composite screen has 1280 sub-pixels horizontally …

Re: 40 Column Text Mode Issues

Sorry to comment on an old thread. I was doing some research recently on CGA, the 6845 CRTC and composite colour in order to improve the PC emulations in MESS - I posted a big page about it at http://www.reenigne.org/crtc.html . JAL pointed me to this conversation and I thought I should mention it …

Page 31 of 31