diff options
Diffstat (limited to 'src/lib/formats/ccvf_dsk.c')
-rw-r--r-- | src/lib/formats/ccvf_dsk.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/formats/ccvf_dsk.c b/src/lib/formats/ccvf_dsk.c index d8dc0117bd3..dfb43565d88 100644 --- a/src/lib/formats/ccvf_dsk.c +++ b/src/lib/formats/ccvf_dsk.c @@ -8,7 +8,8 @@ *********************************************************************/ -#include "emu.h" +#include "emu.h" // BIT +#include "astring.h" #include "formats/ccvf_dsk.h" ccvf_format::ccvf_format() @@ -98,7 +99,7 @@ bool ccvf_format::load(io_generic *io, UINT32 form_factor, floppy_image *image) int start = 0, end = 0; astring line; - offs_t byteoffs = 0; + UINT32 byteoffs = 0; char hex[3] = {0}; do { |