]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
exmmtest.exe \> exmmtest.l16 == BOOM
[16.git] / src / lib / 16_tdef.h
index 22e9812b7be26e8df8948458fcd101e6db326d3e..418750fbf1ba0945311bd5f22e2d71eaf72ef086 100755 (executable)
@@ -599,8 +599,8 @@ typedef struct
 #pragma pack(push,1)\r
 typedef struct imf_entry\r
 {\r
-       uint8_t         reg,data;\r
-       uint16_t        delay;\r
+       byte            reg,data;\r
+       word            delay;\r
 } imf_entry_t;\r
 #pragma pack(pop)\r
 \r
@@ -611,7 +611,7 @@ typedef struct
        imf_entry_t*    imf_music;//=NULL;\r
        imf_entry_t*    imf_play_ptr;//=NULL;\r
        imf_entry_t*    imf_music_end;//=NULL;\r
-       uint16_t                imf_delay_countdown;//=0;\r
+       word            imf_delay_countdown;//=0;\r
 } sd_t;\r
 \r
 //==========================================================================\r
@@ -643,9 +643,9 @@ typedef struct
 \r
 typedef struct\r
 {\r
-       int                     maphandle[4];           // handle to MAPTEMP / GAMEMAPS\r
-       int                     grhandle[4];            // handle to EGAGRAPH\r
-       int                     audiohandle[4]; // handle to AUDIOT / AUDIO\r
+       int                     maphandle;              // handle to MAPTEMP / GAMEMAPS\r
+       int                     grhandle;               // handle to EGAGRAPH\r
+       int                     audiohandle;    // handle to AUDIOT / AUDIO\r
 } ca_handle_t;\r
 /*\r
 16/wf3d8086/id_ca.c:   grstarts = (long _seg *)FP_SEG(&EGAhead);\r