1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/geos/inc/diskdrv.inc
uz 53dd513176 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


git-svn-id: svn://svn.cc65.org/cc65/trunk@3 b7a2c559-68d2-44c3-8de9-860c34a00d81
2000-05-28 13:40:48 +00:00

43 lines
803 B
PHP

;GEOS Disk Driver JumpTab
;reassembled by Maciej 'YTM/Alliance' Witkowiak
;4-2-99
;pointers
_InitForIO = $9000
_DoneWithIO = $9002
_ExitTurbo = $9004
_PurgeTurbo = $9006
_EnterTurbo = $9008
_ChangeDiskDevice = $900a
_NewDisk = $900c
_ReadBlock = $900e
_WriteBlock = $9010
_VerWriteBlock = $9012
_OpenDisk = $9014
_GetBlock = $9016
_PutBlock = $9018
_GetDirHead = $901a
_PutDirHead = $901c
_GetFreeDirBlk = $901e
_CalcBlksFree = $9020
_FreeBlock = $9022
_SetNextFree = $9024
_FindBAMBit = $9026
_NxtBlkAlloc = $9028
_BlkAlloc = $902a
_ChkDkGEOS = $902c
_SetGEOSDisk = $902e
;jump table
Get1stDirEntry = $9030
GetNxtDirEntry = $9033
GetBorder = $9036
AddDirBlock = $9039
ReadBuff = $903c
WriteBuff = $903f
;??? = $9042
;??? = $9045
AllocateBlock = $9048
ReadLink = $904b