]> 4ch.mooo.com Git - 16.git/commitdiff
modified: scroll.c
authorsparky4 <sparky4@cock.li>
Mon, 24 Nov 2014 21:33:13 +0000 (15:33 -0600)
committersparky4 <sparky4@cock.li>
Mon, 24 Nov 2014 21:33:13 +0000 (15:33 -0600)
modified:   scroll.exe

scroll.c
scroll.exe

index d2298adf55897e98fe28e1d42d60a7e4be164f0a..873c54b578d1a39d44a017106df480704c11c4ae 100644 (file)
--- a/scroll.c
+++ b/scroll.c
@@ -55,8 +55,6 @@ void mapDrawRow(map_view_t *mv, int tx, int ty, word y);
 void mapDrawCol(map_view_t *mv, int tx, int ty, word x);
 void animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */short d1, short d2, int x, int y, int ls, int lp, bitmap_t *bmp);
 
-void ma();
-
 #define TILEWH 16
 #define QUADWH (TILEWH/4)
 #define SPEED 4
@@ -86,7 +84,6 @@ void main() {
        /* draw the tiles */
        ptr = map.data;
        ptmp = bitmapLoadPcx("ptmp.pcx"); // load sprite
-       ma();
        modexEnter();
        modexPalUpdate(ptmp.palette);
        screen = modexDefaultPage();
@@ -592,15 +589,3 @@ animatePlayer(map_view_t *src, map_view_t *dest, /*map_view_t *top, */short d1,
        //turn this off if XT
        modexWaitBorder();
 }
-
-void ma()
-{
-       int dos_memavail;
-       __asm {
-               mov bx,0ffffh\r
-               mov ah,48h\r
-               int 21h\r
-               mov dos_memavail,bx
-       }
-       printf("\n%d\n", dos_memavail);
-}
index 7d98271121e99e764a1375ba9ec30a3c1599717b..33f0ed4b0541840d591187f856cd650d09dd0e12 100644 (file)
Binary files a/scroll.exe and b/scroll.exe differ