Add support for writing 120kB Brother disk images. Also add some utils tests,

because they needed it.
This commit is contained in:
David Given
2022-03-04 23:42:29 +01:00
parent aa805f81e0
commit 549a984eab
11 changed files with 382 additions and 125 deletions

View File

@@ -34,6 +34,8 @@ extern void hexdumpForSrp16(std::ostream& stream, const Bytes& bytes);
struct ErrorException
{
const std::string message;
void print() const;
};
class Error