Originally Posted by
TmEE
TG16/PCE do not have DMA, but I know that CPU cannot use up the VRAM bandwidth in that machine, also there are ne restrictions on when you can transfer data, all the frame is available for max speed (and solely because it has one BG layer :P).
CPU speed is 7159090Hz, there's ~60 frames per second and 262 lines per frame.
~119318 cycles per frame
~455 cycles per line
Bandwidth here relates directly to how fast CPU can push data into VRAM, and I don't know how many cycles one such operation takes. Bandwidth value is above 2 figures divided by "that missing cycle count".
Educated guess is that it takes one cycle to fetch instruction, second to load data, and third to store it. Which would be the best case scenario, in which case there would be :
39772 bytes per frame
151 bytes per line