atari: new file for xbios defines

git-svn-id: trunk@34661 -
This commit is contained in:
Károly Balogh 2016-10-08 13:24:40 +00:00
parent 05a35a2a16
commit 71a4087bc5
2 changed files with 21 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8412,6 +8412,7 @@ rtl/atari/sysosh.inc svneol=native#text/plain
rtl/atari/system.pp svneol=native#text/plain
rtl/atari/sysutils.pp 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/int64p.inc svneol=native#text/plain
rtl/avr/makefile.cpu svneol=native#text/plain

20
rtl/atari/xbios.inc Normal file
View 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;