Dual V9958 board

صفحة 1/3
| 2 | 3

بواسطة opcode

Expert (110)

صورة opcode

22-01-2008, 22:39

Hi there,

I am trying to create a video board with two V9958 superimposed. From the V9938 Techinical Data Book it is hinted that it is possible, but no example is given, neither any further information provided. Does anyone know how to connect two V9958 to work in parallel? I am looking for the simpliest way to do that. I am sure a half dozen connections between both VDPs would do the trick....

I believe that the pins which would do the trick are: YS, HSYNC, CSYNC, DLCLK, XTAL, VRESET and HRESET.
Maybe:

CSYNC -> VRESET
HSYNC -> HRESET
DLCLK -> DLCLK

XTAL using the same clock generator

YS of the primary VDP controlling transparency.

Can someone confirm or correct me please. Smile

Thanks...

Login أوregister لوضع تعليقاتك

بواسطة jltursan

Prophet (2619)

صورة jltursan

23-01-2008, 00:22

Seems that you have missed this newspost some time ago...;)

بواسطة opcode

Expert (110)

صورة opcode

28-01-2008, 21:37

Yes, I saw that. But the developer isn't releasing the info, and I have something different in mind. Too bad that Yamaha never published the whole information.. Sad

بواسطة megatron

Resident (41)

صورة megatron

16-07-2015, 13:53

Hi.

Has anyone made any progress on this DUAL V9958 Video board ? It would be great to see one and just what sort of graphics it could produce.

بواسطة tvalenca

Paladin (747)

صورة tvalenca

16-07-2015, 23:32

I am actually working on a prototype with this objective. It's just simpler to have two well known VDPs than "force" people to learn how to code to a "new" VDP (V9990).

I'm currently having some issues with the balance between some features I want the board to have and the simplicity to install and use. And I've learned from GFX9000/PowerGraph that's not pratical to have two TVs/monitors hooked to one MSX im most cases.

بواسطة lezanderson

Resident (36)

صورة lezanderson

20-07-2015, 10:46

Spotted a V9958 Video board here : Only a simple single V9958 but it does give pretty good output.

http://www.primrosebank.net/computers/m ... _specs.htm

I also spotted a DIP64 adaptor for breadboarding a V9958 IC

http://www.primrosebank.net/computers/m ... design.htm

I believe he still may have some of the adaptors left.

بواسطة gdx

Enlighted (6213)

صورة gdx

20-07-2015, 11:55

MSX already has a VDP. Why not make a cartridge with a single VDP and a video input for superimposision with color 0? The ports of external VDP could be 88h~89h as the MSX2 expansion.

بواسطة jltursan

Prophet (2619)

صورة jltursan

20-07-2015, 15:51

Using transparent color you can't get "doubled" features like free 16 sprites per scanline and such. Of course you can get 16 sprites using the 8 sprites of VDP#1 with background 0 and the other 8 sprites of VDP#2 with its own bitmap background. This way you get two 8-sprites priority planes.

Maybe tvalenca is trying to find a better solution than superimposition...

بواسطة tvalenca

Paladin (747)

صورة tvalenca

20-07-2015, 20:20

lezanderson wrote:

Spotted a V9958 Video board here : Only a simple single V9958 but it does give pretty good output.

http://www.primrosebank.net/computers/m ... _specs.htm

I also spotted a DIP64 adaptor for breadboarding a V9958 IC

http://www.primrosebank.net/computers/m ... design.htm

I believe he still may have some of the adaptors left.

Those links don't work.

gdx wrote:

MSX already has a VDP. Why not make a cartridge with a single VDP and a video input for superimposision with color 0? The ports of external VDP could be 88h~89h as the MSX2 expansion.

That is a very good start point, and actually was my starting point. So, anyone could just insert a cartrige and plug 2 cables in it, and even those without any soldering skills could use it. But doing this way you'll always have the external VDP over the internal VDP and may not be possible some effects like on e1000 videos where he superimposed Gradius/Nemesis and Galaga over some very cool movies from DVD using a Sony HB-F900 and HBI-F900.

jltursan wrote:

Using transparent color you can't get "doubled" features like free 16 sprites per scanline and such. Of course you can get 16 sprites using the 8 sprites of VDP#1 with background 0 and the other 8 sprites of VDP#2 with its own bitmap background. This way you get two 8-sprites priority planes.

Maybe tvalenca is trying to find a better solution than superimposition...

Sorry to say that, but there isn't a "better solution than superimposition" here, unless you re-do the complete thing (replace the internal VDP with a new improved VDP, like the TI99/4A and ColecoVision folks did with the F18A). You can't run two things on the same I/O port at the same time, or you'll have bus colision on some very important bus signals, if you ignore that you will most likely fry something, I'm sure the Playsoniq team had a massive pain in the ass with this. (External mirroring VDPs could only be write only, you have to rely on internal VDP for reading anything as for interrupt generation! And this is impossible to do on Turbo-R's)

About doubled features, it's not quite the way, because you can't have hardware collision between VDP #1 and VDP #2 sprites as they run completly independent internally (even when superimposed), so you have some overhead to put things working as it were one.

What I'm trying to do is to make things easier to the coders, while adding some power to it other than "parallel-superimposed graphics processing" (without being so overpowered like the last version of VDU, the VSU, which never got released for unknown reasons). It has to be that way, because they'll have to deal with not just a single V9958, but two of them... And some BIOS integrations of course, if you can't play with it in BASIC, it won't be so fun. As we say here in Brazil, let's not spread the vapor, so it won't solidify.

Anyway, at some point I will need input from potential users, (it's not fun to play alone) so feel free to comment if you wish.

بواسطة gdx

Enlighted (6213)

صورة gdx

21-07-2015, 01:55

tvalenca wrote:

That is a very good start point, and actually was my starting point. So, anyone could just insert a cartrige and plug 2 cables in it, and even those without any soldering skills could use it. But doing this way you'll always have the external VDP over the internal VDP and may not be possible some effects like on e1000 videos where he superimposed Gradius/Nemesis and Galaga over some very cool movies from DVD using a Sony HB-F900 and HBI-F900.

These videos shows a simple superimposition achievable with the internal VDP and a external VDP.
If the external VDP is a FPGA perhaps it is possible to do an HDMI or a VGA output.

بواسطة flyguille

Prophet (3031)

صورة flyguille

21-07-2015, 18:33

the problem with mixing two video signals outputs from two original 9958 is that, you can't make sure it be in sync all the time "about vertical & horizontal position", one of them can drift, if not working with the exact same oscilator cristal, so the idea of an external 9958 to be sync with the internal, is impossible.

also is the problem of it being in two different I/O, if vdp registers on both VDPs aren't setup at the exact same time, it will have unsyncronism from that point. Overal if the vdp registers are changed in about NTSC/PAL mode.

A mix of 9938 + 9958 as secondary is more doable, through the build-in superimpose feature, where one is conducted through the internal.

صفحة 1/3
| 2 | 3