diff options
author | 2022-04-24 14:14:49 +1000 | |
---|---|---|
committer | 2022-04-24 14:14:49 +1000 | |
commit | 25c64006b7ca4bbb0d575b46c6c5c4f214dac7ed (patch) | |
tree | 6f0399117a96c25ad14dcd80990b0262a6953592 /src/lib/formats/ap2_dsk.cpp | |
parent | 6c247d5a92b46292ee54554b41df32f7a56372f3 (diff) |
srcclean in preparation for 0.243
Diffstat (limited to 'src/lib/formats/ap2_dsk.cpp')
-rw-r--r-- | src/lib/formats/ap2_dsk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/ap2_dsk.cpp b/src/lib/formats/ap2_dsk.cpp index 9e37476b6e4..46e193750cc 100644 --- a/src/lib/formats/ap2_dsk.cpp +++ b/src/lib/formats/ap2_dsk.cpp @@ -607,7 +607,7 @@ int a2_16sect_format::identify(util::random_read &io, uint32_t form_factor, cons static const unsigned char a3a2emul_block1[6] = { 0x8d, 0xd0, 0x03, 0x4c, 0xc7, 0xa4 }; static const unsigned char cpm22_block1[8] = { 0xa2, 0x55, 0xa9, 0x00, 0x9d, 0x00, 0x0d, 0xca }; static const unsigned char subnod_block1[8] = { 0x63, 0xaa, 0xf0, 0x76, 0x8d, 0x63, 0xaa, 0x8e }; - + size_t actual; io.read_at(0, sector_data, 256*2, actual); |