You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build a template ROM that can be used by tools to generate a test ROM without needing an assembler to build the sound driver and tester program.
To generate a test ROM, take the template ROM, append a pointer table followed by the mdsbin and mdsseq files.
example pointer table format:
long: "DATA" - magic bytes to determine that a valid table has been appended
long: pointer to sequence data
long: pointer to PCM data
word: song # to auto-play (0 to disable)
word: song count
long: pointer to song 1 title....
long: song 1 length?
long: pointer to song 2 title....
long: song 2 length...
The text was updated successfully, but these errors were encountered:
Build a template ROM that can be used by tools to generate a test ROM without needing an assembler to build the sound driver and tester program.
To generate a test ROM, take the template ROM, append a pointer table followed by the mdsbin and mdsseq files.
example pointer table format:
The text was updated successfully, but these errors were encountered: