]> 4ch.mooo.com Git - 16.git/commitdiff
typedef void __based( void ) * memptr;
authorsparky4 <sparky4@cock.li>
Sun, 4 Sep 2016 03:19:17 +0000 (22:19 -0500)
committersparky4 <sparky4@cock.li>
Sun, 4 Sep 2016 03:19:17 +0000 (22:19 -0500)
src/vgacamm.c
src/vrstest.c

index 16054b3821d0f300dfa95e4856658be880bd5b7a..e9c1c0ba72305651089e39e4ca364dbe064d6224 100755 (executable)
@@ -27,9 +27,8 @@
 \r
 void main() {\r
        global_game_variables_t gvar;\r
-       //mminfo_t mm; mminfotype mmi;\r
        __segment sega;\r
-       void __based(sega)* bigbuffer;\r
+       memptr bigbuffer;\r
        int i;\r
        word start;\r
        int plane;\r
index 1adf65d03bebe472e60eacd8a822f5fcf5656a3f..c36b0ae8bdf7888bae2c0081a40925d599672ce2 100755 (executable)
@@ -31,7 +31,7 @@
 void main() {
        global_game_variables_t gvar;
        __segment sega;
-       void __based(sega)* bigbuffer;
+       memptr bigbuffer;
        int i;
        word start;
        int plane;