mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Clean up the Amiga decoder.
This commit is contained in:
@@ -31,6 +31,9 @@ static inline Bytes decodeFmMfm(const std::vector<bool> bits)
|
||||
class AbstractDecoder
|
||||
{
|
||||
public:
|
||||
AbstractDecoder() {} // REMOVE ME
|
||||
AbstractDecoder(const DecoderProto& config) {}
|
||||
|
||||
virtual ~AbstractDecoder() {}
|
||||
|
||||
static std::unique_ptr<AbstractDecoder> create(const DecoderProto& config);
|
||||
|
||||
Reference in New Issue
Block a user