Symbol: XBIOS_TRAP
src/system/boot/platform/atari_m68k/toscalls.h
462
#define Initmous(mode, param, vec) toscallWPP(XBIOS_TRAP, 0, (int16)mode, (void *)param, (void *)vec)
src/system/boot/platform/atari_m68k/toscalls.h
463
#define Physbase() (void *)toscallV(XBIOS_TRAP, 2)
src/system/boot/platform/atari_m68k/toscalls.h
464
#define Logbase() (void *)toscallV(XBIOS_TRAP, 3)
src/system/boot/platform/atari_m68k/toscalls.h
465
#define Getrez() toscallV(XBIOS_TRAP, 4)
src/system/boot/platform/atari_m68k/toscalls.h
466
#define Setscreen(log, phys, mode, command) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (int16)mode, (int16)command)
src/system/boot/platform/atari_m68k/toscalls.h
467
#define VsetScreen(log, phys, mode, modecode) toscallPPWW(XBIOS_TRAP, 5, (void *)log, (void *)phys, (int16)mode, (int16)modecode)
src/system/boot/platform/atari_m68k/toscalls.h
468
#define Floprd(buf, dummy, dev, sect, track, side, count) toscallPLWWWWW(XBIOS_TRAP, 8, (void *)buf, (int32)dummy, (int16)dev, (int16)sect, (int16)track, (int16)side, (int16)count)
src/system/boot/platform/atari_m68k/toscalls.h
470
#define Rsconf(speed, flow, ucr, rsr, tsr, scr) toscallWWWWWW(XBIOS_TRAP, 15, (int16)speed, (int16)flow, (int16)ucr, (int16)rsr, (int16)tsr, (int16)scr)
src/system/boot/platform/atari_m68k/toscalls.h
472
#define Random() toscallV(XBIOS_TRAP, 17)
src/system/boot/platform/atari_m68k/toscalls.h
473
#define Gettime() (uint32)toscallV(XBIOS_TRAP, 23)
src/system/boot/platform/atari_m68k/toscalls.h
474
#define Jdisint(intno) toscallW(XBIOS_TRAP, 26, (int16)intno)
src/system/boot/platform/atari_m68k/toscalls.h
475
#define Jenabint(intno) toscallW(XBIOS_TRAP, 27, (int16)intno)
src/system/boot/platform/atari_m68k/toscalls.h
476
#define Supexec(func) toscallP(XBIOS_TRAP, 38, (void *)func)
src/system/boot/platform/atari_m68k/toscalls.h
477
#define Puntaes() toscallV(XBIOS_TRAP, 39)
src/system/boot/platform/atari_m68k/toscalls.h
478
#define DMAread(sect, count, buf, dev) toscallLWPW(XBIOS_TRAP, 42, (int32)sect, (int16)count, (void *)buf, (int16)dev)
src/system/boot/platform/atari_m68k/toscalls.h
479
#define DMAwrite(sect, count, buf, dev) toscallWPLW(XBIOS_TRAP, 43, (int32)sect, (int16)count, (void *)buf, (int16)dev)
src/system/boot/platform/atari_m68k/toscalls.h
480
#define NVMaccess(op, start, count, buffer) toscallWWWP(XBIOS_TRAP, 46, (int16)op, (int16)start, (int16)count, (char *)buffer)
src/system/boot/platform/atari_m68k/toscalls.h
481
#define VsetMode(mode) toscallW(XBIOS_TRAP, 88, (int16)mode)
src/system/boot/platform/atari_m68k/toscalls.h
482
#define VgetMonitor() toscallV(XBIOS_TRAP, 89)
src/system/boot/platform/atari_m68k/toscalls.h
483
#define mon_type() toscallV(XBIOS_TRAP, 89)
src/system/boot/platform/atari_m68k/toscalls.h
484
#define VgetSize(mode) toscallW(XBIOS_TRAP, 91, (int16)mode)
src/system/boot/platform/atari_m68k/toscalls.h
485
#define VsetRGB(index, count, array) toscallWWP(XBIOS_TRAP, 93, (int16)index, (int16)count, (void *)array)
src/system/boot/platform/atari_m68k/toscalls.h
486
#define Locksnd() toscallV(XBIOS_TRAP, 128)
src/system/boot/platform/atari_m68k/toscalls.h
487
#define Unlocksnd() toscallV(XBIOS_TRAP, 129)
src/system/boot/platform/atari_m68k/toscalls.h
527
#define Metainit(buf) toscallP(XBIOS_TRAP, 48, (void *)buf)
src/system/boot/platform/atari_m68k/toscalls.h
528
#define Metaopen(drive, p) toscall>P(XBIOS_TRAP, 48, (void *)buf)
src/system/boot/platform/atari_m68k/toscalls.h
529
#define Metaclose(drive) toscallW(XBIOS_TRAP, 50, (int16)drive)
src/system/boot/platform/atari_m68k/toscalls.h
530
#define Metagettoc(drive, flag, p) toscallW(XBIOS_TRAP, 62, (int16)drive, (int16)flag, (void *)p)
src/system/boot/platform/atari_m68k/toscalls.h
531
#define Metadiscinfo(drive, p) toscallWP(XBIOS_TRAP, 63, (int16)drive, (void *)p)
src/system/boot/platform/atari_m68k/toscalls.h
532
#define Metaioctl(drive, magic, op, buf) toscallWLWP(XBIOS_TRAP, 55, (int16)drive, (int32)magic, (int16)op, )