Re: VDP memory write timings

1999-07-05 Thread David Heremans
Laurens Holst wrote: Just keep in mind to have at least 7 t-states between every transfer (=OUT), then it will work on all MSX-computers (OTIR and INIR are slow enough too). MSX-turboR and 7MHz have automatic slowdowns implemented to that works too. No, this is not completely true!! If

Re: VDP memory write timings

1999-07-01 Thread Laurens Holst
I have to write a gfx data burst to VRAM as quickly as possible while the display, and possibly sprites are enabled. I've noticed data corruption when using quick transfer loops (via POP) that disappears when display is disabled. Is there an accurate way to determine required VDP timings

VDP memory write timings

1999-06-30 Thread MkII
I have to write a gfx data burst to VRAM as quickly as possible while the display, and possibly sprites are enabled. I've noticed data corruption when using quick transfer loops (via POP) that disappears when display is disabled. Is there an accurate way to determine required VDP timings and