mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-24 05:18:36 +00:00
Separates the component parts of running an audio stream: task deferral, filtering and generation.
Walking towards improving opportunities for composition.
This commit is contained in:
@@ -21,7 +21,7 @@ class TMS9918Base {
|
||||
protected:
|
||||
TMS9918Base();
|
||||
|
||||
std::shared_ptr<Outputs::CRT::CRT> crt_;
|
||||
std::unique_ptr<Outputs::CRT::CRT> crt_;
|
||||
|
||||
uint8_t ram_[16384];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user