mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Merge branch 'master' into DMK
This commit is contained in:
commit
9f97fb738e
@ -55,5 +55,5 @@ int MSXDSK::get_head_count() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
long MSXDSK::get_file_offset_for_position(Track::Address address) {
|
long MSXDSK::get_file_offset_for_position(Track::Address address) {
|
||||||
return (address.position*2 + address.head) * 512 * 9;
|
return (address.position*head_count_ + address.head) * 512 * 9;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user