diff options
Diffstat (limited to 'spuencoder.h')
-rw-r--r-- | spuencoder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spuencoder.h b/spuencoder.h index 3124157..f190636 100644 --- a/spuencoder.h +++ b/spuencoder.h @@ -63,6 +63,7 @@ private: void writeNibble(uint8_t val); void generateColorPalette(); + void generateSpuData(bool topAndBottom) throw (char const* ); }; #endif // SPUENCODER_H |