Maker Pro
Maker Pro

ROM Programming ??

I

InfamousKirch

Jan 1, 1970
0
Are there any ROM programmers out there that can give me a hand ...

I need to code a ROM that will take a MIDI signal (Music
format/signal) and transfer it over to a HEXIDECIMAL format, on 2 pins
.... any brilliant idea's ?

~kirch
 
G

Glenn Gundlach

Jan 1, 1970
0
Are there any ROM programmers out there that can give me a hand ...

I need to code a ROM that will take a MIDI signal (Music
format/signal) and transfer it over to a HEXIDECIMAL format, on 2 pins
... any brilliant idea's ?

~kirch

MIDI is binary data so it already is Hexadecimal. What are you trying
to do?
Make a MIDI data stream? Read a MIDI data stream? These are tasks
that lend themselves nicely to 8 bit controllers from many
manufacturers.

GG
 
I

InfamousKirch

Jan 1, 1970
0
I know ... But I need to convert a MIDI datastream into one that a
Nintendo can process...
~kirch
 
G

Glenn Gundlach

Jan 1, 1970
0
I know ... But I need to convert a MIDI datastream into one that a
Nintendo can process...
~kirch
Well, I know what MIDI is and how to program 8051s for this. Do you
know what the Nintendo needs to see? Data format, baud rate, the
usual.

GG
 
Top