File:  [UNIX Amiga Emulator] / uae / amiga / source / uae_pragmas.h
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:39:40 2018 UTC (8 years, 3 months ago) by root
Branches: MAIN, BSchmidt
CVS tags: uae089, uae088, uae087, uae086, uae085, uae0829, uae0828, uae0827, uae0826, uae0825, uae0824, uae0823, uae0822, uae0821, uae0820, uae0819, uae0818, uae0817, uae0816, uae0815, uae0814, uae0813, uae0812, uae0811, uae0810, uae076, uae075, HEAD
uae-0.7.5b

static int (*calltrap)(...) = (int (*)(...))0xF0FF60;

static int GetVersion(void)
{
    calltrap (0);
}
static int GetUaeConfig(struct UAE_CONFIG *a)
{
    calltrap (1, a);
}
static int SetUaeConfig(struct UAE_CONFIG *a)
{
    calltrap (2, a);
}
static int HardReset(void)
{
    calltrap (3);
}
static int Reset(void)
{
    calltrap (4);
}
static int EjectDisk(ULONG drive)
{
    calltrap (5, "", drive);
}
static int InsertDisk(UBYTE *name, ULONG drive)
{
    calltrap (5, name, drive);
}
static int EnableSound(void)
{
    calltrap (6, 2);
}
static int DisableSound(void)
{
    calltrap (6, 1);
}
static int EnableJoystick(void)
{
    calltrap (7, 1);
}
static int DisableJoystick(void)
{
    calltrap (7, 0);
}
static int SetFrameRate(ULONG rate)
{
    calltrap (8, rate);
}
static int ChgCMemSize(ULONG mem)
{
    calltrap (9, mem);
}
static int ChgSMemSize(ULONG mem)
{
    calltrap (10, mem);
}
static int ChgFMemSize(ULONG mem)
{
    calltrap (11, mem);
}
static int ChangeLanguage(ULONG lang)
{
    calltrap (12, lang);
}
static int ExitEmu(void)
{
    calltrap (13);
}
static int GetDisk(ULONG drive, UBYTE *name)
{
    calltrap (14, drive, name);
}
static int DebugFunc(void)
{
    calltrap (15);
}

unix.superglobalmegacorp.com

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