VOGONS

Common searches


Reply 720 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

I took the liberty of modifying your program to enable the colorburst (portw(0x3D8) = 0x1A0F).

Filename
captured.png.raw.zip
File size
115.77 KiB
Downloads
199 downloads
File license
Fair use/fair dealing exception

Attachments

  • captured.png
    Filename
    captured.png
    File size
    218.83 KiB
    Views
    4413 views
    File license
    Fair use/fair dealing exception

Reply 721 of 758, by reenigne

User metadata
Rank Oldbie
Rank
Oldbie
NewRisingSun wrote:

Are you sure you want this with the colorburst disabled?

Whoops, that was indeed an oversight.

NewRisingSun wrote:

I took the liberty of modifying your program to enable the colorburst (portw(0x3D8) = 0x1A0F).

captured.png.raw.zip

Thanks - that seems to have worked wonderfully! I was half-expecting the palette register write to take too long and scribble on the leftmost block. This might still be a problem for the PCjr, but if so I can use an IRQ0 for timing.

I'm working on the calibration program now.

Reply 722 of 758, by basic

User metadata
Rank Newbie
Rank
Newbie
NewRisingSun wrote:
Patch for PCjr composite support, tested with […]
Show full quote

Patch for PCjr composite support, tested with

  • Ultima II (special PCjr version)
  • B.C.'s Quest for Tires
  • The Seven Cities of Gold

I edited this patch, added instruction in /src/shell/shell.cpp.

Attachments

  • dosbox_pcjr_000.png
    Filename
    dosbox_pcjr_000.png
    File size
    5.05 KiB
    Views
    4331 views
    File license
    Fair use/fair dealing exception
  • Filename
    r4000-PCjrComposite.diff
    File size
    7.02 KiB
    Downloads
    219 downloads
    File license
    Fair use/fair dealing exception

Reply 723 of 758, by videogamer555

User metadata
Rank Member
Rank
Member
KiyoteLockeWolf wrote:
Since this is a luck of the draw, so to speak, I thought I'd show proof that my utility does do something to give some hope. […]
Show full quote

Since this is a luck of the draw, so to speak, I thought I'd show proof that my utility does do something to give some hope.

Here is a screenshot of Tandy EX Basic, running on a 640x200x2 screen, under composite emulation.

Upon running DOSBOX, I ran my utility, then the BASICA.EXE file.

GWBasic.EXE however, would not take this same method. It shows the composite screen for a second, then switches over to regular CGA with no colorburst.

I only have Dosbox .65 running on my computer right now, because I have bad drivers which crash .63 and .72 on me. I can't test this on other versions of DosBox right now.

Awesomd CGA composite effect! It doesn't work now though at all. It should also be possible to use in text mode. After all, the same glitches you see in a graphics mode, when running composite video, would (on real equipment) also apply in text modes. The reason for this is that in composite video, the color is set by a subcarrier, who's frequency is equivalent to very narrow brightness features (like white text on a black screen). So for this to be true to real hardware, the composite video effect should also work when using 80x25 and 40x25 text modes.

Reply 724 of 758, by Scali

User metadata
Rank l33t
Rank
l33t
videogamer555 wrote:

Awesomd CGA composite effect! It doesn't work now though at all. It should also be possible to use in text mode. After all, the same glitches you see in a graphics mode, when running composite video, would (on real equipment) also apply in text modes. The reason for this is that in composite video, the color is set by a subcarrier, who's frequency is equivalent to very narrow brightness features (like white text on a black screen). So for this to be true to real hardware, the composite video effect should also work when using 80x25 and 40x25 text modes.

This was superceded by later patches where you can now use the function keys to control composite mode (see the screenshot above, F12 enables or disables composite mode whenever you want).

http://scalibq.wordpress.com/just-keeping-it- … ro-programming/

Reply 725 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

Speaking of which, reengine wanted to update his multiplexer code using my Tandy and Trixter's PCjr captures, six months ago. (I'm not sure whether the latter captures have been made; he has only said that he's bidding on the capture card.)

Reply 726 of 758, by reenigne

User metadata
Rank Oldbie
Rank
Oldbie
NewRisingSun wrote:

Speaking of which, reengine wanted to update his multiplexer code using my Tandy and Trixter's PCjr captures, six months ago. (I'm not sure whether the latter captures have been made; he has only said that he's bidding on the capture card.)

