Searched defs:BX_DEBUG_INT13_FL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c67 # define BX_DEBUG_INT13_FL(...) BX_DEBUG(__VA_ARGS__) macro
69 # define BX_DEBUG_INT13_FL(...) macro
459 BX_DEBUG_INT13_FL("%s: AX=%04x BX=%04x CX=%04x DX=%04x ES=%04x\n", __func__, AX, BX, CX, DX, ES);
465 BX_DEBUG_INT13_FL("floppy f00\n");
574 BX_DEBUG_INT13_FL("masking DMA-1 c2\n");
577 BX_DEBUG_INT13_FL("clear flip-flop\n");
581 BX_DEBUG_INT13_FL("clear flip-flop\n");
585 BX_DEBUG_INT13_FL("xfer buf %x bytes at %x:%x\n",
591 BX_DEBUG_INT13_FL("setting mode register\n");
594 BX_DEBUG_INT13_FL("settin
[all...]

Completed in 797 milliseconds