Home
last modified time | relevance | path

Searched defs:offset_in_image (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp90 unsigned offset_in_image = (real_sector - 1 + cyl * SECTORS) * SECTOR_SIZE; in load() local
110 unsigned offset_in_image = (cyl * SECTORS + sector_no - 1) * SECTOR_SIZE; in save() local
H A Dhpi_dsk.cpp183 unsigned offset_in_image = chs_to_lba(cyl, head, real_sector, heads) * HPI_SECTOR_SIZE; in load() local
210 unsigned offset_in_image = chs_to_lba(cyl, head, sector_no, heads) * HPI_SECTOR_SIZE; in save() local
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dimg_dsk.cpp90 unsigned offset_in_image = (real_sector - 1 + cyl * SECTORS) * SECTOR_SIZE; in load() local
110 unsigned offset_in_image = (cyl * SECTORS + sector_no - 1) * SECTOR_SIZE; in save() local
H A Dhpi_dsk.cpp183 unsigned offset_in_image = chs_to_lba(cyl, head, real_sector, heads) * HPI_SECTOR_SIZE; in load() local
210 unsigned offset_in_image = chs_to_lba(cyl, head, sector_no, heads) * HPI_SECTOR_SIZE; in save() local