Skip to content

Commit

Permalink
Add .gen support
Browse files Browse the repository at this point in the history
  • Loading branch information
sselph committed Oct 23, 2014
1 parent 236afa1 commit 637011d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rom/md/md.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import (
func init() {
rom.RegisterFormat(".smd", decodeSMD)
rom.RegisterFormat(".md", decodeMD)
rom.RegisterFormat(".gen", rom.Noop)
}

func DeInterleave(p []byte) []byte {
Expand Down

0 comments on commit 637011d

Please sign in to comment.