File:  [UNIX Amiga Emulator] / uae / src / include / uaeexe.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:18:52 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae0829, uae0828, uae0827, HEAD
uae-0.8.27

/*
 *  uaeexe.h - launch executable in UAE
 *
 *  (c) 1997 by Samuel Devulder
 */

struct uae_xcmd {
    struct uae_xcmd *prev,*next;
    char *cmd;
};

#define UAEEXE_ORG         0xF0FF90 /* sam: I hope this slot is free */

#define UAEEXE_OK          0
#define UAEEXE_NOTRUNNING  1
#define UAEEXE_NOMEM       2

extern void uaeexe_install (void);
extern int uaeexe (const char *cmd);



unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.