Remove the obsolete reader.* and rename writer.* to readerwriter.*.

This commit is contained in:
David Given
2022-03-25 20:57:42 +01:00
parent 29f181f9bf
commit 178aa9d32f
20 changed files with 27 additions and 322 deletions

View File

@@ -4,7 +4,7 @@
#include "c64.h"
#include "crc.h"
#include "sector.h"
#include "writer.h"
#include "readerwriter.h"
#include "image.h"
#include "fmt/format.h"
#include "arch/c64/c64.pb.h"