yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::music::SongSpcBlock Struct Reference

Represents a block of binary data destined for the APU (SPC700) RAM. This is the intermediate format used before writing data back to the ROM. More...

#include <tracker.h>

Public Attributes

unsigned short start
 
unsigned short len
 
unsigned short relnum
 
unsigned short relsz
 
unsigned short * relocs
 
unsigned short bank
 
unsigned short addr
 
unsigned char * buf
 
int flag
 

Detailed Description

Represents a block of binary data destined for the APU (SPC700) RAM. This is the intermediate format used before writing data back to the ROM.

Definition at line 45 of file tracker.h.

Member Data Documentation

◆ start

unsigned short yaze::zelda3::music::SongSpcBlock::start

◆ len

unsigned short yaze::zelda3::music::SongSpcBlock::len

Definition at line 47 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().

◆ relnum

unsigned short yaze::zelda3::music::SongSpcBlock::relnum

◆ relsz

unsigned short yaze::zelda3::music::SongSpcBlock::relsz

◆ relocs

unsigned short* yaze::zelda3::music::SongSpcBlock::relocs

◆ bank

unsigned short yaze::zelda3::music::SongSpcBlock::bank

Definition at line 51 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().

◆ addr

unsigned short yaze::zelda3::music::SongSpcBlock::addr

Definition at line 52 of file tracker.h.

◆ buf

unsigned char* yaze::zelda3::music::SongSpcBlock::buf

◆ flag

int yaze::zelda3::music::SongSpcBlock::flag

Definition at line 54 of file tracker.h.

Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().


The documentation for this struct was generated from the following file: