mirror of
https://github.com/akuker/RASCSI.git
synced 2025-04-03 17:30:20 +00:00
Fixed comment
This commit is contained in:
parent
4ef4fda836
commit
7a5b0183d8
@ -110,8 +110,7 @@ BOOL DiskTrack::Load(const Filepath& path)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// Calculate offset (previous tracks are considered to
|
||||
// hold 256 sectors)
|
||||
// Calculate offset (previous tracks are considered to hold 256 sectors)
|
||||
off_t offset = ((off_t)dt.track << 8);
|
||||
if (dt.raw) {
|
||||
ASSERT(dt.size == 11);
|
||||
@ -240,7 +239,7 @@ BOOL DiskTrack::Save(const Filepath& path)
|
||||
// Writing in RAW mode is not allowed
|
||||
ASSERT(!dt.raw);
|
||||
|
||||
// Calculate offset (previous tracks are considered to hold 256
|
||||
// Calculate offset (previous tracks are considered to hold 256 sectors)
|
||||
off_t offset = ((off_t)dt.track << 8);
|
||||
offset <<= dt.size;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user