Skip to content

command-line tool, written in golang, that gives the full header details of a NSF file

License

Notifications You must be signed in to change notification settings

gbranchaudrubenovitch/nsfinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsfinfo Build Status

command-line tool that gives the full header details of a NSF file.

Install

run go get to download via git.

go get github.com/gbranchaudrubenovitch/nsfinfo

Usage

$ nsfinfo path-to.nsf

Example

$ nsfinfo samples/loz.nsf
name                   : The Legend of Zelda
artist                 : Koji Kondo
copyright holder       : 1987 Nintendo
total # of songs       : 8
first song             : 1
region                 : NTSC
play speed (µs)        : 16666
----------------
nsf version            : 1
uses bankswitching     : true
expansion chips in use : none
load address           : 0x8D60
init address           : 0xA003
play address           : 0xA000

License

This project is licensed under the MIT license. Consult LICENSE to get all the details.

todo

About

command-line tool, written in golang, that gives the full header details of a NSF file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages