DOSBox-X
|
00001 00002 #include "dos_inc.h" 00003 00004 static const unsigned char bin_50_com[] = { 0xB8, 0x12, 0x11, 0x30, 0xDB, 0xCD, 0x10, 0xC3 }; 00005 00006 struct BuiltinFileBlob bfb_50_COM = { 00007 /*recommended file name*/ "50.COM", 00008 /*data*/ bin_50_com, 00009 /*length*/ sizeof(bin_50_com) 00010 }; 00011