mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 06:49:49 +02:00
atari: new file for xbios defines
git-svn-id: trunk@34661 -
This commit is contained in:
parent
05a35a2a16
commit
71a4087bc5
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8412,6 +8412,7 @@ rtl/atari/sysosh.inc svneol=native#text/plain
|
|||||||
rtl/atari/system.pp svneol=native#text/plain
|
rtl/atari/system.pp svneol=native#text/plain
|
||||||
rtl/atari/sysutils.pp svneol=native#text/plain
|
rtl/atari/sysutils.pp svneol=native#text/plain
|
||||||
rtl/atari/tthread.inc svneol=native#text/plain
|
rtl/atari/tthread.inc svneol=native#text/plain
|
||||||
|
rtl/atari/xbios.inc svneol=native#text/plain
|
||||||
rtl/avr/avr.inc svneol=native#text/plain
|
rtl/avr/avr.inc svneol=native#text/plain
|
||||||
rtl/avr/int64p.inc svneol=native#text/plain
|
rtl/avr/int64p.inc svneol=native#text/plain
|
||||||
rtl/avr/makefile.cpu svneol=native#text/plain
|
rtl/avr/makefile.cpu svneol=native#text/plain
|
||||||
|
20
rtl/atari/xbios.inc
Normal file
20
rtl/atari/xbios.inc
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
This file is part of the Free Pascal run time library.
|
||||||
|
Copyright (c) 2016 by Free Pascal development team
|
||||||
|
|
||||||
|
XBIOS related defines for Atari TOS
|
||||||
|
|
||||||
|
See the file COPYING.FPC, included in this distribution,
|
||||||
|
for details about the copyright.
|
||||||
|
|
||||||
|
This program is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
|
**********************************************************************}
|
||||||
|
|
||||||
|
|
||||||
|
{ The API description of this file is based on the information available
|
||||||
|
online at: http://toshyp.atari.org }
|
||||||
|
|
||||||
|
function xbios_random: longint; syscall 14 17;
|
Loading…
Reference in New Issue
Block a user