1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Defining C constants here doesn't seem to make sense as they are defined already in individual assembler files based on official jumptable entries.

As the disk driver jumptable entries don't seem to be published otherwise I didn't delete the definitions but moved the '_' to the end marking them as "secondary" to the ones in the main jumptable.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5506 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2012-02-09 07:57:49 +00:00
parent c7ecb52581
commit 6411cc66c1

View File

@ -4,30 +4,30 @@
;4-2-99 ;4-2-99
;pointers ;pointers
_InitForIO = $9000 InitForIO_ = $9000
_DoneWithIO = $9002 DoneWithIO_ = $9002
_ExitTurbo = $9004 ExitTurbo_ = $9004
_PurgeTurbo = $9006 PurgeTurbo_ = $9006
_EnterTurbo = $9008 EnterTurbo_ = $9008
_ChangeDiskDevice = $900a ChangeDiskDevice_ = $900a
_NewDisk = $900c NewDisk_ = $900c
_ReadBlock = $900e ReadBlock_ = $900e
_WriteBlock = $9010 WriteBlock_ = $9010
_VerWriteBlock = $9012 VerWriteBlock_ = $9012
_OpenDisk = $9014 OpenDisk_ = $9014
_GetBlock = $9016 GetBlock_ = $9016
_PutBlock = $9018 PutBlock_ = $9018
_GetDirHead = $901a GetDirHead_ = $901a
_PutDirHead = $901c PutDirHead_ = $901c
_GetFreeDirBlk = $901e GetFreeDirBlk_ = $901e
_CalcBlksFree = $9020 CalcBlksFree_ = $9020
_FreeBlock = $9022 FreeBlock_ = $9022
_SetNextFree = $9024 SetNextFree_ = $9024
_FindBAMBit = $9026 FindBAMBit_ = $9026
_NxtBlkAlloc = $9028 NxtBlkAlloc_ = $9028
_BlkAlloc = $902a BlkAlloc_ = $902a
_ChkDkGEOS = $902c ChkDkGEOS_ = $902c
_SetGEOSDisk = $902e SetGEOSDisk_ = $902e
;jump table ;jump table
Get1stDirEntry = $9030 Get1stDirEntry = $9030