Convert the Apple2 decoder.

This commit is contained in:
David Given
2021-05-15 14:04:44 +02:00
parent e1398d98b0
commit 1149ad86a2
7 changed files with 41 additions and 26 deletions

View File

@@ -9,10 +9,12 @@
class Sector;
class Fluxmap;
class Apple2InputProto;
class Apple2Decoder : public AbstractDecoder
{
public:
Apple2Decoder(const Apple2InputProto&) {}
virtual ~Apple2Decoder() {}
RecordType advanceToNextRecord();