Home
last modified time | relevance | path

Searched refs:interleaved_sectors (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dimg_dsk.h41 static std::vector<uint8_t> interleaved_sectors(unsigned il_factor);
H A Dhpi_dsk.h42 static void interleaved_sectors(unsigned il_factor , sector_list_t& sector_list);
H A Dimg_dsk.cpp86 std::vector<uint8_t> sector_list = interleaved_sectors(il_factor); in load()
138 std::vector<uint8_t> img_format::interleaved_sectors(unsigned il_factor) in interleaved_sectors() function in img_format
H A Dhpi_dsk.cpp175 interleaved_sectors(il, sector_list); in load()
239 void hpi_format::interleaved_sectors(unsigned il_factor , sector_list_t& sector_list) in interleaved_sectors() function in hpi_format
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dimg_dsk.h41 static std::vector<uint8_t> interleaved_sectors(unsigned il_factor);
H A Dhpi_dsk.h42 static void interleaved_sectors(unsigned il_factor , sector_list_t& sector_list);
H A Dimg_dsk.cpp86 std::vector<uint8_t> sector_list = interleaved_sectors(il_factor); in load()
138 std::vector<uint8_t> img_format::interleaved_sectors(unsigned il_factor) in interleaved_sectors() function in img_format
H A Dhpi_dsk.cpp175 interleaved_sectors(il, sector_list); in load()
239 void hpi_format::interleaved_sectors(unsigned il_factor , sector_list_t& sector_list) in interleaved_sectors() function in hpi_format