]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.c
MOUSE WORKS NOW! i should continue on the other stuff in p16 such as showmemory funct...
[16.git] / src / lib / 16_head.c
index b371d10907ca3c7d8f2ec4cc20fb71a0489d4d3f..25be7dab7d387519ee252e031a5deefef6506c93 100755 (executable)
 \r
 #include "src/lib/16_head.h"\r
 \r
+//cpu reg stuff for _AX, _BX, _CX, _DX\r
+#ifdef __WATCOMC__\r
+union regs CPURegs;\r
+#endif\r
+\r
 // big global status text buffer\r
 char global_temp_status_text[512];\r
 char global_temp_status_text2[512];\r