Home
last modified time | relevance | path

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

/dports/emulators/mess/mame-mame0226/src/lib/formats/
H A Dap2_dsk.cpp99 geometry.sector_length = APPLE2_SECTOR_SIZE; in apple2_general_construct()
140 expected_size = APPLE2_TRACK_COUNT * APPLE2_SECTOR_COUNT * APPLE2_SECTOR_SIZE; in FLOPPY_IDENTIFY()
142 …e == expected_size) || (size == APPLE2_STD_TRACK_COUNT * APPLE2_SECTOR_COUNT * APPLE2_SECTOR_SIZE)) in FLOPPY_IDENTIFY()
197 uint8_t sector_buffer[APPLE2_SECTOR_SIZE]; in apple2_dsk_read_track()
224 uint8_t sector_buffer[APPLE2_SECTOR_SIZE]; in apple2_dsk_write_track()
349 if (i + 0xAC < APPLE2_SECTOR_SIZE) in disk_decode_nib()
376 if (buflen != APPLE2_SECTOR_SIZE) in apple2_nib_read_sector()
440 if (i + 0xAC < APPLE2_SECTOR_SIZE) in disk_encode_nib()
465 if (buflen != APPLE2_SECTOR_SIZE) in apple2_nib_write_sector()
481 *sector_length = APPLE2_SECTOR_SIZE; in apple2_nib_get_sector_length()
H A Dap2_dsk.h29 #define APPLE2_SECTOR_SIZE 256 macro
/dports/emulators/mame/mame-mame0226/src/lib/formats/
H A Dap2_dsk.cpp99 geometry.sector_length = APPLE2_SECTOR_SIZE; in apple2_general_construct()
140 expected_size = APPLE2_TRACK_COUNT * APPLE2_SECTOR_COUNT * APPLE2_SECTOR_SIZE; in FLOPPY_IDENTIFY()
142 …e == expected_size) || (size == APPLE2_STD_TRACK_COUNT * APPLE2_SECTOR_COUNT * APPLE2_SECTOR_SIZE)) in FLOPPY_IDENTIFY()
197 uint8_t sector_buffer[APPLE2_SECTOR_SIZE]; in apple2_dsk_read_track()
224 uint8_t sector_buffer[APPLE2_SECTOR_SIZE]; in apple2_dsk_write_track()
349 if (i + 0xAC < APPLE2_SECTOR_SIZE) in disk_decode_nib()
376 if (buflen != APPLE2_SECTOR_SIZE) in apple2_nib_read_sector()
440 if (i + 0xAC < APPLE2_SECTOR_SIZE) in disk_encode_nib()
465 if (buflen != APPLE2_SECTOR_SIZE) in apple2_nib_write_sector()
481 *sector_length = APPLE2_SECTOR_SIZE; in apple2_nib_get_sector_length()
H A Dap2_dsk.h29 #define APPLE2_SECTOR_SIZE 256 macro