Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.6 KB

README.md

File metadata and controls

46 lines (34 loc) · 1.6 KB

Victoria's NES MML Collection

This is the collection of MML I have written of 8-Bit Nintendo-style chiptune.

Contents

Beepy-Kabloopie - A Banjo-Kazooie (N64) Chiptune Album

  1. Intro Cinematic
  2. Spiral Mountain
  3. Gruntilda's Lair
  4. Mumbo's Mountain
  5. Mumbo's Hut
  6. Treasure Trove Cove
  7. Clanker's Cavern
  8. Bubblegloop Swamp
  9. Freezeezy Peak
  10. Gobis' Valley
  11. Mad Monster Mansion
  12. Rusty Bucket Bay
  13. Click Clock Wood (Spring)
  14. Grunty's Furnace Fun
  15. Final Battle
  16. Game Over

Singles

Compiling

The following are required:

  • make
  • ppmck and its dependencies

To compile to NSF, use make <file>.nsf in the root directory of this repository, where file is the name of an MML file with the extension changed to NSF.

To play the NSF files, there are two options:

  1. Use an NES emulator. Most NES Emulators support NSF playback.
  2. Use a multimedia player with support for libgme. Examples include VLC and MPD, though there are probably dozens more I'm unaware of.