home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD1.img
/
d1xx
/
d101
/
midi
/
dev
/
libsrc
/
credst.asm
next >
Wrap
Assembly Source File
|
1987-09-05
|
217b
|
13 lines
public _MidiBase,_LVOCreateMDest
; struct MDest *CreateMDest (name,image)
; char *name;
; struct Image *image;
public _CreateMDest
_CreateMDest
movem.l 4(sp),a0-a1
move.l _MidiBase,a6
jmp _LVOCreateMDest(a6)