1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-29 10:29:30 +00:00
cc65/libsrc/geos-cbm/diskdrv.inc
ol.sc bff8525ba9 Moved assembler include files from the 'inc' subfolder to the target "main" folder - as it is the case with the other targets.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5433 b7a2c559-68d2-44c3-8de9-860c34a00d81
2012-01-31 21:22:06 +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