Lines Matching defs:abBuffer
669 uint8_t abBuffer[0x0200];
701 bios_dsk->drqp.buffer = &abBuffer;
709 removable = *(abBuffer+0) & 0x80 ? 1 : 0;
710 cylinders = *(uint16_t *)(abBuffer+(1*2)); // word 1
711 heads = *(uint16_t *)(abBuffer+(3*2)); // word 3
712 spt = *(uint16_t *)(abBuffer+(6*2)); // word 6
713 sectors = *(uint32_t *)(abBuffer+(60*2)); // word 60 and word 61
717 sectors = *(uint32_t *)(abBuffer+(100*2)); // words 100 to 103 (someday)
783 bios_dsk->drqp.buffer = &abBuffer;
791 removable = *(abBuffer+0) & 0x80 ? 1 : 0;