Search found 2 matches

by ryujin
Tue Jan 08, 2008 2:13 am
Forum: Hardware
Topic: YM2612 hardware interfacing
Replies: 2
Views: 6002

In my routine an interrupt timer ( at 18khz ) triggers a functions wich writes all VGM data into YM2612 untill a pause in sound change occur. So far i'm only using the simple sample "grand piano" so all the VGM data is written at once.
I'm using the following pseudo-code

Set to read from bank 1 ...
by ryujin
Sun Dec 16, 2007 7:45 pm
Forum: Hardware
Topic: YM2612 hardware interfacing
Replies: 2
Views: 6002

YM2612 hardware interfacing

Hi all.
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 ...