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 |
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.
| unsigned short yaze::zelda3::music::SongSpcBlock::start |
Definition at line 46 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock(), and yaze::zelda3::music::Tracker::SaveSpcCommand().
| unsigned short yaze::zelda3::music::SongSpcBlock::len |
Definition at line 47 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().
| unsigned short yaze::zelda3::music::SongSpcBlock::relnum |
Definition at line 48 of file tracker.h.
Referenced by yaze::zelda3::anonymous_namespace{tracker.cc}::AddSpcReloc(), and yaze::zelda3::music::Tracker::AllocSpcBlock().
| unsigned short yaze::zelda3::music::SongSpcBlock::relsz |
Definition at line 49 of file tracker.h.
Referenced by yaze::zelda3::anonymous_namespace{tracker.cc}::AddSpcReloc(), and yaze::zelda3::music::Tracker::AllocSpcBlock().
| unsigned short* yaze::zelda3::music::SongSpcBlock::relocs |
Definition at line 50 of file tracker.h.
Referenced by yaze::zelda3::anonymous_namespace{tracker.cc}::AddSpcReloc(), and yaze::zelda3::music::Tracker::AllocSpcBlock().
| unsigned short yaze::zelda3::music::SongSpcBlock::bank |
Definition at line 51 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().
| unsigned char* yaze::zelda3::music::SongSpcBlock::buf |
Definition at line 53 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock(), and yaze::zelda3::music::Tracker::SaveSpcCommand().
| int yaze::zelda3::music::SongSpcBlock::flag |
Definition at line 54 of file tracker.h.
Referenced by yaze::zelda3::music::Tracker::AllocSpcBlock().