home *** CD-ROM | disk | FTP | other *** search
-
- * Maxon C++ Library:
-
- * Modul "graphicsbase"
-
- * Jens Gelhar 19.03.93, 08.04.94
-
- xdef _GfxBase
- xdef _INIT_1_GfxBase_Open_Please_Yeah
- xdef _EXIT_1_GfxBase_Gnarf_gnarf_gnarf
-
- xref exit__i
-
- _INIT_1_GfxBase_Open_Please_Yeah:
- lea gfxname(pc),a1
- moveq #33,d0
- move.l 4.w,a6
- jsr -552(a6)
- move.l d0,_GfxBase
- bne.b ret
- move.l #-996,-(a7)
- jsr exit__i
-
- _EXIT_1_GfxBase_Gnarf_gnarf_gnarf:
- move.l _GfxBase,d0
- beq.b ret
- move.l d0,a1
- move.l 4.w,a6
- jsr -414(a6)
- ret: rts
-
-
- gfxname: dc.b 'graphics.library',0
-
- SECTION D,DATA
-
- _GfxBase: dc.l 0
-
- end
-