Yes, sorry it's taking me so long. I haven't forgotten, just been busy with other things. I thought it would be easy to modify my calibration code to handle the new captures but doing the easy thing didn't give useful results - it needs a fairly substantial rewrite. Prod me again in a month if I haven't done it by then.

Reply 727 of 758, by MobyGamer

User metadata
Rank Member
Rank
Member
NewRisingSun wrote:

Speaking of which, reengine wanted to update his multiplexer code using my Tandy and Trixter's PCjr captures, six months ago. (I'm not sure whether the latter captures have been made; he has only said that he's bidding on the capture card.)

I received the card but took no other action. I'll install it once reenigne completes his rewrite.

Reply 729 of 758, by VileR

User metadata
Rank l33t
Rank
l33t
OmegaPC777 wrote:

Hey, can I have that Tandy/PCjr composite patch, please?

As the replies above yours indicate- an accurate Tandy/PCjr patch calibrated from real machines is not yet ready. The best one currently available is the PCjr patch by NRS which can be found on page 35. But while we're at it, since you've been submitting composite CGA shots on MobyGames, I'd urge you to use the latest accurate patch instead of what's in DOSBox SVN. 😉

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]

Reply 730 of 758, by OmegaPC777

User metadata
Rank Newbie
Rank
Newbie
VileRancour wrote:
OmegaPC777 wrote:

Hey, can I have that Tandy/PCjr composite patch, please?

As the replies above yours indicate- an accurate Tandy/PCjr patch calibrated from real machines is not yet ready. The best one currently available is the PCjr patch by NRS which can be found on page 35. But while we're at it, since you've been submitting composite CGA shots on MobyGames, I'd urge you to use the latest accurate patch instead of what's in DOSBox SVN. 😉

Hey, this works and it's great!

Reply 731 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

Your Jungle Hunt Composite screenshots are unfortunately wrong --- they don't take into account that the score must be displayed in white text, because DOSBox does not emulate mid-screen palette changes in Composite mode.

I'm not blaming you, but MobyGames has approvers whose job is to see such a mistake. If MobyGames' approvers weren't such a worthless pack of dumbasses, they would have caught this and rejected those shots, especially since MobyGames already has Servo's accurate video-captured shots. But since that's who the approvers are, we are delighted with yet more bad screenshots. 😜

Reply 732 of 758, by OmegaPC777

User metadata
Rank Newbie
Rank
Newbie

Well, should there be an update on the composite mode so that Jungle Hunt can display its composite mode properly, and apeaking of composite mode, Oil's Well and Troll's Tale don't display the correct colors on DOSBox. Is there any way to fix this?

Last edited by OmegaPC777 on 2017-08-09, 19:24. Edited 1 time in total.

Reply 733 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

Well, should there be an update on the composite mode so that Jungle Hunt can display its composite mode properly,

There already is for CGA, you're just not using it.

and speaking of composite mode, Oil's Well and Troll's Tale don't display the correct colors on DOSBox.

What does your version of DOSBox display, and what do you think it should look like? They look correct on my machine.

Reply 735 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

But that's not the latest version of the Composite patch, at least not for CGA. The one I linked to is, and which is the one you should be using for producing Composite screenshots, unless you are doing PCjr or Tandy 1000 Composite shots.

Nevertheless, Oil's Well and Troll's Tale should look correct even with 0.74 SVN, hence my question what they look like on your side.

Reply 737 of 758, by NewRisingSun

User metadata
Rank Oldbie
Rank
Oldbie

IN my post three posts above your last one. 😒 Here it is again: CGA Composite Mode under DOSBOX (Commited r3804)

Well, those games don't have the correct hues.

Use F11 Alt+F11 to modify the hues. Servo often tweaked his capture card's hue to make games look right to his eyes before submitting them to MobyGAmes.

Last edited by NewRisingSun on 2017-08-09, 19:52. Edited 1 time in total.

Reply 738 of 758, by VileR

User metadata
Rank l33t
Rank
l33t
OmegaPC777 wrote:

Well, those games don't have the correct hues. And also, where's the link to the latest composite patch?

*Click*:

NewRisingSun wrote:

...And again, how do you determine that the hues are incorrect?

[ WEB ] - [ BLOG ] - [ TUBE ] - [ CODE ]