Home
last modified time | relevance | path

Searched refs:m_track_skew (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dhpi_dsk.h53 static const uint8_t m_track_skew[ HPI_SECTORS - 1 ][ HPI_HEADS ]; variable
H A Dhpi_dsk.cpp188 list_offset = (list_offset + m_track_skew[ il - 1 ][ head ]) % HPI_SECTORS; in load()
460 const uint8_t hpi_format::m_track_skew[ HPI_SECTORS - 1 ][ HPI_HEADS ] = { member in hpi_format
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dhpi_dsk.h53 static const uint8_t m_track_skew[ HPI_SECTORS - 1 ][ HPI_HEADS ]; variable
H A Dhpi_dsk.cpp188 list_offset = (list_offset + m_track_skew[ il - 1 ][ head ]) % HPI_SECTORS; in load()
460 const uint8_t hpi_format::m_track_skew[ HPI_SECTORS - 1 ][ HPI_HEADS ] = { member in hpi_format