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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dps2mouse.c48 # define BX_DEBUG_INT15_MS(...) BX_DEBUG(__VA_ARGS__) macro
50 # define BX_DEBUG_INT15_MS(...) macro
65 BX_DEBUG_INT15_MS("send %02x to mouse:\n", sendbyte);
155 BX_DEBUG_INT15_MS("int15 AX=%04x\n",regs.u.r16.ax);
169 BX_DEBUG_INT15_MS("unsupported subfn\n");
183 BX_DEBUG_INT15_MS("case 0: ");
185 BX_DEBUG_INT15_MS("INT 15h C2 AL=0, BH=%02x\n", (unsigned) regs.u.r8.bh);
193 BX_DEBUG_INT15_MS("INT 15h C2 Enable/Disable Mouse, no far call handler\n");
199 BX_DEBUG_INT15_MS("Disable Mouse\n");
202 BX_DEBUG_INT15_MS("Enabl
[all...]

Completed in 41 milliseconds