I don't know if this forum may help me but i'll give it a try.
I'm currently building a device wich reads from an sd card vgm data dump and sends it to a ym2612 i got from my broken genesis( with a uprocessor ).
My main objective is to play genesis/MS music from that sd card, and i'm coding a PSG emulator. My problem resides in how to interface with YM. I have the following schematic i found :

Wich bits enable port 1 and 2. I'm currently using A0 = 1 / A1 = 0 to en port 1 and A0 = 0/ A1 =1 to en port 2. Since i want always to write i'm using RD# = 1, WR# = 0, CS# = 0, IC# =0.
Is this correct?
What is the average time i must wait between address and data bytes?
You're help will be very much appreciated.