Hi, all. As we know, computers using TMS vdp do they vram access through the VDP chip itself.
this is said to be slow....... (even not so slow as most people complain about)
From a tech point of view the VDP is similar to other video chips, it has a "plus" feature of I/O vram access that other hw did not.
So, it should be possible to implement vram sharing as in other contended systems (ZX, C64, Amstrad CPC for example), i think with a proper mix of latches and buffers.
My question is : some one know about a hw using a similar approach with the z80? Or all TMS uses the I/O approach for the sake of simplicity?
As far i know, the TMS allow 1 access every 32 clocks so maybe with a fixed contention scheme or a latching approach it could be done.....
Is there anyone of a specific reason that does not allow a similar approach to be taken?
PS= I know advram project but here we are talking of MSX1 videochip