Difference between revisions of "Game Music Emu"
Jump to navigation
Jump to search
m (Add wikilink) |
m (DoesItReallyMatter moved page Gme to Game Music Emu: This is the canonical name) |
(No difference)
|
Revision as of 03:06, 10 April 2019
gme
|
VLC can decode this container. The module name to use at the command line is gme. |
The Game Music Emu (GME) format is a format used to store music in games.
The .??z formats are just compressed with inflate.
extension | format | platform |
---|---|---|
.nsf | NSF | Nes |
.nsfe | NSF | Nes |
.gbs | GBS | Gameboy |
.vgm | VGM | Master System, Game Gear, Genesis |
.vgz | VGM | Master System, Game Gear, Genesis |
.spc | SPC | Super Nes (SNES) |
.gym | GYM | Genesis" |
Source code
- modules/demux/gme.c (input demuxer)