Easiest way to get RGB out of the MTX?

About original Memotech hardware.
User avatar
JonB
Posts: 146
Joined: 08 Nov 2013 11:16

Easiest way to get RGB out of the MTX?

Post by JonB »

Hi there

I read that the VDP supports RGB. I have my 512 hooked up with composite video, pretty mediocre picture quality, and I would like to try RGB. I also have some colour problems where a red line drawn with a RST10 call looked yellow. Might be the TV. Also, a line drawn against the left hand border is off screen (I read about scanning issues for the VDP so it's probably that).

Anyway, what's the easiest way to get RGB?

Thanks

JonB
User avatar
Dave
Posts: 1284
Joined: 11 Aug 2012 18:16
Contact:

Re: Easiest way to get RGB out of the MTX?

Post by Dave »

Hi Jon,

this does not answer your question, but you might find it interesting (equally, you might not!).

http://primrosebank.net/computers/mtx/mtx512_video.htm

There's not an easy RGB solution, but component video (YUV) **should** be much more "doable", but we have not worked out a solution yet - the colour balance of the raw YUV signals is off and needs some adjustment, probably just resistors, to get it to work, but it needs looked at,

regards
Dave
User avatar
1024MAK
Posts: 757
Joined: 24 Dec 2012 03:01
Location: Looking forward to summer, in Somerset, UK

Re: Easiest way to get RGB out of the MTX?

Post by 1024MAK »

JonB wrote:I read that the VDP supports RGB. I have my 512 hooked up with composite video, pretty mediocre picture quality, and I would like to try RGB. I also have some colour problems where a red line drawn with a RST10 call looked yellow. Might be the TV. Also, a line drawn against the left hand border is off screen (I read about scanning issues for the VDP so it's probably that).

Anyway, what's the easiest way to get RGB?
The VDP as fitted to MTX machines cannot produce RGB :evil:

MTX machines can produce RGB (well VGA is RGB, just with a faster scan rate...) with Andy's REMEMOrizer :lol:

This is not really helping you though - sorry :(

It is possible to convert the component video from the VDP to RGB, but it is not easy (as you may know, the Spectrum community has been talking about this for a while).
It may also be possible to make a plug in board that has a more modern VDP that does produce RGB video. But no one has done this AFAIK (well not yet).
It *should* be possible to convert the component video produced by the VDP to the type of component video that a modern TV expects. But again, this is not easy.

Mark
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Looking forward to summer in Somerset later in the year :D

Not as many MTXs as Dave! :lol:
User avatar
JonB
Posts: 146
Joined: 08 Nov 2013 11:16

Re: Easiest way to get RGB out of the MTX?

Post by JonB »

I'd be happy with composite, if it could give a better picture. Maybe some new capacitors in the video circuit? The Acorn Atom is the same, once the caps start to fail, the video signal goes wonky. New caps in, and the picture is crisp.

Got the REMemorizer on order, but the 80 column output is not used by BASIC, ASSEM or PANEL, so I hear. I'm hoping I will find a good assembler, debugger, editor under CP/M.
User avatar
1024MAK
Posts: 757
Joined: 24 Dec 2012 03:01
Location: Looking forward to summer, in Somerset, UK

Re: Easiest way to get RGB out of the MTX?

Post by 1024MAK »

JonB wrote:I'd be happy with composite, if it could give a better picture. Maybe some new capacitors in the video circuit? The Acorn Atom is the same, once the caps start to fail, the video signal goes wonky. New caps in, and the picture is crisp.
Yes, that's because as electrolytic capacitors age, their high frequency response degrades. Replace with new and the picture should improve. Most are on the plug in video board.
JonB also wrote:Got the REMemorizer on order, but the 80 column output is not used by BASIC, ASSEM or PANEL, so I hear. I'm hoping I will find a good assembler, debugger, editor under CP/M.
Mostly, only CP/M programs use the 80 column output. There is a CP/M version of MTX BASIC.

Mark
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Looking forward to summer in Somerset later in the year :D

Not as many MTXs as Dave! :lol:
User avatar
JonB
Posts: 146
Joined: 08 Nov 2013 11:16

Re: Easiest way to get RGB out of the MTX?

Post by JonB »

Does the cpm MTX Basic include ASSEM? That's what I really want on the 80 column display!
User avatar
Dave
Posts: 1284
Joined: 11 Aug 2012 18:16
Contact:

Re: Easiest way to get RGB out of the MTX?

Post by Dave »

Hi Jon,

yes it does!


regards
Dave
User avatar
JonB
Posts: 146
Joined: 08 Nov 2013 11:16

Re: Easiest way to get RGB out of the MTX?

Post by JonB »

Another stooped question. It says here that CP/M doesn't support graphics. But that doesn't stop me programming the VDP direct does it?

In other words, I could assemble and run a VDP program in CP/M just as easily as I could in ASSEM..
User avatar
1024MAK
Posts: 757
Joined: 24 Dec 2012 03:01
Location: Looking forward to summer, in Somerset, UK

Re: Easiest way to get RGB out of the MTX?

Post by 1024MAK »

CP/M does not support graphics - true.
But CP/M is just a operating system. As long as your code does not trample over the area used by CP/M (assuming your program wants to continue to use CP/M functions) then you can do what you want, including your own graphics code.
Think of CP/M as like DOS on the IBM compatibles, but on a Z80 system :D

Mark

PS please do keep us informed of you progress :mrgreen:
:!: Standby alert :!:
“There are four lights!”
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb :!:
Looking forward to summer in Somerset later in the year :D

Not as many MTXs as Dave! :lol:
User avatar
Dave
Posts: 1284
Joined: 11 Aug 2012 18:16
Contact:

Re: Easiest way to get RGB out of the MTX?

Post by Dave »

Yes, please, keep us posted!

As an aside, the Memotech implementation of CP/M does actually support "graphics", even though they are very basic, line drawing, basic "block" type graphics etc.

regards
Dave
Post Reply