mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-28 04:06:36 +00:00
hxc_fread
This commit is contained in:
@@ -186,7 +186,7 @@ int DIM_x68k_libLoad_DiskFile(HXCFE_IMGLDR * imgldr_ctx,HXCFE_FLOPPY * floppydis
|
||||
if( header.sectors_present[i] == 0x01 )
|
||||
{
|
||||
fseek( f_img , 0x100 + (i * trk_raw_size), SEEK_SET);
|
||||
fread( &dsk_raw_buf[i * trk_raw_size], trk_raw_size, 1, f_img);
|
||||
hxc_fread( &dsk_raw_buf[i * trk_raw_size], trk_raw_size, f_img);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user