| Property | Defined By | ||
|---|---|---|---|
| artist : String | NSFData | ||
| bankSwitch : Vector.<int> | NSFData | ||
| copyright : String | NSFData | ||
| extraChipFlag : int | NSFData | ||
| initAddress : int | NSFData | ||
| loadAddress : int | NSFData | ||
| NTSC_PALbits : int | NSFData | ||
| playAddress : int | NSFData | ||
| reserved : uint | NSFData | ||
| songCount : int | NSFData | ||
| speedNRSC : int | NSFData | ||
| speedPAL : int | NSFData | ||
| startSongID : int | NSFData | ||
| title : String | NSFData | ||
| version : int | NSFData | ||
| Method | Defined By | ||
|---|---|---|---|
NSFData()  | NSFData | ||
 Clear.  | NSFData | ||
isAvailable():Boolean  Is avaiblable ?   | NSFData | ||
 Load NSF data from byteArray.  | NSFData | ||
toString():String  to string.  | NSFData | ||
| artist | property | 
public var artist:String| bankSwitch | property | 
public var bankSwitch:Vector.<int>| copyright | property | 
public var copyright:String| extraChipFlag | property | 
public var extraChipFlag:int| initAddress | property | 
public var initAddress:int| loadAddress | property | 
public var loadAddress:int| NTSC_PALbits | property | 
public var NTSC_PALbits:int| playAddress | property | 
public var playAddress:int| reserved | property | 
public var reserved:uint| songCount | property | 
public var songCount:int| speedNRSC | property | 
public var speedNRSC:int| speedPAL | property | 
public var speedPAL:int| startSongID | property | 
public var startSongID:int| title | property | 
public var title:String| version | property | 
public var version:int| NSFData | () | Constructor | 
public function NSFData()| clear | () | method | 
| isAvailable | () | method | 
 public function isAvailable():BooleanIs avaiblable ?
ReturnsBoolean | 
| loadBytes | () | method | 
 public function loadBytes(bytes:ByteArray):NSFDataLoad NSF data from byteArray.
Parameters
bytes:ByteArray | 
NSFData | 
| toString | () | method | 
 public function toString():Stringto string.
ReturnsString |