Open jbikker opened 11 months ago
This project will not support this, as the communication is over serial protocol (spi bitbang), therefore not optiized for high throughput required for video applications. It can be used a co-processor, when a high number of calculations would be required - then sending to MSXPi and receiving the reply with result would be faster than processing by the Z80 itself.
Hi,
I would like to investigate the possibility of using your project as a basis for a simple GPU. The idea is as follows:
I can imagine that bandwidth and such may be challenging, but apart from that, would this be possible? My main concern is: could a ROM that your device feeds to the MSX be modified 'live' by the pi? And, if this data is double buffered, would it be possible to synchronize the process between MSX and pi in a somewhat efficient manner?
Feel free to contact me at bikker.j at gmail.com, would love to discuss this in more detail.