Skip to content

Template ROM #15

Description

@superctr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions