Home » Archimedes archive » Archimedes World » AW_Vol15_Issue7 CD ROM Index Disc.adf » coders » vsn2/h/swis

vsn2/h/swis

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Archimedes World » AW_Vol15_Issue7 CD ROM Index Disc.adf » coders
Filename: vsn2/h/swis
Read OK:
File size: 6407 bytes
Load address: 0000
Exec address: 0000
File contents
/*
  Title:      Swi numbers for RiscOs
  Copyright (C) 1989, Acorn Computers Ltd., Cambridge, England
  $Revision:  $ SWI_LIST 1.00 02-May-89 (Program generated)
*/

#ifndef __swis_h
#define __swis_h

#define XOS_Bit                        0x020000

#define OS_WriteI                      0x000100

#define OS_WriteC                      0x000000
#define OS_WriteS                      0x000001
#define OS_Write0                      0x000002
#define OS_NewLine                     0x000003
#define OS_ReadC                       0x000004
#define OS_CLI                         0x000005
#define OS_Byte                        0x000006
#define OS_Word                        0x000007
#define OS_File                        0x000008
#define OS_Args                        0x000009
#define OS_BGet                        0x00000a
#define OS_BPut                        0x00000b
#define OS_GBPB                        0x00000c
#define OS_Find                        0x00000d
#define OS_ReadLine                    0x00000e
#define OS_Control                     0x00000f
#define OS_GetEnv                      0x000010
#define OS_Exit                        0x000011
#define OS_SetEnv                      0x000012
#define OS_IntOn                       0x000013
#define OS_IntOff                      0x000014
#define OS_CallBack                    0x000015
#define OS_EnterOS                     0x000016
#define OS_BreakPt                     0x000017
#define OS_BreakCtrl                   0x000018
#define OS_UnusedSWI                   0x000019
#define OS_UpdateMEMC                  0x00001a
#define OS_SetCallBack                 0x00001b
#define OS_Mouse                       0x00001c
#define OS_Heap                        0x00001d
#define OS_Module                      0x00001e
#define OS_Claim                       0x00001f
#define OS_Release                     0x000020
#define OS_ReadUnsigned                0x000021
#define OS_GenerateEvent               0x000022
#define OS_ReadVarVal                  0x000023
#define OS_SetVarVal                   0x000024
#define OS_GSInit                      0x000025
#define OS_GSRead                      0x000026
#define OS_GSTrans                     0x000027
#define OS_BinaryToDecimal             0x000028
#define OS_FSControl                   0x000029
#define OS_ChangeDynamicArea           0x00002a
#define OS_GenerateError               0x00002b
#define OS_ReadEscapeState             0x00002c
#define OS_EvaluateExpression          0x00002d
#define OS_SpriteOp                    0x00002e
#define OS_ReadPalette                 0x00002f
#define OS_ServiceCall                 0x000030
#define OS_ReadVduVariables            0x000031
#define OS_ReadPoint                   0x000032
#define OS_UpCall                      0x000033
#define OS_CallAVector                 0x000034
#define OS_ReadModeVariable            0x000035
#define OS_RemoveCursors               0x000036
#define OS_RestoreCursors              0x000037
#define OS_SWINumberToString           0x000038
#define OS_SWINumberFromString         0x000039
#define OS_ValidateAddress             0x00003a
#define OS_CallAfter                   0x00003b
#define OS_CallEvery                   0x00003c
#define OS_RemoveTickerEvent           0x00003d
#define OS_InstallKeyHandler           0x00003e
#define OS_CheckModeValid              0x00003f
#define OS_ChangeEnvironment           0x000040
#define OS_ClaimScreenMemory           0x000041
#define OS_ReadMonotonicTime           0x000042
#define OS_SubstituteArgs              0x000043
#define OS_PrettyPrint                 0x000044
#define OS_Plot                        0x000045
#define OS_WriteN                      0x000046
#define OS_AddToVector                 0x000047
#define OS_WriteEnv                    0x000048
#define OS_ReadArgs                    0x000049
#define OS_ReadRAMFsLimits             0x00004a
#define OS_ClaimDeviceVector           0x00004b
#define OS_ReleaseDeviceVector         0x00004c
#define OS_DelinkApplication           0x00004d
#define OS_RelinkApplication           0x00004e
#define OS_HeapSort                    0x00004f
#define OS_ExitAndDie                  0x000050
#define OS_ReadMemMapInfo              0x000051
#define OS_ReadMemMapEntries           0x000052
#define OS_SetMemMapEntries            0x000053
#define OS_AddCallBack                 0x000054
#define OS_ReadDefaultHandler          0x000055
#define OS_SetECFOrigin                0x000056
#define OS_SerialOp                    0x000057
#define OS_ReadSysInfo                 0x000058
#define OS_Confirm                     0x000059
#define OS_ChangedBox                  0x00005a
#define OS_CRC                         0x00005b
#define OS_ReadDynamicArea             0x00005c
#define OS_PrintChar                   0x00005d
#define OS_ChangeRedirection           0x00005e
#define OS_RemoveCallBack              0x00005f
#define OS_FindMemMapEntries           0x000060
#define OS_SetColour                   0x000061
#define OS_ScreenMode		       0x000065
#define OS_ConvertStandardDateAndTime  0x0000c0
#define OS_ConvertDateAndTime          0x0000c1
#define OS_ConvertHex1                 0x0000d0
#define OS_ConvertHex2                 0x0000d1
#define OS_ConvertHex4                 0x0000d2
#define OS_ConvertHex6                 0x0000d3
#define OS_ConvertHex8                 0x0000d4
#define OS_ConvertCardinal1            0x0000d5
#define OS_ConvertCardinal2            0x0000d6
#define OS_ConvertCardinal3            0x0000d7
#define OS_ConvertCardinal4            0x0000d8
#define OS_ConvertInteger1             0x0000d9
#define OS_ConvertInteger2             0x0000da
#define OS_ConvertInteger3             0x0000db
#define OS_ConvertInteger4             0x0000dc
#define OS_ConvertBinary1              0x0000dd
#define OS_ConvertBinary2              0x0000de
#define OS_ConvertBinary3              0x0000df
#define OS_ConvertBinary4              0x0000e0
#define OS_ConvertSpacedCardinal1      0x0000e1
#define OS_ConvertSpacedCardinal2      0x0000e2
#define OS_ConvertSpacedCardinal3      0x0000e3
#define OS_ConvertSpacedCardinal4      0x0000e4
#define OS_ConvertSpacedInteger1       0x0000e5
#define OS_ConvertSpacedInteger2       0x0000e6
#define OS_ConvertSpacedInteger3       0x0000e7
#define OS_ConvertSpacedInteger4       0x0000e8
#define OS_ConvertFixedNetStation      0x0000e9
#define OS_ConvertNetStation           0x0000ea
#define OS_ConvertFixedFileSize        0x0000eb
#define OS_ConvertFileSize             0x0000ec
#define IIC_Control                    0x000240
#define Cache_Control                  0x000280
#define Cache_Cacheable                0x000281
#define Cache_Updateable               0x000282
#define Cache_Disruptive               0x000283
#define Cache_Flush                    0x000284
#define Font_CacheAddr                 0x040080
#define Font_FindFont                  0x040081
#define Font_LoseFont                  0x040082
#define Font_ReadDefn                  0x040083
#define Font_ReadInfo                  0x040084
#define Font_StringWidth               0x040085
#define Font_Paint                     0x040086
#define Font_Caret                     0x040087
#define Font_ConverttoOS               0x040088
#define Font_Converttopoints           0x040089
#define Font_SetFont                   0x04008a
#define Font_CurrentFont               0x04008b
#define Font_FutureFont                0x04008c
#define Font_FindCaret                 0x04008d
#define Font_CharBBox                  0x04008e
#define Font_ReadScaleFactor           0x04008f
#define Font_SetScaleFactor            0x040090
#define Font_ListFonts                 0x040091
#define Font_SetFontColours            0x040092
#define Font_SetPalette                0x040093
#define Font_ReadThresholds            0x040094
#define Font_SetThresholds             0x040095
#define Font_FindCaretJ                0x040096
#define Font_StringBBox                0x040097
#define Font_ReadColourTable           0x040098
#define Font_MakeBitmap                0x040099
#define Font_UnCacheFile               0x04009a
#define Font_SetFontMax                0x04009b
#define Font_ReadFontMax               0x04009c
#define Font_ReadFontPrefix            0x04009d
#define Font_SwitchOutputToBuffer      0x04009e
#define Font_ReadFontMetrics           0x04009f
#define Font_DecodeMenu                0x0400a0
#define Font_ScanString                0x0400a1
#define Font_SetColourTable            0x0400a2
#define Font_CurrentRGB                0x0400a3
#define Font_FutureRGB                 0x0400a4
#define Font_ReadEncodingFilename      0x0400a5
#define Font_FindField                 0x0400a6
#define Font_ApplyFields               0x0400a7
#define Font_LookupFont                0x0400a8
#define Wimp_Initialise                0x0400c0
#define Wimp_CreateWindow              0x0400c1
#define Wimp_CreateIcon                0x0400c2
#define Wimp_DeleteWindow              0x0400c3
#define Wimp_DeleteIcon                0x0400c4
#define Wimp_OpenWindow                0x0400c5
#define Wimp_CloseWindow               0x0400c6
#define Wimp_Poll                      0x0400c7
#define Wimp_RedrawWindow              0x0400c8
#define Wimp_UpdateWindow              0x0400c9
#define Wimp_GetRectangle              0x0400ca
#define Wimp_GetWindowState            0x0400cb
#define Wimp_GetWindowInfo             0x0400cc
#define Wimp_SetIconState              0x0400cd
#define Wimp_GetIconState              0x0400ce
#define Wimp_GetPointerInfo            0x0400cf
#define Wimp_DragBox                   0x0400d0
#define Wimp_ForceRedraw               0x0400d1
#define Wimp_SetCaretPosition          0x0400d2
#define Wimp_GetCaretPosition          0x0400d3
#define Wimp_CreateMenu                0x0400d4
#define Wimp_DecodeMenu                0x0400d5
#define Wimp_WhichIcon                 0x0400d6
#define Wimp_SetExtent                 0x0400d7
#define Wimp_SetPointerShape           0x0400d8
#define Wimp_OpenTemplate              0x0400d9
#define Wimp_CloseTemplate             0x0400da
#define Wimp_LoadTemplate              0x0400db
#define Wimp_ProcessKey                0x0400dc
#define Wimp_CloseDown                 0x0400dd
#define Wimp_StartTask                 0x0400de
#define Wimp_ReportError               0x0400df
#define Wimp_GetWindowOutline          0x0400e0
#define Wimp_PollIdle                  0x0400e1
#define Wimp_PlotIcon                  0x0400e2
#define Wimp_SetMode                   0x0400e3
#define Wimp_SetPalette                0x0400e4
#define Wimp_ReadPalette               0x0400e5
#define Wimp_SetColour                 0x0400e6
#define Wimp_SendMessage               0x0400e7
#define Wimp_CreateSubMenu             0x0400e8
#define Wimp_SpriteOp                  0x0400e9
#define Wimp_BaseOfSprites             0x0400ea
#define Wimp_BlockCopy                 0x0400eb
#define Wimp_SlotSize                  0x0400ec
#define Wimp_ReadPixTrans              0x0400ed
#define Wimp_ClaimFreeMemory           0x0400ee
#define Wimp_CommandWindow             0x0400ef
#define Wimp_TextColour                0x0400f0
#define Wimp_TransferBlock             0x0400f1
#define Wimp_ReadSysInfo               0x0400f2
#define Wimp_SetFontColours            0x0400f3
#define Wimp_GetMenuState              0x0400f4
#define Wimp_RegisterFilter            0x0400f5
#define Wimp_AddMessages               0x0400f6
#define Wimp_RemoveMessages            0x0400f7
#define Wimp_SetColourMapping          0x0400f8
#define Wimp_GetIconInfo               0x0400f9
#define Sound_Configure                0x040140
#define Sound_Enable                   0x040141
#define Sound_Stereo                   0x040142
#define Sound_Speaker                  0x040143
#define Sound_Volume                   0x040180
#define Sound_SoundLog                 0x040181
#define Sound_LogScale                 0x040182
#define Sound_InstallVoice             0x040183
#define Sound_RemoveVoice              0x040184
#define Sound_AttachVoice              0x040185
#define Sound_ControlPacked            0x040186
#define Sound_Tuning                   0x040187
#define Sound_Pitch                    0x040188
#define Sound_Control                  0x040189
#define Sound_AttachNamedVoice         0x04018a
#define Sound_ReadControlBlock         0x04018b
#define Sound_WriteControlBlock        0x04018c
#define Sound_QInit                    0x0401c0
#define Sound_QSchedule                0x0401c1
#define Sound_QRemove                  0x0401c2
#define Sound_QFree                    0x0401c3
#define Sound_QSDispatch               0x0401c4
#define Sound_QTempo                   0x0401c5
#define Sound_QBeat                    0x0401c6
#define Sound_QInterface               0x0401c7
#define ADFS_DiscOp                    0x040240
#define ADFS_HDC                       0x040241
#define ADFS_Drives                    0x040242
#define ADFS_FreeSpace                 0x040243
#define ADFS_Retries                   0x040244
#define ADFS_DescribeDisc              0x040245
#define ADFS_VetFormat                 0x040246
#define ADFS_FlpProcessDCB             0x040247
#define ADFS_ControllerType            0x040248
#define ADFS_PowerControl              0x040249
#define ADFS_SetIDEController          0x04024a
#define ADFS_IDEUserOp                 0x04024b
#define ADFS_MiscOp                    0x04024c
#define ADFS_ECCSAndRetries            0x040250
#define Podule_ReadID                  0x040280
#define Podule_ReadHeader              0x040281
#define Podule_EnumerateChunks         0x040282
#define Podule_ReadChunk               0x040283
#define Podule_ReadBytes               0x040284
#define Podule_WriteBytes              0x040285
#define Podule_CallLoader              0x040286
#define Podule_RawRead                 0x040287
#define Podule_RawWrite                0x040288
#define Podule_HardwareAddress         0x040289
#define Podule_EnumerateChunksWithInfo 0x04028a
#define Podule_HardwareAddresses       0x04028b
#define Podule_ReturnNumber            0x04028c
#define Debugger_Disassemble           0x040380
#define SCSI_Version                   0x0403c0
#define SCSI_Initialise                0x0403c1
#define SCSI_Control                   0x0403c2
#define SCSI_Op                        0x0403c3
#define SCSI_Status                    0x0403c4
#define SCSI_ReadControlLines          0x0403c5
#define SCSI_EEProm                    0x0403c6
#define SCSI_Reserve                   0x0403c7
#define SCSI_List                      0x0403c8
#define SCSI_TargetControl             0x0403c9
#define FPEmulator_Version             0x040480
#define FileCore_DiscOp                0x040540
#define FileCore_Create                0x040541
#define FileCore_Drives                0x040542
#define FileCore_FreeSpace             0x040543
#define FileCore_FloppyStructure       0x040544
#define FileCore_DescribeDisc          0x040545
#define FileCore_DiscardReadSectorsCache 0x040546
#define FileCore_DiscFormat            0x040547
#define FileCore_LayoutStructure       0x040548
#define FileCore_MiscOp                0x040549
#define Shell_Create                   0x0405c0
#define Shell_Destroy                  0x0405c1
#define Hourglass_On                   0x0406c0
#define Hourglass_Off                  0x0406c1
#define Hourglass_Smash                0x0406c2
#define Hourglass_Start                0x0406c3
#define Hourglass_Percentage           0x0406c4
#define Hourglass_LEDs                 0x0406c5
#define Hourglass_Colours              0x0406c6
#define Draw_ProcessPath               0x040700
#define Draw_ProcessPathFP             0x040701
#define Draw_Fill                      0x040702
#define Draw_FillFP                    0x040703
#define Draw_Stroke                    0x040704
#define Draw_StrokeFP                  0x040705
#define Draw_StrokePath                0x040706
#define Draw_StrokePathFP              0x040707
#define Draw_FlattenPath               0x040708
#define Draw_FlattenPathFP             0x040709
#define Draw_TransformPath             0x04070a
#define Draw_TransformPathFP           0x04070b
#define ColourTrans_SelectTable        0x040740
#define ColourTrans_SelectGCOLTable    0x040741
#define ColourTrans_ReturnGCOL         0x040742
#define ColourTrans_SetGCOL            0x040743
#define ColourTrans_ReturnColourNumber 0x040744
#define ColourTrans_ReturnGCOLForMode  0x040745
#define ColourTrans_ReturnColourNumberForMode 0x040746
#define ColourTrans_ReturnOppGCOL      0x040747
#define ColourTrans_SetOppGCOL         0x040748
#define ColourTrans_ReturnOppColourNumber 0x040749
#define ColourTrans_ReturnOppGCOLForMode 0x04074a
#define ColourTrans_ReturnOppColourNumberForMode 0x04074b
#define ColourTrans_GCOLToColourNumber 0x04074c
#define ColourTrans_ColourNumberToGCOL 0x04074d
#define ColourTrans_ReturnFontColours  0x04074e
#define ColourTrans_SetFontColours     0x04074f
#define ColourTrans_InvalidateCache    0x040750
#define ColourTrans_SetCalibration     0x040751
#define ColourTrans_ReadCalibration    0x040752
#define ColourTrans_ConvertDeviceColour 0x040753
#define ColourTrans_ConvertDevicePalette 0x040754
#define ColourTrans_ConvertRGBToCIE    0x040755
#define ColourTrans_ConvertCIEToRGB    0x040756
#define ColourTrans_WriteCalibrationToFile 0x040757
#define ColourTrans_ConvertRGBToHSV    0x040758
#define ColourTrans_ConvertHSVToRGB    0x040759
#define ColourTrans_ConvertRGBToCMYK   0x04075a
#define ColourTrans_ConvertCMYKToRGB   0x04075b
#define ColourTrans_ReadPalette        0x04075c
#define ColourTrans_WritePalette       0x04075d
#define ColourTrans_SetColour          0x04075e
#define ColourTrans_MiscOp             0x04075f
#define ColourTrans_WriteLoadingsToFile 0x040760
#define ColourTrans_SetTextColour      0x040761
#define ColourTrans_SetOppTextColour   0x040762
#define ColourTrans_GenerateTable      0x040763
#define SCSIFS_DiscOp                  0x040980
#define SCSIFS_Drives                  0x040982
#define SCSIFS_FreeSpace               0x040983
#define SCSIFS_DescribeDisc            0x040985
#define SCSIFS_TestReady               0x040986
#define Super_Sample90                 0x040d80
#define Super_Sample45                 0x040d81
#define FilerAction_SendSelectedDirectory 0x040f80
#define FilerAction_SendSelectedFile   0x040f81
#define FilerAction_SendStartOperation 0x040f82
#define MessageTrans_FileInfo          0x041500
#define MessageTrans_OpenFile          0x041501
#define MessageTrans_Lookup            0x041502
#define MessageTrans_MakeMenus         0x041503
#define MessageTrans_CloseFile         0x041504
#define MessageTrans_EnumerateTokens   0x041505
#define MessageTrans_ErrorLookup       0x041506
#define MessageTrans_GSLookup          0x041507
#define MessageTrans_CopyError         0x041508
#define Laser_Info                     0x0418c0
#define Laser_Reset                    0x0418c1
#define Laser_Status                   0x0418c2
#define Laser_PageSize                 0x0418c3
#define Laser_PrintJob                 0x0418c4
#define Laser_QueueJob                 0x0418c5
#define Laser_CancelJob                0x0418c6
#define Laser_EndJob                   0x0418c7
#define Laser_QueryJob                 0x0418c8
#define Laser_CurrentJob               0x0418c9
#define Laser_PauseQueue               0x0418ca
#define Laser_FlashLED                 0x0418cb
#define Laser_CMOS                     0x0418cc
#define Laser_Diagnostic               0x0418cd
#define PDumper_Info                   0x041b00
#define PDumper_Claim                  0x041b01
#define PDumper_Free                   0x041b02
#define PDumper_Find                   0x041b03
#define PDumper_StartJob               0x041b04
#define PDumper_TidyJob                0x041b05
#define PDumper_SetColour              0x041b06
#define PDumper_PrepareStrip           0x041b07
#define PDumper_LookupError            0x041b08
#define PDumper_CopyFilename           0x041b09
#define ResourceFS_RegisterFiles       0x041b40
#define ResourceFS_DeregisterFiles     0x041b41
#define DragASprite_Start              0x042400
#define DragASprite_Stop               0x042401
#define DDEUtils_Prefix                0x042580
#define DDEUtils_SetCLSize             0x042581
#define DDEUtils_SetCL                 0x042582
#define DDEUtils_GetCLSize             0x042583
#define DDEUtils_GetCl                 0x042584
#define DDEUtils_ThrowbackRegister     0x042585
#define DDEUtils_ThrowbackUnRegister   0x042586
#define DDEUtils_ThrowbackStart        0x042587
#define DDEUtils_ThrowbackSend         0x042588
#define DDEUtils_ThrowbackEnd          0x042589
#define Filter_RegisterPreFilter       0x042640
#define Filter_RegisterPostFilter      0x042641
#define Filter_DeRegisterPreFilter     0x042642
#define Filter_DeRegisterPostFilter    0x042643
#define TaskManager_TaskNameFromHandle 0x042680
#define TaskManager_EnumerateTasks     0x042681
#define TaskManager_Shutdown           0x042682
#define Squash_Compress                0x042700
#define Squash_Decompress              0x042701
#define DeviceFS_Register              0x042740
#define DeviceFS_Deregister            0x042741
#define DeviceFS_RegisterObjects       0x042742
#define DeviceFS_DeregisterObjects     0x042743
#define DeviceFS_CallDevice            0x042744
#define DeviceFS_Threshold             0x042745
#define DeviceFS_ReceivedCharacter     0x042746
#define DeviceFS_TransmitCharacter     0x042747
#define Buffer_Create                  0x042940
#define Buffer_Remove                  0x042941
#define Buffer_Register                0x042942
#define Buffer_Deregister              0x042943
#define Buffer_ModifyFlags             0x042944
#define Buffer_LinkDevice              0x042945
#define Buffer_UnlinkDevice            0x042946
#define Buffer_GetInfo                 0x042947
#define Buffer_Threshold               0x042948
#define BASICTrans_HELP                0x042c80
#define BASICTrans_Error               0x042c81
#define BASICTrans_Message             0x042c82
#define Parallel_HardwareAddress       0x042ec0
#define Parallel_Op                    0x042ec1
#define Territory_Number               0x043040
#define Territory_Register             0x043041
#define Territory_Deregister           0x043042
#define Territory_NumberToName         0x043043
#define Territory_Exists               0x043044
#define Territory_AlphabetNumberToName 0x043045
#define Territory_SelectAlphabet       0x043046
#define Territory_SetTime              0x043047
#define Territory_ReadCurrentTimeZone  0x043048
#define Territory_ConvertTimeToUTCOrdinals 0x043049
#define Territory_ReadTimeZones        0x04304a
#define Territory_ConvertDateAndTime   0x04304b
#define Territory_ConvertStandardDateAndTime 0x04304c
#define Territory_ConvertStandardDate  0x04304d
#define Territory_ConvertStandardTime  0x04304e
#define Territory_ConvertTimeToOrdinals 0x04304f
#define Territory_ConvertTimeStringToOrdinals 0x043050
#define Territory_ConvertOrdinalsToTime 0x043051
#define Territory_Alphabet             0x043052
#define Territory_AlphabetIdentifier   0x043053
#define Territory_SelectKeyboardHandler 0x043054
#define Territory_WriteDirection       0x043055
#define Territory_CharacterPropertyTable 0x043056
#define Territory_LowerCaseTable       0x043057
#define Territory_UpperCaseTable       0x043058
#define Territory_ControlTable         0x043059
#define Territory_PlainTable           0x04305a
#define Territory_ValueTable           0x04305b
#define Territory_RepresentationTable  0x04305c
#define Territory_Collate              0x04305d
#define Territory_ReadSymbols          0x04305e
#define Territory_ReadCalendarInformation 0x04305f
#define Territory_NameToNumber         0x043060
#define Territory_TransformString      0x043061
#define Territory_Reserved1            0x043062
#define Territory_Reserved2            0x043063
#define Territory_Reserved3            0x043064
#define Territory_Reserved4            0x043065
#define Territory_Reserved5            0x043066
#define Territory_Reserved6            0x043067
#define Territory_Reserved7            0x043068
#define Territory_Reserved8            0x043069
#define Territory_Reserved9            0x04306a
#define Territory_Reserved10           0x04306b
#define Territory_Reserved11           0x04306c
#define Territory_Reserved12           0x04306d
#define Territory_Reserved13           0x04306e
#define Territory_Reserved14           0x04306f
#define Territory_Reserved15           0x043070
#define Territory_Reserved16           0x043071
#define Territory_Reserved17           0x043072
#define Territory_Reserved18           0x043073
#define Territory_Reserved19           0x043074
#define Territory_ConvertTextToString  0x043075
#define ScreenBlanker_Control          0x043100
#define TaskWindow_TaskInfo            0x043380
#define ScanMan_Reset                  0x043780
#define ScanMan_Claim                  0x043781
#define ScanMan_Feeder                 0x043782
#define ScanMan_Modes                  0x043783
#define ScanMan_Poll                   0x043784
#define ScanMan_Release                0x043785
#define ScanMan_AbortScan              0x043786
#define ScanMan_Resolution             0x043787
#define ScanMan_Size                   0x043788
#define ScanMan_Scanners               0x043789
#define ScanMan_Start                  0x04378a
#define ScanMan_Stop                   0x04378b
#define Free_Register                  0x0444c0
#define Free_DeRegister                0x0444c1
#define DOSFS_DiscFormat               0x044b00
#define DOSFS_LayoutStructure          0x044b01

#endif
00000000  2f 2a 0a 20 20 54 69 74  6c 65 3a 20 20 20 20 20  |/*.  Title:     |
00000010  20 53 77 69 20 6e 75 6d  62 65 72 73 20 66 6f 72  | Swi numbers for|
00000020  20 52 69 73 63 4f 73 0a  20 20 43 6f 70 79 72 69  | RiscOs.  Copyri|
00000030  67 68 74 20 28 43 29 20  31 39 38 39 2c 20 41 63  |ght (C) 1989, Ac|
00000040  6f 72 6e 20 43 6f 6d 70  75 74 65 72 73 20 4c 74  |orn Computers Lt|
00000050  64 2e 2c 20 43 61 6d 62  72 69 64 67 65 2c 20 45  |d., Cambridge, E|
00000060  6e 67 6c 61 6e 64 0a 20  20 24 52 65 76 69 73 69  |ngland.  $Revisi|
00000070  6f 6e 3a 20 20 24 20 53  57 49 5f 4c 49 53 54 20  |on:  $ SWI_LIST |
00000080  31 2e 30 30 20 30 32 2d  4d 61 79 2d 38 39 20 28  |1.00 02-May-89 (|
00000090  50 72 6f 67 72 61 6d 20  67 65 6e 65 72 61 74 65  |Program generate|
000000a0  64 29 0a 2a 2f 0a 0a 23  69 66 6e 64 65 66 20 5f  |d).*/..#ifndef _|
000000b0  5f 73 77 69 73 5f 68 0a  23 64 65 66 69 6e 65 20  |_swis_h.#define |
000000c0  5f 5f 73 77 69 73 5f 68  0a 0a 23 64 65 66 69 6e  |__swis_h..#defin|
000000d0  65 20 58 4f 53 5f 42 69  74 20 20 20 20 20 20 20  |e XOS_Bit       |
000000e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000000f0  20 30 78 30 32 30 30 30  30 0a 0a 23 64 65 66 69  | 0x020000..#defi|
00000100  6e 65 20 4f 53 5f 57 72  69 74 65 49 20 20 20 20  |ne OS_WriteI    |
00000110  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000120  20 20 30 78 30 30 30 31  30 30 0a 0a 23 64 65 66  |  0x000100..#def|
00000130  69 6e 65 20 4f 53 5f 57  72 69 74 65 43 20 20 20  |ine OS_WriteC   |
00000140  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000150  20 20 20 30 78 30 30 30  30 30 30 0a 23 64 65 66  |   0x000000.#def|
00000160  69 6e 65 20 4f 53 5f 57  72 69 74 65 53 20 20 20  |ine OS_WriteS   |
00000170  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000180  20 20 20 30 78 30 30 30  30 30 31 0a 23 64 65 66  |   0x000001.#def|
00000190  69 6e 65 20 4f 53 5f 57  72 69 74 65 30 20 20 20  |ine OS_Write0   |
000001a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001b0  20 20 20 30 78 30 30 30  30 30 32 0a 23 64 65 66  |   0x000002.#def|
000001c0  69 6e 65 20 4f 53 5f 4e  65 77 4c 69 6e 65 20 20  |ine OS_NewLine  |
000001d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000001e0  20 20 20 30 78 30 30 30  30 30 33 0a 23 64 65 66  |   0x000003.#def|
000001f0  69 6e 65 20 4f 53 5f 52  65 61 64 43 20 20 20 20  |ine OS_ReadC    |
00000200  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000210  20 20 20 30 78 30 30 30  30 30 34 0a 23 64 65 66  |   0x000004.#def|
00000220  69 6e 65 20 4f 53 5f 43  4c 49 20 20 20 20 20 20  |ine OS_CLI      |
00000230  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000240  20 20 20 30 78 30 30 30  30 30 35 0a 23 64 65 66  |   0x000005.#def|
00000250  69 6e 65 20 4f 53 5f 42  79 74 65 20 20 20 20 20  |ine OS_Byte     |
00000260  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000270  20 20 20 30 78 30 30 30  30 30 36 0a 23 64 65 66  |   0x000006.#def|
00000280  69 6e 65 20 4f 53 5f 57  6f 72 64 20 20 20 20 20  |ine OS_Word     |
00000290  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002a0  20 20 20 30 78 30 30 30  30 30 37 0a 23 64 65 66  |   0x000007.#def|
000002b0  69 6e 65 20 4f 53 5f 46  69 6c 65 20 20 20 20 20  |ine OS_File     |
000002c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000002d0  20 20 20 30 78 30 30 30  30 30 38 0a 23 64 65 66  |   0x000008.#def|
000002e0  69 6e 65 20 4f 53 5f 41  72 67 73 20 20 20 20 20  |ine OS_Args     |
000002f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000300  20 20 20 30 78 30 30 30  30 30 39 0a 23 64 65 66  |   0x000009.#def|
00000310  69 6e 65 20 4f 53 5f 42  47 65 74 20 20 20 20 20  |ine OS_BGet     |
00000320  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000330  20 20 20 30 78 30 30 30  30 30 61 0a 23 64 65 66  |   0x00000a.#def|
00000340  69 6e 65 20 4f 53 5f 42  50 75 74 20 20 20 20 20  |ine OS_BPut     |
00000350  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000360  20 20 20 30 78 30 30 30  30 30 62 0a 23 64 65 66  |   0x00000b.#def|
00000370  69 6e 65 20 4f 53 5f 47  42 50 42 20 20 20 20 20  |ine OS_GBPB     |
00000380  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000390  20 20 20 30 78 30 30 30  30 30 63 0a 23 64 65 66  |   0x00000c.#def|
000003a0  69 6e 65 20 4f 53 5f 46  69 6e 64 20 20 20 20 20  |ine OS_Find     |
000003b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003c0  20 20 20 30 78 30 30 30  30 30 64 0a 23 64 65 66  |   0x00000d.#def|
000003d0  69 6e 65 20 4f 53 5f 52  65 61 64 4c 69 6e 65 20  |ine OS_ReadLine |
000003e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000003f0  20 20 20 30 78 30 30 30  30 30 65 0a 23 64 65 66  |   0x00000e.#def|
00000400  69 6e 65 20 4f 53 5f 43  6f 6e 74 72 6f 6c 20 20  |ine OS_Control  |
00000410  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000420  20 20 20 30 78 30 30 30  30 30 66 0a 23 64 65 66  |   0x00000f.#def|
00000430  69 6e 65 20 4f 53 5f 47  65 74 45 6e 76 20 20 20  |ine OS_GetEnv   |
00000440  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000450  20 20 20 30 78 30 30 30  30 31 30 0a 23 64 65 66  |   0x000010.#def|
00000460  69 6e 65 20 4f 53 5f 45  78 69 74 20 20 20 20 20  |ine OS_Exit     |
00000470  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000480  20 20 20 30 78 30 30 30  30 31 31 0a 23 64 65 66  |   0x000011.#def|
00000490  69 6e 65 20 4f 53 5f 53  65 74 45 6e 76 20 20 20  |ine OS_SetEnv   |
000004a0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000004b0  20 20 20 30 78 30 30 30  30 31 32 0a 23 64 65 66  |   0x000012.#def|
000004c0  69 6e 65 20 4f 53 5f 49  6e 74 4f 6e 20 20 20 20  |ine OS_IntOn    |
000004d0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000004e0  20 20 20 30 78 30 30 30  30 31 33 0a 23 64 65 66  |   0x000013.#def|
000004f0  69 6e 65 20 4f 53 5f 49  6e 74 4f 66 66 20 20 20  |ine OS_IntOff   |
00000500  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000510  20 20 20 30 78 30 30 30  30 31 34 0a 23 64 65 66  |   0x000014.#def|
00000520  69 6e 65 20 4f 53 5f 43  61 6c 6c 42 61 63 6b 20  |ine OS_CallBack |
00000530  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000540  20 20 20 30 78 30 30 30  30 31 35 0a 23 64 65 66  |   0x000015.#def|
00000550  69 6e 65 20 4f 53 5f 45  6e 74 65 72 4f 53 20 20  |ine OS_EnterOS  |
00000560  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000570  20 20 20 30 78 30 30 30  30 31 36 0a 23 64 65 66  |   0x000016.#def|
00000580  69 6e 65 20 4f 53 5f 42  72 65 61 6b 50 74 20 20  |ine OS_BreakPt  |
00000590  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005a0  20 20 20 30 78 30 30 30  30 31 37 0a 23 64 65 66  |   0x000017.#def|
000005b0  69 6e 65 20 4f 53 5f 42  72 65 61 6b 43 74 72 6c  |ine OS_BreakCtrl|
000005c0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000005d0  20 20 20 30 78 30 30 30  30 31 38 0a 23 64 65 66  |   0x000018.#def|
000005e0  69 6e 65 20 4f 53 5f 55  6e 75 73 65 64 53 57 49  |ine OS_UnusedSWI|
000005f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000600  20 20 20 30 78 30 30 30  30 31 39 0a 23 64 65 66  |   0x000019.#def|
00000610  69 6e 65 20 4f 53 5f 55  70 64 61 74 65 4d 45 4d  |ine OS_UpdateMEM|
00000620  43 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |C               |
00000630  20 20 20 30 78 30 30 30  30 31 61 0a 23 64 65 66  |   0x00001a.#def|
00000640  69 6e 65 20 4f 53 5f 53  65 74 43 61 6c 6c 42 61  |ine OS_SetCallBa|
00000650  63 6b 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |ck              |
00000660  20 20 20 30 78 30 30 30  30 31 62 0a 23 64 65 66  |   0x00001b.#def|
00000670  69 6e 65 20 4f 53 5f 4d  6f 75 73 65 20 20 20 20  |ine OS_Mouse    |
00000680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000690  20 20 20 30 78 30 30 30  30 31 63 0a 23 64 65 66  |   0x00001c.#def|
000006a0  69 6e 65 20 4f 53 5f 48  65 61 70 20 20 20 20 20  |ine OS_Heap     |
000006b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006c0  20 20 20 30 78 30 30 30  30 31 64 0a 23 64 65 66  |   0x00001d.#def|
000006d0  69 6e 65 20 4f 53 5f 4d  6f 64 75 6c 65 20 20 20  |ine OS_Module   |
000006e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000006f0  20 20 20 30 78 30 30 30  30 31 65 0a 23 64 65 66  |   0x00001e.#def|
00000700  69 6e 65 20 4f 53 5f 43  6c 61 69 6d 20 20 20 20  |ine OS_Claim    |
00000710  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000720  20 20 20 30 78 30 30 30  30 31 66 0a 23 64 65 66  |   0x00001f.#def|
00000730  69 6e 65 20 4f 53 5f 52  65 6c 65 61 73 65 20 20  |ine OS_Release  |
00000740  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000750  20 20 20 30 78 30 30 30  30 32 30 0a 23 64 65 66  |   0x000020.#def|
00000760  69 6e 65 20 4f 53 5f 52  65 61 64 55 6e 73 69 67  |ine OS_ReadUnsig|
00000770  6e 65 64 20 20 20 20 20  20 20 20 20 20 20 20 20  |ned             |
00000780  20 20 20 30 78 30 30 30  30 32 31 0a 23 64 65 66  |   0x000021.#def|
00000790  69 6e 65 20 4f 53 5f 47  65 6e 65 72 61 74 65 45  |ine OS_GenerateE|
000007a0  76 65 6e 74 20 20 20 20  20 20 20 20 20 20 20 20  |vent            |
000007b0  20 20 20 30 78 30 30 30  30 32 32 0a 23 64 65 66  |   0x000022.#def|
000007c0  69 6e 65 20 4f 53 5f 52  65 61 64 56 61 72 56 61  |ine OS_ReadVarVa|
000007d0  6c 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |l               |
000007e0  20 20 20 30 78 30 30 30  30 32 33 0a 23 64 65 66  |   0x000023.#def|
000007f0  69 6e 65 20 4f 53 5f 53  65 74 56 61 72 56 61 6c  |ine OS_SetVarVal|
00000800  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000810  20 20 20 30 78 30 30 30  30 32 34 0a 23 64 65 66  |   0x000024.#def|
00000820  69 6e 65 20 4f 53 5f 47  53 49 6e 69 74 20 20 20  |ine OS_GSInit   |
00000830  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000840  20 20 20 30 78 30 30 30  30 32 35 0a 23 64 65 66  |   0x000025.#def|
00000850  69 6e 65 20 4f 53 5f 47  53 52 65 61 64 20 20 20  |ine OS_GSRead   |
00000860  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000870  20 20 20 30 78 30 30 30  30 32 36 0a 23 64 65 66  |   0x000026.#def|
00000880  69 6e 65 20 4f 53 5f 47  53 54 72 61 6e 73 20 20  |ine OS_GSTrans  |
00000890  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000008a0  20 20 20 30 78 30 30 30  30 32 37 0a 23 64 65 66  |   0x000027.#def|
000008b0  69 6e 65 20 4f 53 5f 42  69 6e 61 72 79 54 6f 44  |ine OS_BinaryToD|
000008c0  65 63 69 6d 61 6c 20 20  20 20 20 20 20 20 20 20  |ecimal          |
000008d0  20 20 20 30 78 30 30 30  30 32 38 0a 23 64 65 66  |   0x000028.#def|
000008e0  69 6e 65 20 4f 53 5f 46  53 43 6f 6e 74 72 6f 6c  |ine OS_FSControl|
000008f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000900  20 20 20 30 78 30 30 30  30 32 39 0a 23 64 65 66  |   0x000029.#def|
00000910  69 6e 65 20 4f 53 5f 43  68 61 6e 67 65 44 79 6e  |ine OS_ChangeDyn|
00000920  61 6d 69 63 41 72 65 61  20 20 20 20 20 20 20 20  |amicArea        |
00000930  20 20 20 30 78 30 30 30  30 32 61 0a 23 64 65 66  |   0x00002a.#def|
00000940  69 6e 65 20 4f 53 5f 47  65 6e 65 72 61 74 65 45  |ine OS_GenerateE|
00000950  72 72 6f 72 20 20 20 20  20 20 20 20 20 20 20 20  |rror            |
00000960  20 20 20 30 78 30 30 30  30 32 62 0a 23 64 65 66  |   0x00002b.#def|
00000970  69 6e 65 20 4f 53 5f 52  65 61 64 45 73 63 61 70  |ine OS_ReadEscap|
00000980  65 53 74 61 74 65 20 20  20 20 20 20 20 20 20 20  |eState          |
00000990  20 20 20 30 78 30 30 30  30 32 63 0a 23 64 65 66  |   0x00002c.#def|
000009a0  69 6e 65 20 4f 53 5f 45  76 61 6c 75 61 74 65 45  |ine OS_EvaluateE|
000009b0  78 70 72 65 73 73 69 6f  6e 20 20 20 20 20 20 20  |xpression       |
000009c0  20 20 20 30 78 30 30 30  30 32 64 0a 23 64 65 66  |   0x00002d.#def|
000009d0  69 6e 65 20 4f 53 5f 53  70 72 69 74 65 4f 70 20  |ine OS_SpriteOp |
000009e0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000009f0  20 20 20 30 78 30 30 30  30 32 65 0a 23 64 65 66  |   0x00002e.#def|
00000a00  69 6e 65 20 4f 53 5f 52  65 61 64 50 61 6c 65 74  |ine OS_ReadPalet|
00000a10  74 65 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |te              |
00000a20  20 20 20 30 78 30 30 30  30 32 66 0a 23 64 65 66  |   0x00002f.#def|
00000a30  69 6e 65 20 4f 53 5f 53  65 72 76 69 63 65 43 61  |ine OS_ServiceCa|
00000a40  6c 6c 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |ll              |
00000a50  20 20 20 30 78 30 30 30  30 33 30 0a 23 64 65 66  |   0x000030.#def|
00000a60  69 6e 65 20 4f 53 5f 52  65 61 64 56 64 75 56 61  |ine OS_ReadVduVa|
00000a70  72 69 61 62 6c 65 73 20  20 20 20 20 20 20 20 20  |riables         |
00000a80  20 20 20 30 78 30 30 30  30 33 31 0a 23 64 65 66  |   0x000031.#def|
00000a90  69 6e 65 20 4f 53 5f 52  65 61 64 50 6f 69 6e 74  |ine OS_ReadPoint|
00000aa0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ab0  20 20 20 30 78 30 30 30  30 33 32 0a 23 64 65 66  |   0x000032.#def|
00000ac0  69 6e 65 20 4f 53 5f 55  70 43 61 6c 6c 20 20 20  |ine OS_UpCall   |
00000ad0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ae0  20 20 20 30 78 30 30 30  30 33 33 0a 23 64 65 66  |   0x000033.#def|
00000af0  69 6e 65 20 4f 53 5f 43  61 6c 6c 41 56 65 63 74  |ine OS_CallAVect|
00000b00  6f 72 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |or              |
00000b10  20 20 20 30 78 30 30 30  30 33 34 0a 23 64 65 66  |   0x000034.#def|
00000b20  69 6e 65 20 4f 53 5f 52  65 61 64 4d 6f 64 65 56  |ine OS_ReadModeV|
00000b30  61 72 69 61 62 6c 65 20  20 20 20 20 20 20 20 20  |ariable         |
00000b40  20 20 20 30 78 30 30 30  30 33 35 0a 23 64 65 66  |   0x000035.#def|
00000b50  69 6e 65 20 4f 53 5f 52  65 6d 6f 76 65 43 75 72  |ine OS_RemoveCur|
00000b60  73 6f 72 73 20 20 20 20  20 20 20 20 20 20 20 20  |sors            |
00000b70  20 20 20 30 78 30 30 30  30 33 36 0a 23 64 65 66  |   0x000036.#def|
00000b80  69 6e 65 20 4f 53 5f 52  65 73 74 6f 72 65 43 75  |ine OS_RestoreCu|
00000b90  72 73 6f 72 73 20 20 20  20 20 20 20 20 20 20 20  |rsors           |
00000ba0  20 20 20 30 78 30 30 30  30 33 37 0a 23 64 65 66  |   0x000037.#def|
00000bb0  69 6e 65 20 4f 53 5f 53  57 49 4e 75 6d 62 65 72  |ine OS_SWINumber|
00000bc0  54 6f 53 74 72 69 6e 67  20 20 20 20 20 20 20 20  |ToString        |
00000bd0  20 20 20 30 78 30 30 30  30 33 38 0a 23 64 65 66  |   0x000038.#def|
00000be0  69 6e 65 20 4f 53 5f 53  57 49 4e 75 6d 62 65 72  |ine OS_SWINumber|
00000bf0  46 72 6f 6d 53 74 72 69  6e 67 20 20 20 20 20 20  |FromString      |
00000c00  20 20 20 30 78 30 30 30  30 33 39 0a 23 64 65 66  |   0x000039.#def|
00000c10  69 6e 65 20 4f 53 5f 56  61 6c 69 64 61 74 65 41  |ine OS_ValidateA|
00000c20  64 64 72 65 73 73 20 20  20 20 20 20 20 20 20 20  |ddress          |
00000c30  20 20 20 30 78 30 30 30  30 33 61 0a 23 64 65 66  |   0x00003a.#def|
00000c40  69 6e 65 20 4f 53 5f 43  61 6c 6c 41 66 74 65 72  |ine OS_CallAfter|
00000c50  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c60  20 20 20 30 78 30 30 30  30 33 62 0a 23 64 65 66  |   0x00003b.#def|
00000c70  69 6e 65 20 4f 53 5f 43  61 6c 6c 45 76 65 72 79  |ine OS_CallEvery|
00000c80  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000c90  20 20 20 30 78 30 30 30  30 33 63 0a 23 64 65 66  |   0x00003c.#def|
00000ca0  69 6e 65 20 4f 53 5f 52  65 6d 6f 76 65 54 69 63  |ine OS_RemoveTic|
00000cb0  6b 65 72 45 76 65 6e 74  20 20 20 20 20 20 20 20  |kerEvent        |
00000cc0  20 20 20 30 78 30 30 30  30 33 64 0a 23 64 65 66  |   0x00003d.#def|
00000cd0  69 6e 65 20 4f 53 5f 49  6e 73 74 61 6c 6c 4b 65  |ine OS_InstallKe|
00000ce0  79 48 61 6e 64 6c 65 72  20 20 20 20 20 20 20 20  |yHandler        |
00000cf0  20 20 20 30 78 30 30 30  30 33 65 0a 23 64 65 66  |   0x00003e.#def|
00000d00  69 6e 65 20 4f 53 5f 43  68 65 63 6b 4d 6f 64 65  |ine OS_CheckMode|
00000d10  56 61 6c 69 64 20 20 20  20 20 20 20 20 20 20 20  |Valid           |
00000d20  20 20 20 30 78 30 30 30  30 33 66 0a 23 64 65 66  |   0x00003f.#def|
00000d30  69 6e 65 20 4f 53 5f 43  68 61 6e 67 65 45 6e 76  |ine OS_ChangeEnv|
00000d40  69 72 6f 6e 6d 65 6e 74  20 20 20 20 20 20 20 20  |ironment        |
00000d50  20 20 20 30 78 30 30 30  30 34 30 0a 23 64 65 66  |   0x000040.#def|
00000d60  69 6e 65 20 4f 53 5f 43  6c 61 69 6d 53 63 72 65  |ine OS_ClaimScre|
00000d70  65 6e 4d 65 6d 6f 72 79  20 20 20 20 20 20 20 20  |enMemory        |
00000d80  20 20 20 30 78 30 30 30  30 34 31 0a 23 64 65 66  |   0x000041.#def|
00000d90  69 6e 65 20 4f 53 5f 52  65 61 64 4d 6f 6e 6f 74  |ine OS_ReadMonot|
00000da0  6f 6e 69 63 54 69 6d 65  20 20 20 20 20 20 20 20  |onicTime        |
00000db0  20 20 20 30 78 30 30 30  30 34 32 0a 23 64 65 66  |   0x000042.#def|
00000dc0  69 6e 65 20 4f 53 5f 53  75 62 73 74 69 74 75 74  |ine OS_Substitut|
00000dd0  65 41 72 67 73 20 20 20  20 20 20 20 20 20 20 20  |eArgs           |
00000de0  20 20 20 30 78 30 30 30  30 34 33 0a 23 64 65 66  |   0x000043.#def|
00000df0  69 6e 65 20 4f 53 5f 50  72 65 74 74 79 50 72 69  |ine OS_PrettyPri|
00000e00  6e 74 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |nt              |
00000e10  20 20 20 30 78 30 30 30  30 34 34 0a 23 64 65 66  |   0x000044.#def|
00000e20  69 6e 65 20 4f 53 5f 50  6c 6f 74 20 20 20 20 20  |ine OS_Plot     |
00000e30  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e40  20 20 20 30 78 30 30 30  30 34 35 0a 23 64 65 66  |   0x000045.#def|
00000e50  69 6e 65 20 4f 53 5f 57  72 69 74 65 4e 20 20 20  |ine OS_WriteN   |
00000e60  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000e70  20 20 20 30 78 30 30 30  30 34 36 0a 23 64 65 66  |   0x000046.#def|
00000e80  69 6e 65 20 4f 53 5f 41  64 64 54 6f 56 65 63 74  |ine OS_AddToVect|
00000e90  6f 72 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |or              |
00000ea0  20 20 20 30 78 30 30 30  30 34 37 0a 23 64 65 66  |   0x000047.#def|
00000eb0  69 6e 65 20 4f 53 5f 57  72 69 74 65 45 6e 76 20  |ine OS_WriteEnv |
00000ec0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000ed0  20 20 20 30 78 30 30 30  30 34 38 0a 23 64 65 66  |   0x000048.#def|
00000ee0  69 6e 65 20 4f 53 5f 52  65 61 64 41 72 67 73 20  |ine OS_ReadArgs |
00000ef0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000f00  20 20 20 30 78 30 30 30  30 34 39 0a 23 64 65 66  |   0x000049.#def|
00000f10  69 6e 65 20 4f 53 5f 52  65 61 64 52 41 4d 46 73  |ine OS_ReadRAMFs|
00000f20  4c 69 6d 69 74 73 20 20  20 20 20 20 20 20 20 20  |Limits          |
00000f30  20 20 20 30 78 30 30 30  30 34 61 0a 23 64 65 66  |   0x00004a.#def|
00000f40  69 6e 65 20 4f 53 5f 43  6c 61 69 6d 44 65 76 69  |ine OS_ClaimDevi|
00000f50  63 65 56 65 63 74 6f 72  20 20 20 20 20 20 20 20  |ceVector        |
00000f60  20 20 20 30 78 30 30 30  30 34 62 0a 23 64 65 66  |   0x00004b.#def|
00000f70  69 6e 65 20 4f 53 5f 52  65 6c 65 61 73 65 44 65  |ine OS_ReleaseDe|
00000f80  76 69 63 65 56 65 63 74  6f 72 20 20 20 20 20 20  |viceVector      |
00000f90  20 20 20 30 78 30 30 30  30 34 63 0a 23 64 65 66  |   0x00004c.#def|
00000fa0  69 6e 65 20 4f 53 5f 44  65 6c 69 6e 6b 41 70 70  |ine OS_DelinkApp|
00000fb0  6c 69 63 61 74 69 6f 6e  20 20 20 20 20 20 20 20  |lication        |
00000fc0  20 20 20 30 78 30 30 30  30 34 64 0a 23 64 65 66  |   0x00004d.#def|
00000fd0  69 6e 65 20 4f 53 5f 52  65 6c 69 6e 6b 41 70 70  |ine OS_RelinkApp|
00000fe0  6c 69 63 61 74 69 6f 6e  20 20 20 20 20 20 20 20  |lication        |
00000ff0  20 20 20 30 78 30 30 30  30 34 65 0a 23 64 65 66  |   0x00004e.#def|
00001000  69 6e 65 20 4f 53 5f 48  65 61 70 53 6f 72 74 20  |ine OS_HeapSort |
00001010  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001020  20 20 20 30 78 30 30 30  30 34 66 0a 23 64 65 66  |   0x00004f.#def|
00001030  69 6e 65 20 4f 53 5f 45  78 69 74 41 6e 64 44 69  |ine OS_ExitAndDi|
00001040  65 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |e               |
00001050  20 20 20 30 78 30 30 30  30 35 30 0a 23 64 65 66  |   0x000050.#def|
00001060  69 6e 65 20 4f 53 5f 52  65 61 64 4d 65 6d 4d 61  |ine OS_ReadMemMa|
00001070  70 49 6e 66 6f 20 20 20  20 20 20 20 20 20 20 20  |pInfo           |
00001080  20 20 20 30 78 30 30 30  30 35 31 0a 23 64 65 66  |   0x000051.#def|
00001090  69 6e 65 20 4f 53 5f 52  65 61 64 4d 65 6d 4d 61  |ine OS_ReadMemMa|
000010a0  70 45 6e 74 72 69 65 73  20 20 20 20 20 20 20 20  |pEntries        |
000010b0  20 20 20 30 78 30 30 30  30 35 32 0a 23 64 65 66  |   0x000052.#def|
000010c0  69 6e 65 20 4f 53 5f 53  65 74 4d 65 6d 4d 61 70  |ine OS_SetMemMap|
000010d0  45 6e 74 72 69 65 73 20  20 20 20 20 20 20 20 20  |Entries         |
000010e0  20 20 20 30 78 30 30 30  30 35 33 0a 23 64 65 66  |   0x000053.#def|
000010f0  69 6e 65 20 4f 53 5f 41  64 64 43 61 6c 6c 42 61  |ine OS_AddCallBa|
00001100  63 6b 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |ck              |
00001110  20 20 20 30 78 30 30 30  30 35 34 0a 23 64 65 66  |   0x000054.#def|
00001120  69 6e 65 20 4f 53 5f 52  65 61 64 44 65 66 61 75  |ine OS_ReadDefau|
00001130  6c 74 48 61 6e 64 6c 65  72 20 20 20 20 20 20 20  |ltHandler       |
00001140  20 20 20 30 78 30 30 30  30 35 35 0a 23 64 65 66  |   0x000055.#def|
00001150  69 6e 65 20 4f 53 5f 53  65 74 45 43 46 4f 72 69  |ine OS_SetECFOri|
00001160  67 69 6e 20 20 20 20 20  20 20 20 20 20 20 20 20  |gin             |
00001170  20 20 20 30 78 30 30 30  30 35 36 0a 23 64 65 66  |   0x000056.#def|
00001180  69 6e 65 20 4f 53 5f 53  65 72 69 61 6c 4f 70 20  |ine OS_SerialOp |
00001190  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000011a0  20 20 20 30 78 30 30 30  30 35 37 0a 23 64 65 66  |   0x000057.#def|
000011b0  69 6e 65 20 4f 53 5f 52  65 61 64 53 79 73 49 6e  |ine OS_ReadSysIn|
000011c0  66 6f 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |fo              |
000011d0  20 20 20 30 78 30 30 30  30 35 38 0a 23 64 65 66  |   0x000058.#def|
000011e0  69 6e 65 20 4f 53 5f 43  6f 6e 66 69 72 6d 20 20  |ine OS_Confirm  |
000011f0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001200  20 20 20 30 78 30 30 30  30 35 39 0a 23 64 65 66  |   0x000059.#def|
00001210  69 6e 65 20 4f 53 5f 43  68 61 6e 67 65 64 42 6f  |ine OS_ChangedBo|
00001220  78 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |x               |
00001230  20 20 20 30 78 30 30 30  30 35 61 0a 23 64 65 66  |   0x00005a.#def|
00001240  69 6e 65 20 4f 53 5f 43  52 43 20 20 20 20 20 20  |ine OS_CRC      |
00001250  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001260  20 20 20 30 78 30 30 30  30 35 62 0a 23 64 65 66  |   0x00005b.#def|
00001270  69 6e 65 20 4f 53 5f 52  65 61 64 44 79 6e 61 6d  |ine OS_ReadDynam|
00001280  69 63 41 72 65 61 20 20  20 20 20 20 20 20 20 20  |icArea          |
00001290  20 20 20 30 78 30 30 30  30 35 63 0a 23 64 65 66  |   0x00005c.#def|
000012a0  69 6e 65 20 4f 53 5f 50  72 69 6e 74 43 68 61 72  |ine OS_PrintChar|
000012b0  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
000012c0  20 20 20 30 78 30 30 30  30 35 64 0a 23 64 65 66  |   0x00005d.#def|
000012d0  69 6e 65 20 4f 53 5f 43  68 61 6e 67 65 52 65 64  |ine OS_ChangeRed|
000012e0  69 72 65 63 74 69 6f 6e  20 20 20 20 20 20 20 20  |irection        |
000012f0  20 20 20 30 78 30 30 30  30 35 65 0a 23 64 65 66  |   0x00005e.#def|
00001300  69 6e 65 20 4f 53 5f 52  65 6d 6f 76 65 43 61 6c  |ine OS_RemoveCal|
00001310  6c 42 61 63 6b 20 20 20  20 20 20 20 20 20 20 20  |lBack           |
00001320  20 20 20 30 78 30 30 30  30 35 66 0a 23 64 65 66  |   0x00005f.#def|
00001330  69 6e 65 20 4f 53 5f 46  69 6e 64 4d 65 6d 4d 61  |ine OS_FindMemMa|
00001340  70 45 6e 74 72 69 65 73  20 20 20 20 20 20 20 20  |pEntries        |
00001350  20 20 20 30 78 30 30 30  30 36 30 0a 23 64 65 66  |   0x000060.#def|
00001360  69 6e 65 20 4f 53 5f 53  65 74 43 6f 6c 6f 75 72  |ine OS_SetColour|
00001370  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00001380  20 20 20 30 78 30 30 30  30 36 31 0a 23 64 65 66  |   0x000061.#def|
00001390  69 6e 65 20 4f 53 5f 53  63 72 65 65 6e 4d 6f 64  |ine OS_ScreenMod|
000013a0  65 09 09 20 20 20 20 20  20 20 30 78 30 30 30 30  |e..       0x0000|
000013b0  36 35 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |65.#define OS_Co|
000013c0  6e 76 65 72 74 53 74 61  6e 64 61 72 64 44 61 74  |nvertStandardDat|
000013d0  65 41 6e 64 54 69 6d 65  20 20 30 78 30 30 30 30  |eAndTime  0x0000|
000013e0  63 30 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |c0.#define OS_Co|
000013f0  6e 76 65 72 74 44 61 74  65 41 6e 64 54 69 6d 65  |nvertDateAndTime|
00001400  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001410  63 31 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |c1.#define OS_Co|
00001420  6e 76 65 72 74 48 65 78  31 20 20 20 20 20 20 20  |nvertHex1       |
00001430  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001440  64 30 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d0.#define OS_Co|
00001450  6e 76 65 72 74 48 65 78  32 20 20 20 20 20 20 20  |nvertHex2       |
00001460  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001470  64 31 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d1.#define OS_Co|
00001480  6e 76 65 72 74 48 65 78  34 20 20 20 20 20 20 20  |nvertHex4       |
00001490  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000014a0  64 32 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d2.#define OS_Co|
000014b0  6e 76 65 72 74 48 65 78  36 20 20 20 20 20 20 20  |nvertHex6       |
000014c0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000014d0  64 33 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d3.#define OS_Co|
000014e0  6e 76 65 72 74 48 65 78  38 20 20 20 20 20 20 20  |nvertHex8       |
000014f0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001500  64 34 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d4.#define OS_Co|
00001510  6e 76 65 72 74 43 61 72  64 69 6e 61 6c 31 20 20  |nvertCardinal1  |
00001520  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001530  64 35 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d5.#define OS_Co|
00001540  6e 76 65 72 74 43 61 72  64 69 6e 61 6c 32 20 20  |nvertCardinal2  |
00001550  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001560  64 36 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d6.#define OS_Co|
00001570  6e 76 65 72 74 43 61 72  64 69 6e 61 6c 33 20 20  |nvertCardinal3  |
00001580  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001590  64 37 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d7.#define OS_Co|
000015a0  6e 76 65 72 74 43 61 72  64 69 6e 61 6c 34 20 20  |nvertCardinal4  |
000015b0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000015c0  64 38 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d8.#define OS_Co|
000015d0  6e 76 65 72 74 49 6e 74  65 67 65 72 31 20 20 20  |nvertInteger1   |
000015e0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000015f0  64 39 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |d9.#define OS_Co|
00001600  6e 76 65 72 74 49 6e 74  65 67 65 72 32 20 20 20  |nvertInteger2   |
00001610  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001620  64 61 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |da.#define OS_Co|
00001630  6e 76 65 72 74 49 6e 74  65 67 65 72 33 20 20 20  |nvertInteger3   |
00001640  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001650  64 62 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |db.#define OS_Co|
00001660  6e 76 65 72 74 49 6e 74  65 67 65 72 34 20 20 20  |nvertInteger4   |
00001670  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001680  64 63 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |dc.#define OS_Co|
00001690  6e 76 65 72 74 42 69 6e  61 72 79 31 20 20 20 20  |nvertBinary1    |
000016a0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000016b0  64 64 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |dd.#define OS_Co|
000016c0  6e 76 65 72 74 42 69 6e  61 72 79 32 20 20 20 20  |nvertBinary2    |
000016d0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
000016e0  64 65 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |de.#define OS_Co|
000016f0  6e 76 65 72 74 42 69 6e  61 72 79 33 20 20 20 20  |nvertBinary3    |
00001700  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001710  64 66 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |df.#define OS_Co|
00001720  6e 76 65 72 74 42 69 6e  61 72 79 34 20 20 20 20  |nvertBinary4    |
00001730  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001740  65 30 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e0.#define OS_Co|
00001750  6e 76 65 72 74 53 70 61  63 65 64 43 61 72 64 69  |nvertSpacedCardi|
00001760  6e 61 6c 31 20 20 20 20  20 20 30 78 30 30 30 30  |nal1      0x0000|
00001770  65 31 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e1.#define OS_Co|
00001780  6e 76 65 72 74 53 70 61  63 65 64 43 61 72 64 69  |nvertSpacedCardi|
00001790  6e 61 6c 32 20 20 20 20  20 20 30 78 30 30 30 30  |nal2      0x0000|
000017a0  65 32 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e2.#define OS_Co|
000017b0  6e 76 65 72 74 53 70 61  63 65 64 43 61 72 64 69  |nvertSpacedCardi|
000017c0  6e 61 6c 33 20 20 20 20  20 20 30 78 30 30 30 30  |nal3      0x0000|
000017d0  65 33 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e3.#define OS_Co|
000017e0  6e 76 65 72 74 53 70 61  63 65 64 43 61 72 64 69  |nvertSpacedCardi|
000017f0  6e 61 6c 34 20 20 20 20  20 20 30 78 30 30 30 30  |nal4      0x0000|
00001800  65 34 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e4.#define OS_Co|
00001810  6e 76 65 72 74 53 70 61  63 65 64 49 6e 74 65 67  |nvertSpacedInteg|
00001820  65 72 31 20 20 20 20 20  20 20 30 78 30 30 30 30  |er1       0x0000|
00001830  65 35 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e5.#define OS_Co|
00001840  6e 76 65 72 74 53 70 61  63 65 64 49 6e 74 65 67  |nvertSpacedInteg|
00001850  65 72 32 20 20 20 20 20  20 20 30 78 30 30 30 30  |er2       0x0000|
00001860  65 36 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e6.#define OS_Co|
00001870  6e 76 65 72 74 53 70 61  63 65 64 49 6e 74 65 67  |nvertSpacedInteg|
00001880  65 72 33 20 20 20 20 20  20 20 30 78 30 30 30 30  |er3       0x0000|
00001890  65 37 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e7.#define OS_Co|
000018a0  6e 76 65 72 74 53 70 61  63 65 64 49 6e 74 65 67  |nvertSpacedInteg|
000018b0  65 72 34 20 20 20 20 20  20 20 30 78 30 30 30 30  |er4       0x0000|
000018c0  65 38 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e8.#define OS_Co|
000018d0  6e 76 65 72 74 46 69 78  65 64 4e 65 74 53 74 61  |nvertFixedNetSta|
000018e0  74 69 6f 6e 20 20 20 20  20 20 30 78 30 30 30 30  |tion      0x0000|
000018f0  65 39 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |e9.#define OS_Co|
00001900  6e 76 65 72 74 4e 65 74  53 74 61 74 69 6f 6e 20  |nvertNetStation |
00001910  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001920  65 61 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |ea.#define OS_Co|
00001930  6e 76 65 72 74 46 69 78  65 64 46 69 6c 65 53 69  |nvertFixedFileSi|
00001940  7a 65 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |ze        0x0000|
00001950  65 62 0a 23 64 65 66 69  6e 65 20 4f 53 5f 43 6f  |eb.#define OS_Co|
00001960  6e 76 65 72 74 46 69 6c  65 53 69 7a 65 20 20 20  |nvertFileSize   |
00001970  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 30  |          0x0000|
00001980  65 63 0a 23 64 65 66 69  6e 65 20 49 49 43 5f 43  |ec.#define IIC_C|
00001990  6f 6e 74 72 6f 6c 20 20  20 20 20 20 20 20 20 20  |ontrol          |
000019a0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
000019b0  34 30 0a 23 64 65 66 69  6e 65 20 43 61 63 68 65  |40.#define Cache|
000019c0  5f 43 6f 6e 74 72 6f 6c  20 20 20 20 20 20 20 20  |_Control        |
000019d0  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
000019e0  38 30 0a 23 64 65 66 69  6e 65 20 43 61 63 68 65  |80.#define Cache|
000019f0  5f 43 61 63 68 65 61 62  6c 65 20 20 20 20 20 20  |_Cacheable      |
00001a00  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
00001a10  38 31 0a 23 64 65 66 69  6e 65 20 43 61 63 68 65  |81.#define Cache|
00001a20  5f 55 70 64 61 74 65 61  62 6c 65 20 20 20 20 20  |_Updateable     |
00001a30  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
00001a40  38 32 0a 23 64 65 66 69  6e 65 20 43 61 63 68 65  |82.#define Cache|
00001a50  5f 44 69 73 72 75 70 74  69 76 65 20 20 20 20 20  |_Disruptive     |
00001a60  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
00001a70  38 33 0a 23 64 65 66 69  6e 65 20 43 61 63 68 65  |83.#define Cache|
00001a80  5f 46 6c 75 73 68 20 20  20 20 20 20 20 20 20 20  |_Flush          |
00001a90  20 20 20 20 20 20 20 20  20 20 30 78 30 30 30 32  |          0x0002|
00001aa0  38 34 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |84.#define Font_|
00001ab0  43 61 63 68 65 41 64 64  72 20 20 20 20 20 20 20  |CacheAddr       |
00001ac0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001ad0  38 30 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |80.#define Font_|
00001ae0  46 69 6e 64 46 6f 6e 74  20 20 20 20 20 20 20 20  |FindFont        |
00001af0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001b00  38 31 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |81.#define Font_|
00001b10  4c 6f 73 65 46 6f 6e 74  20 20 20 20 20 20 20 20  |LoseFont        |
00001b20  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001b30  38 32 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |82.#define Font_|
00001b40  52 65 61 64 44 65 66 6e  20 20 20 20 20 20 20 20  |ReadDefn        |
00001b50  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001b60  38 33 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |83.#define Font_|
00001b70  52 65 61 64 49 6e 66 6f  20 20 20 20 20 20 20 20  |ReadInfo        |
00001b80  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001b90  38 34 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |84.#define Font_|
00001ba0  53 74 72 69 6e 67 57 69  64 74 68 20 20 20 20 20  |StringWidth     |
00001bb0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001bc0  38 35 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |85.#define Font_|
00001bd0  50 61 69 6e 74 20 20 20  20 20 20 20 20 20 20 20  |Paint           |
00001be0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001bf0  38 36 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |86.#define Font_|
00001c00  43 61 72 65 74 20 20 20  20 20 20 20 20 20 20 20  |Caret           |
00001c10  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001c20  38 37 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |87.#define Font_|
00001c30  43 6f 6e 76 65 72 74 74  6f 4f 53 20 20 20 20 20  |ConverttoOS     |
00001c40  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001c50  38 38 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |88.#define Font_|
00001c60  43 6f 6e 76 65 72 74 74  6f 70 6f 69 6e 74 73 20  |Converttopoints |
00001c70  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001c80  38 39 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |89.#define Font_|
00001c90  53 65 74 46 6f 6e 74 20  20 20 20 20 20 20 20 20  |SetFont         |
00001ca0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001cb0  38 61 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8a.#define Font_|
00001cc0  43 75 72 72 65 6e 74 46  6f 6e 74 20 20 20 20 20  |CurrentFont     |
00001cd0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001ce0  38 62 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8b.#define Font_|
00001cf0  46 75 74 75 72 65 46 6f  6e 74 20 20 20 20 20 20  |FutureFont      |
00001d00  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001d10  38 63 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8c.#define Font_|
00001d20  46 69 6e 64 43 61 72 65  74 20 20 20 20 20 20 20  |FindCaret       |
00001d30  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001d40  38 64 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8d.#define Font_|
00001d50  43 68 61 72 42 42 6f 78  20 20 20 20 20 20 20 20  |CharBBox        |
00001d60  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001d70  38 65 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8e.#define Font_|
00001d80  52 65 61 64 53 63 61 6c  65 46 61 63 74 6f 72 20  |ReadScaleFactor |
00001d90  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001da0  38 66 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |8f.#define Font_|
00001db0  53 65 74 53 63 61 6c 65  46 61 63 74 6f 72 20 20  |SetScaleFactor  |
00001dc0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001dd0  39 30 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |90.#define Font_|
00001de0  4c 69 73 74 46 6f 6e 74  73 20 20 20 20 20 20 20  |ListFonts       |
00001df0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001e00  39 31 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |91.#define Font_|
00001e10  53 65 74 46 6f 6e 74 43  6f 6c 6f 75 72 73 20 20  |SetFontColours  |
00001e20  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001e30  39 32 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |92.#define Font_|
00001e40  53 65 74 50 61 6c 65 74  74 65 20 20 20 20 20 20  |SetPalette      |
00001e50  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001e60  39 33 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |93.#define Font_|
00001e70  52 65 61 64 54 68 72 65  73 68 6f 6c 64 73 20 20  |ReadThresholds  |
00001e80  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001e90  39 34 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |94.#define Font_|
00001ea0  53 65 74 54 68 72 65 73  68 6f 6c 64 73 20 20 20  |SetThresholds   |
00001eb0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001ec0  39 35 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |95.#define Font_|
00001ed0  46 69 6e 64 43 61 72 65  74 4a 20 20 20 20 20 20  |FindCaretJ      |
00001ee0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001ef0  39 36 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |96.#define Font_|
00001f00  53 74 72 69 6e 67 42 42  6f 78 20 20 20 20 20 20  |StringBBox      |
00001f10  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001f20  39 37 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |97.#define Font_|
00001f30  52 65 61 64 43 6f 6c 6f  75 72 54 61 62 6c 65 20  |ReadColourTable |
00001f40  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001f50  39 38 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |98.#define Font_|
00001f60  4d 61 6b 65 42 69 74 6d  61 70 20 20 20 20 20 20  |MakeBitmap      |
00001f70  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001f80  39 39 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |99.#define Font_|
00001f90  55 6e 43 61 63 68 65 46  69 6c 65 20 20 20 20 20  |UnCacheFile     |
00001fa0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001fb0  39 61 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9a.#define Font_|
00001fc0  53 65 74 46 6f 6e 74 4d  61 78 20 20 20 20 20 20  |SetFontMax      |
00001fd0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00001fe0  39 62 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9b.#define Font_|
00001ff0  52 65 61 64 46 6f 6e 74  4d 61 78 20 20 20 20 20  |ReadFontMax     |
00002000  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002010  39 63 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9c.#define Font_|
00002020  52 65 61 64 46 6f 6e 74  50 72 65 66 69 78 20 20  |ReadFontPrefix  |
00002030  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002040  39 64 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9d.#define Font_|
00002050  53 77 69 74 63 68 4f 75  74 70 75 74 54 6f 42 75  |SwitchOutputToBu|
00002060  66 66 65 72 20 20 20 20  20 20 30 78 30 34 30 30  |ffer      0x0400|
00002070  39 65 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9e.#define Font_|
00002080  52 65 61 64 46 6f 6e 74  4d 65 74 72 69 63 73 20  |ReadFontMetrics |
00002090  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000020a0  39 66 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |9f.#define Font_|
000020b0  44 65 63 6f 64 65 4d 65  6e 75 20 20 20 20 20 20  |DecodeMenu      |
000020c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000020d0  61 30 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a0.#define Font_|
000020e0  53 63 61 6e 53 74 72 69  6e 67 20 20 20 20 20 20  |ScanString      |
000020f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002100  61 31 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a1.#define Font_|
00002110  53 65 74 43 6f 6c 6f 75  72 54 61 62 6c 65 20 20  |SetColourTable  |
00002120  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002130  61 32 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a2.#define Font_|
00002140  43 75 72 72 65 6e 74 52  47 42 20 20 20 20 20 20  |CurrentRGB      |
00002150  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002160  61 33 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a3.#define Font_|
00002170  46 75 74 75 72 65 52 47  42 20 20 20 20 20 20 20  |FutureRGB       |
00002180  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002190  61 34 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a4.#define Font_|
000021a0  52 65 61 64 45 6e 63 6f  64 69 6e 67 46 69 6c 65  |ReadEncodingFile|
000021b0  6e 61 6d 65 20 20 20 20  20 20 30 78 30 34 30 30  |name      0x0400|
000021c0  61 35 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a5.#define Font_|
000021d0  46 69 6e 64 46 69 65 6c  64 20 20 20 20 20 20 20  |FindField       |
000021e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000021f0  61 36 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a6.#define Font_|
00002200  41 70 70 6c 79 46 69 65  6c 64 73 20 20 20 20 20  |ApplyFields     |
00002210  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002220  61 37 0a 23 64 65 66 69  6e 65 20 46 6f 6e 74 5f  |a7.#define Font_|
00002230  4c 6f 6f 6b 75 70 46 6f  6e 74 20 20 20 20 20 20  |LookupFont      |
00002240  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002250  61 38 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |a8.#define Wimp_|
00002260  49 6e 69 74 69 61 6c 69  73 65 20 20 20 20 20 20  |Initialise      |
00002270  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002280  63 30 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c0.#define Wimp_|
00002290  43 72 65 61 74 65 57 69  6e 64 6f 77 20 20 20 20  |CreateWindow    |
000022a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000022b0  63 31 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c1.#define Wimp_|
000022c0  43 72 65 61 74 65 49 63  6f 6e 20 20 20 20 20 20  |CreateIcon      |
000022d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000022e0  63 32 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c2.#define Wimp_|
000022f0  44 65 6c 65 74 65 57 69  6e 64 6f 77 20 20 20 20  |DeleteWindow    |
00002300  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002310  63 33 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c3.#define Wimp_|
00002320  44 65 6c 65 74 65 49 63  6f 6e 20 20 20 20 20 20  |DeleteIcon      |
00002330  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002340  63 34 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c4.#define Wimp_|
00002350  4f 70 65 6e 57 69 6e 64  6f 77 20 20 20 20 20 20  |OpenWindow      |
00002360  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002370  63 35 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c5.#define Wimp_|
00002380  43 6c 6f 73 65 57 69 6e  64 6f 77 20 20 20 20 20  |CloseWindow     |
00002390  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000023a0  63 36 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c6.#define Wimp_|
000023b0  50 6f 6c 6c 20 20 20 20  20 20 20 20 20 20 20 20  |Poll            |
000023c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000023d0  63 37 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c7.#define Wimp_|
000023e0  52 65 64 72 61 77 57 69  6e 64 6f 77 20 20 20 20  |RedrawWindow    |
000023f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002400  63 38 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c8.#define Wimp_|
00002410  55 70 64 61 74 65 57 69  6e 64 6f 77 20 20 20 20  |UpdateWindow    |
00002420  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002430  63 39 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |c9.#define Wimp_|
00002440  47 65 74 52 65 63 74 61  6e 67 6c 65 20 20 20 20  |GetRectangle    |
00002450  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002460  63 61 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ca.#define Wimp_|
00002470  47 65 74 57 69 6e 64 6f  77 53 74 61 74 65 20 20  |GetWindowState  |
00002480  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002490  63 62 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |cb.#define Wimp_|
000024a0  47 65 74 57 69 6e 64 6f  77 49 6e 66 6f 20 20 20  |GetWindowInfo   |
000024b0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000024c0  63 63 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |cc.#define Wimp_|
000024d0  53 65 74 49 63 6f 6e 53  74 61 74 65 20 20 20 20  |SetIconState    |
000024e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000024f0  63 64 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |cd.#define Wimp_|
00002500  47 65 74 49 63 6f 6e 53  74 61 74 65 20 20 20 20  |GetIconState    |
00002510  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002520  63 65 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ce.#define Wimp_|
00002530  47 65 74 50 6f 69 6e 74  65 72 49 6e 66 6f 20 20  |GetPointerInfo  |
00002540  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002550  63 66 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |cf.#define Wimp_|
00002560  44 72 61 67 42 6f 78 20  20 20 20 20 20 20 20 20  |DragBox         |
00002570  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002580  64 30 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d0.#define Wimp_|
00002590  46 6f 72 63 65 52 65 64  72 61 77 20 20 20 20 20  |ForceRedraw     |
000025a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000025b0  64 31 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d1.#define Wimp_|
000025c0  53 65 74 43 61 72 65 74  50 6f 73 69 74 69 6f 6e  |SetCaretPosition|
000025d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000025e0  64 32 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d2.#define Wimp_|
000025f0  47 65 74 43 61 72 65 74  50 6f 73 69 74 69 6f 6e  |GetCaretPosition|
00002600  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002610  64 33 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d3.#define Wimp_|
00002620  43 72 65 61 74 65 4d 65  6e 75 20 20 20 20 20 20  |CreateMenu      |
00002630  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002640  64 34 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d4.#define Wimp_|
00002650  44 65 63 6f 64 65 4d 65  6e 75 20 20 20 20 20 20  |DecodeMenu      |
00002660  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002670  64 35 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d5.#define Wimp_|
00002680  57 68 69 63 68 49 63 6f  6e 20 20 20 20 20 20 20  |WhichIcon       |
00002690  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000026a0  64 36 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d6.#define Wimp_|
000026b0  53 65 74 45 78 74 65 6e  74 20 20 20 20 20 20 20  |SetExtent       |
000026c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000026d0  64 37 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d7.#define Wimp_|
000026e0  53 65 74 50 6f 69 6e 74  65 72 53 68 61 70 65 20  |SetPointerShape |
000026f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002700  64 38 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d8.#define Wimp_|
00002710  4f 70 65 6e 54 65 6d 70  6c 61 74 65 20 20 20 20  |OpenTemplate    |
00002720  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002730  64 39 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |d9.#define Wimp_|
00002740  43 6c 6f 73 65 54 65 6d  70 6c 61 74 65 20 20 20  |CloseTemplate   |
00002750  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002760  64 61 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |da.#define Wimp_|
00002770  4c 6f 61 64 54 65 6d 70  6c 61 74 65 20 20 20 20  |LoadTemplate    |
00002780  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002790  64 62 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |db.#define Wimp_|
000027a0  50 72 6f 63 65 73 73 4b  65 79 20 20 20 20 20 20  |ProcessKey      |
000027b0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000027c0  64 63 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |dc.#define Wimp_|
000027d0  43 6c 6f 73 65 44 6f 77  6e 20 20 20 20 20 20 20  |CloseDown       |
000027e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000027f0  64 64 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |dd.#define Wimp_|
00002800  53 74 61 72 74 54 61 73  6b 20 20 20 20 20 20 20  |StartTask       |
00002810  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002820  64 65 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |de.#define Wimp_|
00002830  52 65 70 6f 72 74 45 72  72 6f 72 20 20 20 20 20  |ReportError     |
00002840  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002850  64 66 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |df.#define Wimp_|
00002860  47 65 74 57 69 6e 64 6f  77 4f 75 74 6c 69 6e 65  |GetWindowOutline|
00002870  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002880  65 30 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e0.#define Wimp_|
00002890  50 6f 6c 6c 49 64 6c 65  20 20 20 20 20 20 20 20  |PollIdle        |
000028a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000028b0  65 31 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e1.#define Wimp_|
000028c0  50 6c 6f 74 49 63 6f 6e  20 20 20 20 20 20 20 20  |PlotIcon        |
000028d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000028e0  65 32 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e2.#define Wimp_|
000028f0  53 65 74 4d 6f 64 65 20  20 20 20 20 20 20 20 20  |SetMode         |
00002900  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002910  65 33 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e3.#define Wimp_|
00002920  53 65 74 50 61 6c 65 74  74 65 20 20 20 20 20 20  |SetPalette      |
00002930  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002940  65 34 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e4.#define Wimp_|
00002950  52 65 61 64 50 61 6c 65  74 74 65 20 20 20 20 20  |ReadPalette     |
00002960  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002970  65 35 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e5.#define Wimp_|
00002980  53 65 74 43 6f 6c 6f 75  72 20 20 20 20 20 20 20  |SetColour       |
00002990  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000029a0  65 36 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e6.#define Wimp_|
000029b0  53 65 6e 64 4d 65 73 73  61 67 65 20 20 20 20 20  |SendMessage     |
000029c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
000029d0  65 37 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e7.#define Wimp_|
000029e0  43 72 65 61 74 65 53 75  62 4d 65 6e 75 20 20 20  |CreateSubMenu   |
000029f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002a00  65 38 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e8.#define Wimp_|
00002a10  53 70 72 69 74 65 4f 70  20 20 20 20 20 20 20 20  |SpriteOp        |
00002a20  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002a30  65 39 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |e9.#define Wimp_|
00002a40  42 61 73 65 4f 66 53 70  72 69 74 65 73 20 20 20  |BaseOfSprites   |
00002a50  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002a60  65 61 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ea.#define Wimp_|
00002a70  42 6c 6f 63 6b 43 6f 70  79 20 20 20 20 20 20 20  |BlockCopy       |
00002a80  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002a90  65 62 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |eb.#define Wimp_|
00002aa0  53 6c 6f 74 53 69 7a 65  20 20 20 20 20 20 20 20  |SlotSize        |
00002ab0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002ac0  65 63 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ec.#define Wimp_|
00002ad0  52 65 61 64 50 69 78 54  72 61 6e 73 20 20 20 20  |ReadPixTrans    |
00002ae0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002af0  65 64 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ed.#define Wimp_|
00002b00  43 6c 61 69 6d 46 72 65  65 4d 65 6d 6f 72 79 20  |ClaimFreeMemory |
00002b10  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002b20  65 65 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ee.#define Wimp_|
00002b30  43 6f 6d 6d 61 6e 64 57  69 6e 64 6f 77 20 20 20  |CommandWindow   |
00002b40  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002b50  65 66 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |ef.#define Wimp_|
00002b60  54 65 78 74 43 6f 6c 6f  75 72 20 20 20 20 20 20  |TextColour      |
00002b70  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002b80  66 30 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f0.#define Wimp_|
00002b90  54 72 61 6e 73 66 65 72  42 6c 6f 63 6b 20 20 20  |TransferBlock   |
00002ba0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002bb0  66 31 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f1.#define Wimp_|
00002bc0  52 65 61 64 53 79 73 49  6e 66 6f 20 20 20 20 20  |ReadSysInfo     |
00002bd0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002be0  66 32 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f2.#define Wimp_|
00002bf0  53 65 74 46 6f 6e 74 43  6f 6c 6f 75 72 73 20 20  |SetFontColours  |
00002c00  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002c10  66 33 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f3.#define Wimp_|
00002c20  47 65 74 4d 65 6e 75 53  74 61 74 65 20 20 20 20  |GetMenuState    |
00002c30  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002c40  66 34 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f4.#define Wimp_|
00002c50  52 65 67 69 73 74 65 72  46 69 6c 74 65 72 20 20  |RegisterFilter  |
00002c60  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002c70  66 35 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f5.#define Wimp_|
00002c80  41 64 64 4d 65 73 73 61  67 65 73 20 20 20 20 20  |AddMessages     |
00002c90  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002ca0  66 36 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f6.#define Wimp_|
00002cb0  52 65 6d 6f 76 65 4d 65  73 73 61 67 65 73 20 20  |RemoveMessages  |
00002cc0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002cd0  66 37 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f7.#define Wimp_|
00002ce0  53 65 74 43 6f 6c 6f 75  72 4d 61 70 70 69 6e 67  |SetColourMapping|
00002cf0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002d00  66 38 0a 23 64 65 66 69  6e 65 20 57 69 6d 70 5f  |f8.#define Wimp_|
00002d10  47 65 74 49 63 6f 6e 49  6e 66 6f 20 20 20 20 20  |GetIconInfo     |
00002d20  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 30  |          0x0400|
00002d30  66 39 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |f9.#define Sound|
00002d40  5f 43 6f 6e 66 69 67 75  72 65 20 20 20 20 20 20  |_Configure      |
00002d50  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002d60  34 30 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |40.#define Sound|
00002d70  5f 45 6e 61 62 6c 65 20  20 20 20 20 20 20 20 20  |_Enable         |
00002d80  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002d90  34 31 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |41.#define Sound|
00002da0  5f 53 74 65 72 65 6f 20  20 20 20 20 20 20 20 20  |_Stereo         |
00002db0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002dc0  34 32 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |42.#define Sound|
00002dd0  5f 53 70 65 61 6b 65 72  20 20 20 20 20 20 20 20  |_Speaker        |
00002de0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002df0  34 33 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |43.#define Sound|
00002e00  5f 56 6f 6c 75 6d 65 20  20 20 20 20 20 20 20 20  |_Volume         |
00002e10  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002e20  38 30 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |80.#define Sound|
00002e30  5f 53 6f 75 6e 64 4c 6f  67 20 20 20 20 20 20 20  |_SoundLog       |
00002e40  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002e50  38 31 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |81.#define Sound|
00002e60  5f 4c 6f 67 53 63 61 6c  65 20 20 20 20 20 20 20  |_LogScale       |
00002e70  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002e80  38 32 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |82.#define Sound|
00002e90  5f 49 6e 73 74 61 6c 6c  56 6f 69 63 65 20 20 20  |_InstallVoice   |
00002ea0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002eb0  38 33 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |83.#define Sound|
00002ec0  5f 52 65 6d 6f 76 65 56  6f 69 63 65 20 20 20 20  |_RemoveVoice    |
00002ed0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002ee0  38 34 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |84.#define Sound|
00002ef0  5f 41 74 74 61 63 68 56  6f 69 63 65 20 20 20 20  |_AttachVoice    |
00002f00  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002f10  38 35 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |85.#define Sound|
00002f20  5f 43 6f 6e 74 72 6f 6c  50 61 63 6b 65 64 20 20  |_ControlPacked  |
00002f30  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002f40  38 36 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |86.#define Sound|
00002f50  5f 54 75 6e 69 6e 67 20  20 20 20 20 20 20 20 20  |_Tuning         |
00002f60  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002f70  38 37 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |87.#define Sound|
00002f80  5f 50 69 74 63 68 20 20  20 20 20 20 20 20 20 20  |_Pitch          |
00002f90  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002fa0  38 38 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |88.#define Sound|
00002fb0  5f 43 6f 6e 74 72 6f 6c  20 20 20 20 20 20 20 20  |_Control        |
00002fc0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00002fd0  38 39 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |89.#define Sound|
00002fe0  5f 41 74 74 61 63 68 4e  61 6d 65 64 56 6f 69 63  |_AttachNamedVoic|
00002ff0  65 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |e         0x0401|
00003000  38 61 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |8a.#define Sound|
00003010  5f 52 65 61 64 43 6f 6e  74 72 6f 6c 42 6c 6f 63  |_ReadControlBloc|
00003020  6b 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |k         0x0401|
00003030  38 62 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |8b.#define Sound|
00003040  5f 57 72 69 74 65 43 6f  6e 74 72 6f 6c 42 6c 6f  |_WriteControlBlo|
00003050  63 6b 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |ck        0x0401|
00003060  38 63 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |8c.#define Sound|
00003070  5f 51 49 6e 69 74 20 20  20 20 20 20 20 20 20 20  |_QInit          |
00003080  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00003090  63 30 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c0.#define Sound|
000030a0  5f 51 53 63 68 65 64 75  6c 65 20 20 20 20 20 20  |_QSchedule      |
000030b0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
000030c0  63 31 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c1.#define Sound|
000030d0  5f 51 52 65 6d 6f 76 65  20 20 20 20 20 20 20 20  |_QRemove        |
000030e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
000030f0  63 32 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c2.#define Sound|
00003100  5f 51 46 72 65 65 20 20  20 20 20 20 20 20 20 20  |_QFree          |
00003110  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00003120  63 33 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c3.#define Sound|
00003130  5f 51 53 44 69 73 70 61  74 63 68 20 20 20 20 20  |_QSDispatch     |
00003140  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00003150  63 34 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c4.#define Sound|
00003160  5f 51 54 65 6d 70 6f 20  20 20 20 20 20 20 20 20  |_QTempo         |
00003170  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
00003180  63 35 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c5.#define Sound|
00003190  5f 51 42 65 61 74 20 20  20 20 20 20 20 20 20 20  |_QBeat          |
000031a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
000031b0  63 36 0a 23 64 65 66 69  6e 65 20 53 6f 75 6e 64  |c6.#define Sound|
000031c0  5f 51 49 6e 74 65 72 66  61 63 65 20 20 20 20 20  |_QInterface     |
000031d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 31  |          0x0401|
000031e0  63 37 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |c7.#define ADFS_|
000031f0  44 69 73 63 4f 70 20 20  20 20 20 20 20 20 20 20  |DiscOp          |
00003200  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003210  34 30 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |40.#define ADFS_|
00003220  48 44 43 20 20 20 20 20  20 20 20 20 20 20 20 20  |HDC             |
00003230  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003240  34 31 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |41.#define ADFS_|
00003250  44 72 69 76 65 73 20 20  20 20 20 20 20 20 20 20  |Drives          |
00003260  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003270  34 32 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |42.#define ADFS_|
00003280  46 72 65 65 53 70 61 63  65 20 20 20 20 20 20 20  |FreeSpace       |
00003290  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000032a0  34 33 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |43.#define ADFS_|
000032b0  52 65 74 72 69 65 73 20  20 20 20 20 20 20 20 20  |Retries         |
000032c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000032d0  34 34 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |44.#define ADFS_|
000032e0  44 65 73 63 72 69 62 65  44 69 73 63 20 20 20 20  |DescribeDisc    |
000032f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003300  34 35 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |45.#define ADFS_|
00003310  56 65 74 46 6f 72 6d 61  74 20 20 20 20 20 20 20  |VetFormat       |
00003320  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003330  34 36 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |46.#define ADFS_|
00003340  46 6c 70 50 72 6f 63 65  73 73 44 43 42 20 20 20  |FlpProcessDCB   |
00003350  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003360  34 37 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |47.#define ADFS_|
00003370  43 6f 6e 74 72 6f 6c 6c  65 72 54 79 70 65 20 20  |ControllerType  |
00003380  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003390  34 38 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |48.#define ADFS_|
000033a0  50 6f 77 65 72 43 6f 6e  74 72 6f 6c 20 20 20 20  |PowerControl    |
000033b0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000033c0  34 39 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |49.#define ADFS_|
000033d0  53 65 74 49 44 45 43 6f  6e 74 72 6f 6c 6c 65 72  |SetIDEController|
000033e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000033f0  34 61 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |4a.#define ADFS_|
00003400  49 44 45 55 73 65 72 4f  70 20 20 20 20 20 20 20  |IDEUserOp       |
00003410  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003420  34 62 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |4b.#define ADFS_|
00003430  4d 69 73 63 4f 70 20 20  20 20 20 20 20 20 20 20  |MiscOp          |
00003440  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003450  34 63 0a 23 64 65 66 69  6e 65 20 41 44 46 53 5f  |4c.#define ADFS_|
00003460  45 43 43 53 41 6e 64 52  65 74 72 69 65 73 20 20  |ECCSAndRetries  |
00003470  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003480  35 30 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |50.#define Podul|
00003490  65 5f 52 65 61 64 49 44  20 20 20 20 20 20 20 20  |e_ReadID        |
000034a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000034b0  38 30 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |80.#define Podul|
000034c0  65 5f 52 65 61 64 48 65  61 64 65 72 20 20 20 20  |e_ReadHeader    |
000034d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000034e0  38 31 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |81.#define Podul|
000034f0  65 5f 45 6e 75 6d 65 72  61 74 65 43 68 75 6e 6b  |e_EnumerateChunk|
00003500  73 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |s         0x0402|
00003510  38 32 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |82.#define Podul|
00003520  65 5f 52 65 61 64 43 68  75 6e 6b 20 20 20 20 20  |e_ReadChunk     |
00003530  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003540  38 33 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |83.#define Podul|
00003550  65 5f 52 65 61 64 42 79  74 65 73 20 20 20 20 20  |e_ReadBytes     |
00003560  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003570  38 34 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |84.#define Podul|
00003580  65 5f 57 72 69 74 65 42  79 74 65 73 20 20 20 20  |e_WriteBytes    |
00003590  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000035a0  38 35 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |85.#define Podul|
000035b0  65 5f 43 61 6c 6c 4c 6f  61 64 65 72 20 20 20 20  |e_CallLoader    |
000035c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000035d0  38 36 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |86.#define Podul|
000035e0  65 5f 52 61 77 52 65 61  64 20 20 20 20 20 20 20  |e_RawRead       |
000035f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003600  38 37 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |87.#define Podul|
00003610  65 5f 52 61 77 57 72 69  74 65 20 20 20 20 20 20  |e_RawWrite      |
00003620  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
00003630  38 38 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |88.#define Podul|
00003640  65 5f 48 61 72 64 77 61  72 65 41 64 64 72 65 73  |e_HardwareAddres|
00003650  73 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |s         0x0402|
00003660  38 39 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |89.#define Podul|
00003670  65 5f 45 6e 75 6d 65 72  61 74 65 43 68 75 6e 6b  |e_EnumerateChunk|
00003680  73 57 69 74 68 49 6e 66  6f 20 30 78 30 34 30 32  |sWithInfo 0x0402|
00003690  38 61 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |8a.#define Podul|
000036a0  65 5f 48 61 72 64 77 61  72 65 41 64 64 72 65 73  |e_HardwareAddres|
000036b0  73 65 73 20 20 20 20 20  20 20 30 78 30 34 30 32  |ses       0x0402|
000036c0  38 62 0a 23 64 65 66 69  6e 65 20 50 6f 64 75 6c  |8b.#define Podul|
000036d0  65 5f 52 65 74 75 72 6e  4e 75 6d 62 65 72 20 20  |e_ReturnNumber  |
000036e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 32  |          0x0402|
000036f0  38 63 0a 23 64 65 66 69  6e 65 20 44 65 62 75 67  |8c.#define Debug|
00003700  67 65 72 5f 44 69 73 61  73 73 65 6d 62 6c 65 20  |ger_Disassemble |
00003710  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003720  38 30 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |80.#define SCSI_|
00003730  56 65 72 73 69 6f 6e 20  20 20 20 20 20 20 20 20  |Version         |
00003740  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003750  63 30 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c0.#define SCSI_|
00003760  49 6e 69 74 69 61 6c 69  73 65 20 20 20 20 20 20  |Initialise      |
00003770  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003780  63 31 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c1.#define SCSI_|
00003790  43 6f 6e 74 72 6f 6c 20  20 20 20 20 20 20 20 20  |Control         |
000037a0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
000037b0  63 32 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c2.#define SCSI_|
000037c0  4f 70 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |Op              |
000037d0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
000037e0  63 33 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c3.#define SCSI_|
000037f0  53 74 61 74 75 73 20 20  20 20 20 20 20 20 20 20  |Status          |
00003800  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003810  63 34 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c4.#define SCSI_|
00003820  52 65 61 64 43 6f 6e 74  72 6f 6c 4c 69 6e 65 73  |ReadControlLines|
00003830  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003840  63 35 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c5.#define SCSI_|
00003850  45 45 50 72 6f 6d 20 20  20 20 20 20 20 20 20 20  |EEProm          |
00003860  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003870  63 36 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c6.#define SCSI_|
00003880  52 65 73 65 72 76 65 20  20 20 20 20 20 20 20 20  |Reserve         |
00003890  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
000038a0  63 37 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c7.#define SCSI_|
000038b0  4c 69 73 74 20 20 20 20  20 20 20 20 20 20 20 20  |List            |
000038c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
000038d0  63 38 0a 23 64 65 66 69  6e 65 20 53 43 53 49 5f  |c8.#define SCSI_|
000038e0  54 61 72 67 65 74 43 6f  6e 74 72 6f 6c 20 20 20  |TargetControl   |
000038f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 33  |          0x0403|
00003900  63 39 0a 23 64 65 66 69  6e 65 20 46 50 45 6d 75  |c9.#define FPEmu|
00003910  6c 61 74 6f 72 5f 56 65  72 73 69 6f 6e 20 20 20  |lator_Version   |
00003920  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 34  |          0x0404|
00003930  38 30 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |80.#define FileC|
00003940  6f 72 65 5f 44 69 73 63  4f 70 20 20 20 20 20 20  |ore_DiscOp      |
00003950  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 35  |          0x0405|
00003960  34 30 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |40.#define FileC|
00003970  6f 72 65 5f 43 72 65 61  74 65 20 20 20 20 20 20  |ore_Create      |
00003980  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 35  |          0x0405|
00003990  34 31 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |41.#define FileC|
000039a0  6f 72 65 5f 44 72 69 76  65 73 20 20 20 20 20 20  |ore_Drives      |
000039b0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 35  |          0x0405|
000039c0  34 32 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |42.#define FileC|
000039d0  6f 72 65 5f 46 72 65 65  53 70 61 63 65 20 20 20  |ore_FreeSpace   |
000039e0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 35  |          0x0405|
000039f0  34 33 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |43.#define FileC|
00003a00  6f 72 65 5f 46 6c 6f 70  70 79 53 74 72 75 63 74  |ore_FloppyStruct|
00003a10  75 72 65 20 20 20 20 20  20 20 30 78 30 34 30 35  |ure       0x0405|
00003a20  34 34 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |44.#define FileC|
00003a30  6f 72 65 5f 44 65 73 63  72 69 62 65 44 69 73 63  |ore_DescribeDisc|
00003a40  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 35  |          0x0405|
00003a50  34 35 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 43  |45.#define FileC|
00003a60  6f 72 65 5f 44 69 73 63  61 72 64 52 65 61 64 53  |ore_DiscardReadS|
00003a70  65 63 74 6f 72 73 43 61  63 68 65 20 30 78 30 34  |ectorsCache 0x04|
00003a80  30 35 34 36 0a 23 64 65  66 69 6e 65 20 46 69 6c  |0546.#define Fil|
00003a90  65 43 6f 72 65 5f 44 69  73 63 46 6f 72 6d 61 74  |eCore_DiscFormat|
00003aa0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003ab0  30 35 34 37 0a 23 64 65  66 69 6e 65 20 46 69 6c  |0547.#define Fil|
00003ac0  65 43 6f 72 65 5f 4c 61  79 6f 75 74 53 74 72 75  |eCore_LayoutStru|
00003ad0  63 74 75 72 65 20 20 20  20 20 20 20 30 78 30 34  |cture       0x04|
00003ae0  30 35 34 38 0a 23 64 65  66 69 6e 65 20 46 69 6c  |0548.#define Fil|
00003af0  65 43 6f 72 65 5f 4d 69  73 63 4f 70 20 20 20 20  |eCore_MiscOp    |
00003b00  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003b10  30 35 34 39 0a 23 64 65  66 69 6e 65 20 53 68 65  |0549.#define She|
00003b20  6c 6c 5f 43 72 65 61 74  65 20 20 20 20 20 20 20  |ll_Create       |
00003b30  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003b40  30 35 63 30 0a 23 64 65  66 69 6e 65 20 53 68 65  |05c0.#define She|
00003b50  6c 6c 5f 44 65 73 74 72  6f 79 20 20 20 20 20 20  |ll_Destroy      |
00003b60  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003b70  30 35 63 31 0a 23 64 65  66 69 6e 65 20 48 6f 75  |05c1.#define Hou|
00003b80  72 67 6c 61 73 73 5f 4f  6e 20 20 20 20 20 20 20  |rglass_On       |
00003b90  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003ba0  30 36 63 30 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c0.#define Hou|
00003bb0  72 67 6c 61 73 73 5f 4f  66 66 20 20 20 20 20 20  |rglass_Off      |
00003bc0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003bd0  30 36 63 31 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c1.#define Hou|
00003be0  72 67 6c 61 73 73 5f 53  6d 61 73 68 20 20 20 20  |rglass_Smash    |
00003bf0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003c00  30 36 63 32 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c2.#define Hou|
00003c10  72 67 6c 61 73 73 5f 53  74 61 72 74 20 20 20 20  |rglass_Start    |
00003c20  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003c30  30 36 63 33 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c3.#define Hou|
00003c40  72 67 6c 61 73 73 5f 50  65 72 63 65 6e 74 61 67  |rglass_Percentag|
00003c50  65 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |e           0x04|
00003c60  30 36 63 34 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c4.#define Hou|
00003c70  72 67 6c 61 73 73 5f 4c  45 44 73 20 20 20 20 20  |rglass_LEDs     |
00003c80  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003c90  30 36 63 35 0a 23 64 65  66 69 6e 65 20 48 6f 75  |06c5.#define Hou|
00003ca0  72 67 6c 61 73 73 5f 43  6f 6c 6f 75 72 73 20 20  |rglass_Colours  |
00003cb0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003cc0  30 36 63 36 0a 23 64 65  66 69 6e 65 20 44 72 61  |06c6.#define Dra|
00003cd0  77 5f 50 72 6f 63 65 73  73 50 61 74 68 20 20 20  |w_ProcessPath   |
00003ce0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003cf0  30 37 30 30 0a 23 64 65  66 69 6e 65 20 44 72 61  |0700.#define Dra|
00003d00  77 5f 50 72 6f 63 65 73  73 50 61 74 68 46 50 20  |w_ProcessPathFP |
00003d10  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003d20  30 37 30 31 0a 23 64 65  66 69 6e 65 20 44 72 61  |0701.#define Dra|
00003d30  77 5f 46 69 6c 6c 20 20  20 20 20 20 20 20 20 20  |w_Fill          |
00003d40  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003d50  30 37 30 32 0a 23 64 65  66 69 6e 65 20 44 72 61  |0702.#define Dra|
00003d60  77 5f 46 69 6c 6c 46 50  20 20 20 20 20 20 20 20  |w_FillFP        |
00003d70  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003d80  30 37 30 33 0a 23 64 65  66 69 6e 65 20 44 72 61  |0703.#define Dra|
00003d90  77 5f 53 74 72 6f 6b 65  20 20 20 20 20 20 20 20  |w_Stroke        |
00003da0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003db0  30 37 30 34 0a 23 64 65  66 69 6e 65 20 44 72 61  |0704.#define Dra|
00003dc0  77 5f 53 74 72 6f 6b 65  46 50 20 20 20 20 20 20  |w_StrokeFP      |
00003dd0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003de0  30 37 30 35 0a 23 64 65  66 69 6e 65 20 44 72 61  |0705.#define Dra|
00003df0  77 5f 53 74 72 6f 6b 65  50 61 74 68 20 20 20 20  |w_StrokePath    |
00003e00  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003e10  30 37 30 36 0a 23 64 65  66 69 6e 65 20 44 72 61  |0706.#define Dra|
00003e20  77 5f 53 74 72 6f 6b 65  50 61 74 68 46 50 20 20  |w_StrokePathFP  |
00003e30  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003e40  30 37 30 37 0a 23 64 65  66 69 6e 65 20 44 72 61  |0707.#define Dra|
00003e50  77 5f 46 6c 61 74 74 65  6e 50 61 74 68 20 20 20  |w_FlattenPath   |
00003e60  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003e70  30 37 30 38 0a 23 64 65  66 69 6e 65 20 44 72 61  |0708.#define Dra|
00003e80  77 5f 46 6c 61 74 74 65  6e 50 61 74 68 46 50 20  |w_FlattenPathFP |
00003e90  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003ea0  30 37 30 39 0a 23 64 65  66 69 6e 65 20 44 72 61  |0709.#define Dra|
00003eb0  77 5f 54 72 61 6e 73 66  6f 72 6d 50 61 74 68 20  |w_TransformPath |
00003ec0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003ed0  30 37 30 61 0a 23 64 65  66 69 6e 65 20 44 72 61  |070a.#define Dra|
00003ee0  77 5f 54 72 61 6e 73 66  6f 72 6d 50 61 74 68 46  |w_TransformPathF|
00003ef0  50 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |P           0x04|
00003f00  30 37 30 62 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |070b.#define Col|
00003f10  6f 75 72 54 72 61 6e 73  5f 53 65 6c 65 63 74 54  |ourTrans_SelectT|
00003f20  61 62 6c 65 20 20 20 20  20 20 20 20 30 78 30 34  |able        0x04|
00003f30  30 37 34 30 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0740.#define Col|
00003f40  6f 75 72 54 72 61 6e 73  5f 53 65 6c 65 63 74 47  |ourTrans_SelectG|
00003f50  43 4f 4c 54 61 62 6c 65  20 20 20 20 30 78 30 34  |COLTable    0x04|
00003f60  30 37 34 31 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0741.#define Col|
00003f70  6f 75 72 54 72 61 6e 73  5f 52 65 74 75 72 6e 47  |ourTrans_ReturnG|
00003f80  43 4f 4c 20 20 20 20 20  20 20 20 20 30 78 30 34  |COL         0x04|
00003f90  30 37 34 32 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0742.#define Col|
00003fa0  6f 75 72 54 72 61 6e 73  5f 53 65 74 47 43 4f 4c  |ourTrans_SetGCOL|
00003fb0  20 20 20 20 20 20 20 20  20 20 20 20 30 78 30 34  |            0x04|
00003fc0  30 37 34 33 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0743.#define Col|
00003fd0  6f 75 72 54 72 61 6e 73  5f 52 65 74 75 72 6e 43  |ourTrans_ReturnC|
00003fe0  6f 6c 6f 75 72 4e 75 6d  62 65 72 20 30 78 30 34  |olourNumber 0x04|
00003ff0  30 37 34 34 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0744.#define Col|
00004000  6f 75 72 54 72 61 6e 73  5f 52 65 74 75 72 6e 47  |ourTrans_ReturnG|
00004010  43 4f 4c 46 6f 72 4d 6f  64 65 20 20 30 78 30 34  |COLForMode  0x04|
00004020  30 37 34 35 0a 23 64 65  66 69 6e 65 20 43 6f 6c  |0745.#define Col|
00004030  6f 75 72 54 72 61 6e 73  5f 52 65 74 75 72 6e 43  |ourTrans_ReturnC|
00004040  6f 6c 6f 75 72 4e 75 6d  62 65 72 46 6f 72 4d 6f  |olourNumberForMo|
00004050  64 65 20 30 78 30 34 30  37 34 36 0a 23 64 65 66  |de 0x040746.#def|
00004060  69 6e 65 20 43 6f 6c 6f  75 72 54 72 61 6e 73 5f  |ine ColourTrans_|
00004070  52 65 74 75 72 6e 4f 70  70 47 43 4f 4c 20 20 20  |ReturnOppGCOL   |
00004080  20 20 20 30 78 30 34 30  37 34 37 0a 23 64 65 66  |   0x040747.#def|
00004090  69 6e 65 20 43 6f 6c 6f  75 72 54 72 61 6e 73 5f  |ine ColourTrans_|
000040a0  53 65 74 4f 70 70 47 43  4f 4c 20 20 20 20 20 20  |SetOppGCOL      |
000040b0  20 20 20 30 78 30 34 30  37 34 38 0a 23 64 65 66  |   0x040748.#def|
000040c0  69 6e 65 20 43 6f 6c 6f  75 72 54 72 61 6e 73 5f  |ine ColourTrans_|
000040d0  52 65 74 75 72 6e 4f 70  70 43 6f 6c 6f 75 72 4e  |ReturnOppColourN|
000040e0  75 6d 62 65 72 20 30 78  30 34 30 37 34 39 0a 23  |umber 0x040749.#|
000040f0  64 65 66 69 6e 65 20 43  6f 6c 6f 75 72 54 72 61  |define ColourTra|
00004100  6e 73 5f 52 65 74 75 72  6e 4f 70 70 47 43 4f 4c  |ns_ReturnOppGCOL|
00004110  46 6f 72 4d 6f 64 65 20  30 78 30 34 30 37 34 61  |ForMode 0x04074a|
00004120  0a 23 64 65 66 69 6e 65  20 43 6f 6c 6f 75 72 54  |.#define ColourT|
00004130  72 61 6e 73 5f 52 65 74  75 72 6e 4f 70 70 43 6f  |rans_ReturnOppCo|
00004140  6c 6f 75 72 4e 75 6d 62  65 72 46 6f 72 4d 6f 64  |lourNumberForMod|
00004150  65 20 30 78 30 34 30 37  34 62 0a 23 64 65 66 69  |e 0x04074b.#defi|
00004160  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 47  |ne ColourTrans_G|
00004170  43 4f 4c 54 6f 43 6f 6c  6f 75 72 4e 75 6d 62 65  |COLToColourNumbe|
00004180  72 20 30 78 30 34 30 37  34 63 0a 23 64 65 66 69  |r 0x04074c.#defi|
00004190  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 43  |ne ColourTrans_C|
000041a0  6f 6c 6f 75 72 4e 75 6d  62 65 72 54 6f 47 43 4f  |olourNumberToGCO|
000041b0  4c 20 30 78 30 34 30 37  34 64 0a 23 64 65 66 69  |L 0x04074d.#defi|
000041c0  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 52  |ne ColourTrans_R|
000041d0  65 74 75 72 6e 46 6f 6e  74 43 6f 6c 6f 75 72 73  |eturnFontColours|
000041e0  20 20 30 78 30 34 30 37  34 65 0a 23 64 65 66 69  |  0x04074e.#defi|
000041f0  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 53  |ne ColourTrans_S|
00004200  65 74 46 6f 6e 74 43 6f  6c 6f 75 72 73 20 20 20  |etFontColours   |
00004210  20 20 30 78 30 34 30 37  34 66 0a 23 64 65 66 69  |  0x04074f.#defi|
00004220  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 49  |ne ColourTrans_I|
00004230  6e 76 61 6c 69 64 61 74  65 43 61 63 68 65 20 20  |nvalidateCache  |
00004240  20 20 30 78 30 34 30 37  35 30 0a 23 64 65 66 69  |  0x040750.#defi|
00004250  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 53  |ne ColourTrans_S|
00004260  65 74 43 61 6c 69 62 72  61 74 69 6f 6e 20 20 20  |etCalibration   |
00004270  20 20 30 78 30 34 30 37  35 31 0a 23 64 65 66 69  |  0x040751.#defi|
00004280  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 52  |ne ColourTrans_R|
00004290  65 61 64 43 61 6c 69 62  72 61 74 69 6f 6e 20 20  |eadCalibration  |
000042a0  20 20 30 78 30 34 30 37  35 32 0a 23 64 65 66 69  |  0x040752.#defi|
000042b0  6e 65 20 43 6f 6c 6f 75  72 54 72 61 6e 73 5f 43  |ne ColourTrans_C|
000042c0  6f 6e 76 65 72 74 44 65  76 69 63 65 43 6f 6c 6f  |onvertDeviceColo|
000042d0  75 72 20 30 78 30 34 30  37 35 33 0a 23 64 65 66  |ur 0x040753.#def|
000042e0  69 6e 65 20 43 6f 6c 6f  75 72 54 72 61 6e 73 5f  |ine ColourTrans_|
000042f0  43 6f 6e 76 65 72 74 44  65 76 69 63 65 50 61 6c  |ConvertDevicePal|
00004300  65 74 74 65 20 30 78 30  34 30 37 35 34 0a 23 64  |ette 0x040754.#d|
00004310  65 66 69 6e 65 20 43 6f  6c 6f 75 72 54 72 61 6e  |efine ColourTran|
00004320  73 5f 43 6f 6e 76 65 72  74 52 47 42 54 6f 43 49  |s_ConvertRGBToCI|
00004330  45 20 20 20 20 30 78 30  34 30 37 35 35 0a 23 64  |E    0x040755.#d|
00004340  65 66 69 6e 65 20 43 6f  6c 6f 75 72 54 72 61 6e  |efine ColourTran|
00004350  73 5f 43 6f 6e 76 65 72  74 43 49 45 54 6f 52 47  |s_ConvertCIEToRG|
00004360  42 20 20 20 20 30 78 30  34 30 37 35 36 0a 23 64  |B    0x040756.#d|
00004370  65 66 69 6e 65 20 43 6f  6c 6f 75 72 54 72 61 6e  |efine ColourTran|
00004380  73 5f 57 72 69 74 65 43  61 6c 69 62 72 61 74 69  |s_WriteCalibrati|
00004390  6f 6e 54 6f 46 69 6c 65  20 30 78 30 34 30 37 35  |onToFile 0x04075|
000043a0  37 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |7.#define Colour|
000043b0  54 72 61 6e 73 5f 43 6f  6e 76 65 72 74 52 47 42  |Trans_ConvertRGB|
000043c0  54 6f 48 53 56 20 20 20  20 30 78 30 34 30 37 35  |ToHSV    0x04075|
000043d0  38 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |8.#define Colour|
000043e0  54 72 61 6e 73 5f 43 6f  6e 76 65 72 74 48 53 56  |Trans_ConvertHSV|
000043f0  54 6f 52 47 42 20 20 20  20 30 78 30 34 30 37 35  |ToRGB    0x04075|
00004400  39 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |9.#define Colour|
00004410  54 72 61 6e 73 5f 43 6f  6e 76 65 72 74 52 47 42  |Trans_ConvertRGB|
00004420  54 6f 43 4d 59 4b 20 20  20 30 78 30 34 30 37 35  |ToCMYK   0x04075|
00004430  61 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |a.#define Colour|
00004440  54 72 61 6e 73 5f 43 6f  6e 76 65 72 74 43 4d 59  |Trans_ConvertCMY|
00004450  4b 54 6f 52 47 42 20 20  20 30 78 30 34 30 37 35  |KToRGB   0x04075|
00004460  62 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |b.#define Colour|
00004470  54 72 61 6e 73 5f 52 65  61 64 50 61 6c 65 74 74  |Trans_ReadPalett|
00004480  65 20 20 20 20 20 20 20  20 30 78 30 34 30 37 35  |e        0x04075|
00004490  63 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |c.#define Colour|
000044a0  54 72 61 6e 73 5f 57 72  69 74 65 50 61 6c 65 74  |Trans_WritePalet|
000044b0  74 65 20 20 20 20 20 20  20 30 78 30 34 30 37 35  |te       0x04075|
000044c0  64 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |d.#define Colour|
000044d0  54 72 61 6e 73 5f 53 65  74 43 6f 6c 6f 75 72 20  |Trans_SetColour |
000044e0  20 20 20 20 20 20 20 20  20 30 78 30 34 30 37 35  |         0x04075|
000044f0  65 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |e.#define Colour|
00004500  54 72 61 6e 73 5f 4d 69  73 63 4f 70 20 20 20 20  |Trans_MiscOp    |
00004510  20 20 20 20 20 20 20 20  20 30 78 30 34 30 37 35  |         0x04075|
00004520  66 0a 23 64 65 66 69 6e  65 20 43 6f 6c 6f 75 72  |f.#define Colour|
00004530  54 72 61 6e 73 5f 57 72  69 74 65 4c 6f 61 64 69  |Trans_WriteLoadi|
00004540  6e 67 73 54 6f 46 69 6c  65 20 30 78 30 34 30 37  |ngsToFile 0x0407|
00004550  36 30 0a 23 64 65 66 69  6e 65 20 43 6f 6c 6f 75  |60.#define Colou|
00004560  72 54 72 61 6e 73 5f 53  65 74 54 65 78 74 43 6f  |rTrans_SetTextCo|
00004570  6c 6f 75 72 20 20 20 20  20 20 30 78 30 34 30 37  |lour      0x0407|
00004580  36 31 0a 23 64 65 66 69  6e 65 20 43 6f 6c 6f 75  |61.#define Colou|
00004590  72 54 72 61 6e 73 5f 53  65 74 4f 70 70 54 65 78  |rTrans_SetOppTex|
000045a0  74 43 6f 6c 6f 75 72 20  20 20 30 78 30 34 30 37  |tColour   0x0407|
000045b0  36 32 0a 23 64 65 66 69  6e 65 20 43 6f 6c 6f 75  |62.#define Colou|
000045c0  72 54 72 61 6e 73 5f 47  65 6e 65 72 61 74 65 54  |rTrans_GenerateT|
000045d0  61 62 6c 65 20 20 20 20  20 20 30 78 30 34 30 37  |able      0x0407|
000045e0  36 33 0a 23 64 65 66 69  6e 65 20 53 43 53 49 46  |63.#define SCSIF|
000045f0  53 5f 44 69 73 63 4f 70  20 20 20 20 20 20 20 20  |S_DiscOp        |
00004600  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 39  |          0x0409|
00004610  38 30 0a 23 64 65 66 69  6e 65 20 53 43 53 49 46  |80.#define SCSIF|
00004620  53 5f 44 72 69 76 65 73  20 20 20 20 20 20 20 20  |S_Drives        |
00004630  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 39  |          0x0409|
00004640  38 32 0a 23 64 65 66 69  6e 65 20 53 43 53 49 46  |82.#define SCSIF|
00004650  53 5f 46 72 65 65 53 70  61 63 65 20 20 20 20 20  |S_FreeSpace     |
00004660  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 39  |          0x0409|
00004670  38 33 0a 23 64 65 66 69  6e 65 20 53 43 53 49 46  |83.#define SCSIF|
00004680  53 5f 44 65 73 63 72 69  62 65 44 69 73 63 20 20  |S_DescribeDisc  |
00004690  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 39  |          0x0409|
000046a0  38 35 0a 23 64 65 66 69  6e 65 20 53 43 53 49 46  |85.#define SCSIF|
000046b0  53 5f 54 65 73 74 52 65  61 64 79 20 20 20 20 20  |S_TestReady     |
000046c0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 39  |          0x0409|
000046d0  38 36 0a 23 64 65 66 69  6e 65 20 53 75 70 65 72  |86.#define Super|
000046e0  5f 53 61 6d 70 6c 65 39  30 20 20 20 20 20 20 20  |_Sample90       |
000046f0  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 64  |          0x040d|
00004700  38 30 0a 23 64 65 66 69  6e 65 20 53 75 70 65 72  |80.#define Super|
00004710  5f 53 61 6d 70 6c 65 34  35 20 20 20 20 20 20 20  |_Sample45       |
00004720  20 20 20 20 20 20 20 20  20 20 30 78 30 34 30 64  |          0x040d|
00004730  38 31 0a 23 64 65 66 69  6e 65 20 46 69 6c 65 72  |81.#define Filer|
00004740  41 63 74 69 6f 6e 5f 53  65 6e 64 53 65 6c 65 63  |Action_SendSelec|
00004750  74 65 64 44 69 72 65 63  74 6f 72 79 20 30 78 30  |tedDirectory 0x0|
00004760  34 30 66 38 30 0a 23 64  65 66 69 6e 65 20 46 69  |40f80.#define Fi|
00004770  6c 65 72 41 63 74 69 6f  6e 5f 53 65 6e 64 53 65  |lerAction_SendSe|
00004780  6c 65 63 74 65 64 46 69  6c 65 20 20 20 30 78 30  |lectedFile   0x0|
00004790  34 30 66 38 31 0a 23 64  65 66 69 6e 65 20 46 69  |40f81.#define Fi|
000047a0  6c 65 72 41 63 74 69 6f  6e 5f 53 65 6e 64 53 74  |lerAction_SendSt|
000047b0  61 72 74 4f 70 65 72 61  74 69 6f 6e 20 30 78 30  |artOperation 0x0|
000047c0  34 30 66 38 32 0a 23 64  65 66 69 6e 65 20 4d 65  |40f82.#define Me|
000047d0  73 73 61 67 65 54 72 61  6e 73 5f 46 69 6c 65 49  |ssageTrans_FileI|
000047e0  6e 66 6f 20 20 20 20 20  20 20 20 20 20 30 78 30  |nfo          0x0|
000047f0  34 31 35 30 30 0a 23 64  65 66 69 6e 65 20 4d 65  |41500.#define Me|
00004800  73 73 61 67 65 54 72 61  6e 73 5f 4f 70 65 6e 46  |ssageTrans_OpenF|
00004810  69 6c 65 20 20 20 20 20  20 20 20 20 20 30 78 30  |ile          0x0|
00004820  34 31 35 30 31 0a 23 64  65 66 69 6e 65 20 4d 65  |41501.#define Me|
00004830  73 73 61 67 65 54 72 61  6e 73 5f 4c 6f 6f 6b 75  |ssageTrans_Looku|
00004840  70 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |p            0x0|
00004850  34 31 35 30 32 0a 23 64  65 66 69 6e 65 20 4d 65  |41502.#define Me|
00004860  73 73 61 67 65 54 72 61  6e 73 5f 4d 61 6b 65 4d  |ssageTrans_MakeM|
00004870  65 6e 75 73 20 20 20 20  20 20 20 20 20 30 78 30  |enus         0x0|
00004880  34 31 35 30 33 0a 23 64  65 66 69 6e 65 20 4d 65  |41503.#define Me|
00004890  73 73 61 67 65 54 72 61  6e 73 5f 43 6c 6f 73 65  |ssageTrans_Close|
000048a0  46 69 6c 65 20 20 20 20  20 20 20 20 20 30 78 30  |File         0x0|
000048b0  34 31 35 30 34 0a 23 64  65 66 69 6e 65 20 4d 65  |41504.#define Me|
000048c0  73 73 61 67 65 54 72 61  6e 73 5f 45 6e 75 6d 65  |ssageTrans_Enume|
000048d0  72 61 74 65 54 6f 6b 65  6e 73 20 20 20 30 78 30  |rateTokens   0x0|
000048e0  34 31 35 30 35 0a 23 64  65 66 69 6e 65 20 4d 65  |41505.#define Me|
000048f0  73 73 61 67 65 54 72 61  6e 73 5f 45 72 72 6f 72  |ssageTrans_Error|
00004900  4c 6f 6f 6b 75 70 20 20  20 20 20 20 20 30 78 30  |Lookup       0x0|
00004910  34 31 35 30 36 0a 23 64  65 66 69 6e 65 20 4d 65  |41506.#define Me|
00004920  73 73 61 67 65 54 72 61  6e 73 5f 47 53 4c 6f 6f  |ssageTrans_GSLoo|
00004930  6b 75 70 20 20 20 20 20  20 20 20 20 20 30 78 30  |kup          0x0|
00004940  34 31 35 30 37 0a 23 64  65 66 69 6e 65 20 4d 65  |41507.#define Me|
00004950  73 73 61 67 65 54 72 61  6e 73 5f 43 6f 70 79 45  |ssageTrans_CopyE|
00004960  72 72 6f 72 20 20 20 20  20 20 20 20 20 30 78 30  |rror         0x0|
00004970  34 31 35 30 38 0a 23 64  65 66 69 6e 65 20 4c 61  |41508.#define La|
00004980  73 65 72 5f 49 6e 66 6f  20 20 20 20 20 20 20 20  |ser_Info        |
00004990  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000049a0  34 31 38 63 30 0a 23 64  65 66 69 6e 65 20 4c 61  |418c0.#define La|
000049b0  73 65 72 5f 52 65 73 65  74 20 20 20 20 20 20 20  |ser_Reset       |
000049c0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000049d0  34 31 38 63 31 0a 23 64  65 66 69 6e 65 20 4c 61  |418c1.#define La|
000049e0  73 65 72 5f 53 74 61 74  75 73 20 20 20 20 20 20  |ser_Status      |
000049f0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004a00  34 31 38 63 32 0a 23 64  65 66 69 6e 65 20 4c 61  |418c2.#define La|
00004a10  73 65 72 5f 50 61 67 65  53 69 7a 65 20 20 20 20  |ser_PageSize    |
00004a20  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004a30  34 31 38 63 33 0a 23 64  65 66 69 6e 65 20 4c 61  |418c3.#define La|
00004a40  73 65 72 5f 50 72 69 6e  74 4a 6f 62 20 20 20 20  |ser_PrintJob    |
00004a50  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004a60  34 31 38 63 34 0a 23 64  65 66 69 6e 65 20 4c 61  |418c4.#define La|
00004a70  73 65 72 5f 51 75 65 75  65 4a 6f 62 20 20 20 20  |ser_QueueJob    |
00004a80  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004a90  34 31 38 63 35 0a 23 64  65 66 69 6e 65 20 4c 61  |418c5.#define La|
00004aa0  73 65 72 5f 43 61 6e 63  65 6c 4a 6f 62 20 20 20  |ser_CancelJob   |
00004ab0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004ac0  34 31 38 63 36 0a 23 64  65 66 69 6e 65 20 4c 61  |418c6.#define La|
00004ad0  73 65 72 5f 45 6e 64 4a  6f 62 20 20 20 20 20 20  |ser_EndJob      |
00004ae0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004af0  34 31 38 63 37 0a 23 64  65 66 69 6e 65 20 4c 61  |418c7.#define La|
00004b00  73 65 72 5f 51 75 65 72  79 4a 6f 62 20 20 20 20  |ser_QueryJob    |
00004b10  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004b20  34 31 38 63 38 0a 23 64  65 66 69 6e 65 20 4c 61  |418c8.#define La|
00004b30  73 65 72 5f 43 75 72 72  65 6e 74 4a 6f 62 20 20  |ser_CurrentJob  |
00004b40  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004b50  34 31 38 63 39 0a 23 64  65 66 69 6e 65 20 4c 61  |418c9.#define La|
00004b60  73 65 72 5f 50 61 75 73  65 51 75 65 75 65 20 20  |ser_PauseQueue  |
00004b70  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004b80  34 31 38 63 61 0a 23 64  65 66 69 6e 65 20 4c 61  |418ca.#define La|
00004b90  73 65 72 5f 46 6c 61 73  68 4c 45 44 20 20 20 20  |ser_FlashLED    |
00004ba0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004bb0  34 31 38 63 62 0a 23 64  65 66 69 6e 65 20 4c 61  |418cb.#define La|
00004bc0  73 65 72 5f 43 4d 4f 53  20 20 20 20 20 20 20 20  |ser_CMOS        |
00004bd0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004be0  34 31 38 63 63 0a 23 64  65 66 69 6e 65 20 4c 61  |418cc.#define La|
00004bf0  73 65 72 5f 44 69 61 67  6e 6f 73 74 69 63 20 20  |ser_Diagnostic  |
00004c00  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004c10  34 31 38 63 64 0a 23 64  65 66 69 6e 65 20 50 44  |418cd.#define PD|
00004c20  75 6d 70 65 72 5f 49 6e  66 6f 20 20 20 20 20 20  |umper_Info      |
00004c30  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004c40  34 31 62 30 30 0a 23 64  65 66 69 6e 65 20 50 44  |41b00.#define PD|
00004c50  75 6d 70 65 72 5f 43 6c  61 69 6d 20 20 20 20 20  |umper_Claim     |
00004c60  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004c70  34 31 62 30 31 0a 23 64  65 66 69 6e 65 20 50 44  |41b01.#define PD|
00004c80  75 6d 70 65 72 5f 46 72  65 65 20 20 20 20 20 20  |umper_Free      |
00004c90  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004ca0  34 31 62 30 32 0a 23 64  65 66 69 6e 65 20 50 44  |41b02.#define PD|
00004cb0  75 6d 70 65 72 5f 46 69  6e 64 20 20 20 20 20 20  |umper_Find      |
00004cc0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004cd0  34 31 62 30 33 0a 23 64  65 66 69 6e 65 20 50 44  |41b03.#define PD|
00004ce0  75 6d 70 65 72 5f 53 74  61 72 74 4a 6f 62 20 20  |umper_StartJob  |
00004cf0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004d00  34 31 62 30 34 0a 23 64  65 66 69 6e 65 20 50 44  |41b04.#define PD|
00004d10  75 6d 70 65 72 5f 54 69  64 79 4a 6f 62 20 20 20  |umper_TidyJob   |
00004d20  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004d30  34 31 62 30 35 0a 23 64  65 66 69 6e 65 20 50 44  |41b05.#define PD|
00004d40  75 6d 70 65 72 5f 53 65  74 43 6f 6c 6f 75 72 20  |umper_SetColour |
00004d50  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004d60  34 31 62 30 36 0a 23 64  65 66 69 6e 65 20 50 44  |41b06.#define PD|
00004d70  75 6d 70 65 72 5f 50 72  65 70 61 72 65 53 74 72  |umper_PrepareStr|
00004d80  69 70 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |ip           0x0|
00004d90  34 31 62 30 37 0a 23 64  65 66 69 6e 65 20 50 44  |41b07.#define PD|
00004da0  75 6d 70 65 72 5f 4c 6f  6f 6b 75 70 45 72 72 6f  |umper_LookupErro|
00004db0  72 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |r            0x0|
00004dc0  34 31 62 30 38 0a 23 64  65 66 69 6e 65 20 50 44  |41b08.#define PD|
00004dd0  75 6d 70 65 72 5f 43 6f  70 79 46 69 6c 65 6e 61  |umper_CopyFilena|
00004de0  6d 65 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |me           0x0|
00004df0  34 31 62 30 39 0a 23 64  65 66 69 6e 65 20 52 65  |41b09.#define Re|
00004e00  73 6f 75 72 63 65 46 53  5f 52 65 67 69 73 74 65  |sourceFS_Registe|
00004e10  72 46 69 6c 65 73 20 20  20 20 20 20 20 30 78 30  |rFiles       0x0|
00004e20  34 31 62 34 30 0a 23 64  65 66 69 6e 65 20 52 65  |41b40.#define Re|
00004e30  73 6f 75 72 63 65 46 53  5f 44 65 72 65 67 69 73  |sourceFS_Deregis|
00004e40  74 65 72 46 69 6c 65 73  20 20 20 20 20 30 78 30  |terFiles     0x0|
00004e50  34 31 62 34 31 0a 23 64  65 66 69 6e 65 20 44 72  |41b41.#define Dr|
00004e60  61 67 41 53 70 72 69 74  65 5f 53 74 61 72 74 20  |agASprite_Start |
00004e70  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004e80  34 32 34 30 30 0a 23 64  65 66 69 6e 65 20 44 72  |42400.#define Dr|
00004e90  61 67 41 53 70 72 69 74  65 5f 53 74 6f 70 20 20  |agASprite_Stop  |
00004ea0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004eb0  34 32 34 30 31 0a 23 64  65 66 69 6e 65 20 44 44  |42401.#define DD|
00004ec0  45 55 74 69 6c 73 5f 50  72 65 66 69 78 20 20 20  |EUtils_Prefix   |
00004ed0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004ee0  34 32 35 38 30 0a 23 64  65 66 69 6e 65 20 44 44  |42580.#define DD|
00004ef0  45 55 74 69 6c 73 5f 53  65 74 43 4c 53 69 7a 65  |EUtils_SetCLSize|
00004f00  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004f10  34 32 35 38 31 0a 23 64  65 66 69 6e 65 20 44 44  |42581.#define DD|
00004f20  45 55 74 69 6c 73 5f 53  65 74 43 4c 20 20 20 20  |EUtils_SetCL    |
00004f30  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004f40  34 32 35 38 32 0a 23 64  65 66 69 6e 65 20 44 44  |42582.#define DD|
00004f50  45 55 74 69 6c 73 5f 47  65 74 43 4c 53 69 7a 65  |EUtils_GetCLSize|
00004f60  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004f70  34 32 35 38 33 0a 23 64  65 66 69 6e 65 20 44 44  |42583.#define DD|
00004f80  45 55 74 69 6c 73 5f 47  65 74 43 6c 20 20 20 20  |EUtils_GetCl    |
00004f90  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00004fa0  34 32 35 38 34 0a 23 64  65 66 69 6e 65 20 44 44  |42584.#define DD|
00004fb0  45 55 74 69 6c 73 5f 54  68 72 6f 77 62 61 63 6b  |EUtils_Throwback|
00004fc0  52 65 67 69 73 74 65 72  20 20 20 20 20 30 78 30  |Register     0x0|
00004fd0  34 32 35 38 35 0a 23 64  65 66 69 6e 65 20 44 44  |42585.#define DD|
00004fe0  45 55 74 69 6c 73 5f 54  68 72 6f 77 62 61 63 6b  |EUtils_Throwback|
00004ff0  55 6e 52 65 67 69 73 74  65 72 20 20 20 30 78 30  |UnRegister   0x0|
00005000  34 32 35 38 36 0a 23 64  65 66 69 6e 65 20 44 44  |42586.#define DD|
00005010  45 55 74 69 6c 73 5f 54  68 72 6f 77 62 61 63 6b  |EUtils_Throwback|
00005020  53 74 61 72 74 20 20 20  20 20 20 20 20 30 78 30  |Start        0x0|
00005030  34 32 35 38 37 0a 23 64  65 66 69 6e 65 20 44 44  |42587.#define DD|
00005040  45 55 74 69 6c 73 5f 54  68 72 6f 77 62 61 63 6b  |EUtils_Throwback|
00005050  53 65 6e 64 20 20 20 20  20 20 20 20 20 30 78 30  |Send         0x0|
00005060  34 32 35 38 38 0a 23 64  65 66 69 6e 65 20 44 44  |42588.#define DD|
00005070  45 55 74 69 6c 73 5f 54  68 72 6f 77 62 61 63 6b  |EUtils_Throwback|
00005080  45 6e 64 20 20 20 20 20  20 20 20 20 20 30 78 30  |End          0x0|
00005090  34 32 35 38 39 0a 23 64  65 66 69 6e 65 20 46 69  |42589.#define Fi|
000050a0  6c 74 65 72 5f 52 65 67  69 73 74 65 72 50 72 65  |lter_RegisterPre|
000050b0  46 69 6c 74 65 72 20 20  20 20 20 20 20 30 78 30  |Filter       0x0|
000050c0  34 32 36 34 30 0a 23 64  65 66 69 6e 65 20 46 69  |42640.#define Fi|
000050d0  6c 74 65 72 5f 52 65 67  69 73 74 65 72 50 6f 73  |lter_RegisterPos|
000050e0  74 46 69 6c 74 65 72 20  20 20 20 20 20 30 78 30  |tFilter      0x0|
000050f0  34 32 36 34 31 0a 23 64  65 66 69 6e 65 20 46 69  |42641.#define Fi|
00005100  6c 74 65 72 5f 44 65 52  65 67 69 73 74 65 72 50  |lter_DeRegisterP|
00005110  72 65 46 69 6c 74 65 72  20 20 20 20 20 30 78 30  |reFilter     0x0|
00005120  34 32 36 34 32 0a 23 64  65 66 69 6e 65 20 46 69  |42642.#define Fi|
00005130  6c 74 65 72 5f 44 65 52  65 67 69 73 74 65 72 50  |lter_DeRegisterP|
00005140  6f 73 74 46 69 6c 74 65  72 20 20 20 20 30 78 30  |ostFilter    0x0|
00005150  34 32 36 34 33 0a 23 64  65 66 69 6e 65 20 54 61  |42643.#define Ta|
00005160  73 6b 4d 61 6e 61 67 65  72 5f 54 61 73 6b 4e 61  |skManager_TaskNa|
00005170  6d 65 46 72 6f 6d 48 61  6e 64 6c 65 20 30 78 30  |meFromHandle 0x0|
00005180  34 32 36 38 30 0a 23 64  65 66 69 6e 65 20 54 61  |42680.#define Ta|
00005190  73 6b 4d 61 6e 61 67 65  72 5f 45 6e 75 6d 65 72  |skManager_Enumer|
000051a0  61 74 65 54 61 73 6b 73  20 20 20 20 20 30 78 30  |ateTasks     0x0|
000051b0  34 32 36 38 31 0a 23 64  65 66 69 6e 65 20 54 61  |42681.#define Ta|
000051c0  73 6b 4d 61 6e 61 67 65  72 5f 53 68 75 74 64 6f  |skManager_Shutdo|
000051d0  77 6e 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |wn           0x0|
000051e0  34 32 36 38 32 0a 23 64  65 66 69 6e 65 20 53 71  |42682.#define Sq|
000051f0  75 61 73 68 5f 43 6f 6d  70 72 65 73 73 20 20 20  |uash_Compress   |
00005200  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005210  34 32 37 30 30 0a 23 64  65 66 69 6e 65 20 53 71  |42700.#define Sq|
00005220  75 61 73 68 5f 44 65 63  6f 6d 70 72 65 73 73 20  |uash_Decompress |
00005230  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005240  34 32 37 30 31 0a 23 64  65 66 69 6e 65 20 44 65  |42701.#define De|
00005250  76 69 63 65 46 53 5f 52  65 67 69 73 74 65 72 20  |viceFS_Register |
00005260  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005270  34 32 37 34 30 0a 23 64  65 66 69 6e 65 20 44 65  |42740.#define De|
00005280  76 69 63 65 46 53 5f 44  65 72 65 67 69 73 74 65  |viceFS_Deregiste|
00005290  72 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |r            0x0|
000052a0  34 32 37 34 31 0a 23 64  65 66 69 6e 65 20 44 65  |42741.#define De|
000052b0  76 69 63 65 46 53 5f 52  65 67 69 73 74 65 72 4f  |viceFS_RegisterO|
000052c0  62 6a 65 63 74 73 20 20  20 20 20 20 20 30 78 30  |bjects       0x0|
000052d0  34 32 37 34 32 0a 23 64  65 66 69 6e 65 20 44 65  |42742.#define De|
000052e0  76 69 63 65 46 53 5f 44  65 72 65 67 69 73 74 65  |viceFS_Deregiste|
000052f0  72 4f 62 6a 65 63 74 73  20 20 20 20 20 30 78 30  |rObjects     0x0|
00005300  34 32 37 34 33 0a 23 64  65 66 69 6e 65 20 44 65  |42743.#define De|
00005310  76 69 63 65 46 53 5f 43  61 6c 6c 44 65 76 69 63  |viceFS_CallDevic|
00005320  65 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |e            0x0|
00005330  34 32 37 34 34 0a 23 64  65 66 69 6e 65 20 44 65  |42744.#define De|
00005340  76 69 63 65 46 53 5f 54  68 72 65 73 68 6f 6c 64  |viceFS_Threshold|
00005350  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005360  34 32 37 34 35 0a 23 64  65 66 69 6e 65 20 44 65  |42745.#define De|
00005370  76 69 63 65 46 53 5f 52  65 63 65 69 76 65 64 43  |viceFS_ReceivedC|
00005380  68 61 72 61 63 74 65 72  20 20 20 20 20 30 78 30  |haracter     0x0|
00005390  34 32 37 34 36 0a 23 64  65 66 69 6e 65 20 44 65  |42746.#define De|
000053a0  76 69 63 65 46 53 5f 54  72 61 6e 73 6d 69 74 43  |viceFS_TransmitC|
000053b0  68 61 72 61 63 74 65 72  20 20 20 20 20 30 78 30  |haracter     0x0|
000053c0  34 32 37 34 37 0a 23 64  65 66 69 6e 65 20 42 75  |42747.#define Bu|
000053d0  66 66 65 72 5f 43 72 65  61 74 65 20 20 20 20 20  |ffer_Create     |
000053e0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000053f0  34 32 39 34 30 0a 23 64  65 66 69 6e 65 20 42 75  |42940.#define Bu|
00005400  66 66 65 72 5f 52 65 6d  6f 76 65 20 20 20 20 20  |ffer_Remove     |
00005410  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005420  34 32 39 34 31 0a 23 64  65 66 69 6e 65 20 42 75  |42941.#define Bu|
00005430  66 66 65 72 5f 52 65 67  69 73 74 65 72 20 20 20  |ffer_Register   |
00005440  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005450  34 32 39 34 32 0a 23 64  65 66 69 6e 65 20 42 75  |42942.#define Bu|
00005460  66 66 65 72 5f 44 65 72  65 67 69 73 74 65 72 20  |ffer_Deregister |
00005470  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005480  34 32 39 34 33 0a 23 64  65 66 69 6e 65 20 42 75  |42943.#define Bu|
00005490  66 66 65 72 5f 4d 6f 64  69 66 79 46 6c 61 67 73  |ffer_ModifyFlags|
000054a0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000054b0  34 32 39 34 34 0a 23 64  65 66 69 6e 65 20 42 75  |42944.#define Bu|
000054c0  66 66 65 72 5f 4c 69 6e  6b 44 65 76 69 63 65 20  |ffer_LinkDevice |
000054d0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000054e0  34 32 39 34 35 0a 23 64  65 66 69 6e 65 20 42 75  |42945.#define Bu|
000054f0  66 66 65 72 5f 55 6e 6c  69 6e 6b 44 65 76 69 63  |ffer_UnlinkDevic|
00005500  65 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |e            0x0|
00005510  34 32 39 34 36 0a 23 64  65 66 69 6e 65 20 42 75  |42946.#define Bu|
00005520  66 66 65 72 5f 47 65 74  49 6e 66 6f 20 20 20 20  |ffer_GetInfo    |
00005530  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005540  34 32 39 34 37 0a 23 64  65 66 69 6e 65 20 42 75  |42947.#define Bu|
00005550  66 66 65 72 5f 54 68 72  65 73 68 6f 6c 64 20 20  |ffer_Threshold  |
00005560  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005570  34 32 39 34 38 0a 23 64  65 66 69 6e 65 20 42 41  |42948.#define BA|
00005580  53 49 43 54 72 61 6e 73  5f 48 45 4c 50 20 20 20  |SICTrans_HELP   |
00005590  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000055a0  34 32 63 38 30 0a 23 64  65 66 69 6e 65 20 42 41  |42c80.#define BA|
000055b0  53 49 43 54 72 61 6e 73  5f 45 72 72 6f 72 20 20  |SICTrans_Error  |
000055c0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000055d0  34 32 63 38 31 0a 23 64  65 66 69 6e 65 20 42 41  |42c81.#define BA|
000055e0  53 49 43 54 72 61 6e 73  5f 4d 65 73 73 61 67 65  |SICTrans_Message|
000055f0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005600  34 32 63 38 32 0a 23 64  65 66 69 6e 65 20 50 61  |42c82.#define Pa|
00005610  72 61 6c 6c 65 6c 5f 48  61 72 64 77 61 72 65 41  |rallel_HardwareA|
00005620  64 64 72 65 73 73 20 20  20 20 20 20 20 30 78 30  |ddress       0x0|
00005630  34 32 65 63 30 0a 23 64  65 66 69 6e 65 20 50 61  |42ec0.#define Pa|
00005640  72 61 6c 6c 65 6c 5f 4f  70 20 20 20 20 20 20 20  |rallel_Op       |
00005650  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005660  34 32 65 63 31 0a 23 64  65 66 69 6e 65 20 54 65  |42ec1.#define Te|
00005670  72 72 69 74 6f 72 79 5f  4e 75 6d 62 65 72 20 20  |rritory_Number  |
00005680  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005690  34 33 30 34 30 0a 23 64  65 66 69 6e 65 20 54 65  |43040.#define Te|
000056a0  72 72 69 74 6f 72 79 5f  52 65 67 69 73 74 65 72  |rritory_Register|
000056b0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000056c0  34 33 30 34 31 0a 23 64  65 66 69 6e 65 20 54 65  |43041.#define Te|
000056d0  72 72 69 74 6f 72 79 5f  44 65 72 65 67 69 73 74  |rritory_Deregist|
000056e0  65 72 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |er           0x0|
000056f0  34 33 30 34 32 0a 23 64  65 66 69 6e 65 20 54 65  |43042.#define Te|
00005700  72 72 69 74 6f 72 79 5f  4e 75 6d 62 65 72 54 6f  |rritory_NumberTo|
00005710  4e 61 6d 65 20 20 20 20  20 20 20 20 20 30 78 30  |Name         0x0|
00005720  34 33 30 34 33 0a 23 64  65 66 69 6e 65 20 54 65  |43043.#define Te|
00005730  72 72 69 74 6f 72 79 5f  45 78 69 73 74 73 20 20  |rritory_Exists  |
00005740  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
00005750  34 33 30 34 34 0a 23 64  65 66 69 6e 65 20 54 65  |43044.#define Te|
00005760  72 72 69 74 6f 72 79 5f  41 6c 70 68 61 62 65 74  |rritory_Alphabet|
00005770  4e 75 6d 62 65 72 54 6f  4e 61 6d 65 20 30 78 30  |NumberToName 0x0|
00005780  34 33 30 34 35 0a 23 64  65 66 69 6e 65 20 54 65  |43045.#define Te|
00005790  72 72 69 74 6f 72 79 5f  53 65 6c 65 63 74 41 6c  |rritory_SelectAl|
000057a0  70 68 61 62 65 74 20 20  20 20 20 20 20 30 78 30  |phabet       0x0|
000057b0  34 33 30 34 36 0a 23 64  65 66 69 6e 65 20 54 65  |43046.#define Te|
000057c0  72 72 69 74 6f 72 79 5f  53 65 74 54 69 6d 65 20  |rritory_SetTime |
000057d0  20 20 20 20 20 20 20 20  20 20 20 20 20 30 78 30  |             0x0|
000057e0  34 33 30 34 37 0a 23 64  65 66 69 6e 65 20 54 65  |43047.#define Te|
000057f0  72 72 69 74 6f 72 79 5f  52 65 61 64 43 75 72 72  |rritory_ReadCurr|
00005800  65 6e 74 54 69 6d 65 5a  6f 6e 65 20 20 30 78 30  |entTimeZone  0x0|
00005810  34 33 30 34 38 0a 23 64  65 66 69 6e 65 20 54 65  |43048.#define Te|
00005820  72 72 69 74 6f 72 79 5f  43 6f 6e 76 65 72 74 54  |rritory_ConvertT|
00005830  69 6d 65 54 6f 55 54 43  4f 72 64 69 6e 61 6c 73  |imeToUTCOrdinals|
00005840  20 30 78 30 34 33 30 34  39 0a 23 64 65 66 69 6e  | 0x043049.#defin|
00005850  65 20 54 65 72 72 69 74  6f 72 79 5f 52 65 61 64  |e Territory_Read|
00005860  54 69 6d 65 5a 6f 6e 65  73 20 20 20 20 20 20 20  |TimeZones       |
00005870  20 30 78 30 34 33 30 34  61 0a 23 64 65 66 69 6e  | 0x04304a.#defin|
00005880  65 20 54 65 72 72 69 74  6f 72 79 5f 43 6f 6e 76  |e Territory_Conv|
00005890  65 72 74 44 61 74 65 41  6e 64 54 69 6d 65 20 20  |ertDateAndTime  |
000058a0  20 30 78 30 34 33 30 34  62 0a 23 64 65 66 69 6e  | 0x04304b.#defin|
000058b0  65 20 54 65 72 72 69 74  6f 72 79 5f 43 6f 6e 76  |e Territory_Conv|
000058c0  65 72 74 53 74 61 6e 64  61 72 64 44 61 74 65 41  |ertStandardDateA|
000058d0  6e 64 54 69 6d 65 20 30  78 30 34 33 30 34 63 0a  |ndTime 0x04304c.|
000058e0  23 64 65 66 69 6e 65 20  54 65 72 72 69 74 6f 72  |#define Territor|
000058f0  79 5f 43 6f 6e 76 65 72  74 53 74 61 6e 64 61 72  |y_ConvertStandar|
00005900  64 44 61 74 65 20 20 30  78 30 34 33 30 34 64 0a  |dDate  0x04304d.|
00005910  23 64 65 66 69 6e 65 20  54 65 72 72 69 74 6f 72  |#define Territor|
00005920  79 5f 43 6f 6e 76 65 72  74 53 74 61 6e 64 61 72  |y_ConvertStandar|
00005930  64 54 69 6d 65 20 20 30  78 30 34 33 30 34 65 0a  |dTime  0x04304e.|
00005940  23 64 65 66 69 6e 65 20  54 65 72 72 69 74 6f 72  |#define Territor|
00005950  79 5f 43 6f 6e 76 65 72  74 54 69 6d 65 54 6f 4f  |y_ConvertTimeToO|
00005960  72 64 69 6e 61 6c 73 20  30 78 30 34 33 30 34 66  |rdinals 0x04304f|
00005970  0a 23 64 65 66 69 6e 65  20 54 65 72 72 69 74 6f  |.#define Territo|
00005980  72 79 5f 43 6f 6e 76 65  72 74 54 69 6d 65 53 74  |ry_ConvertTimeSt|
00005990  72 69 6e 67 54 6f 4f 72  64 69 6e 61 6c 73 20 30  |ringToOrdinals 0|
000059a0  78 30 34 33 30 35 30 0a  23 64 65 66 69 6e 65 20  |x043050.#define |
000059b0  54 65 72 72 69 74 6f 72  79 5f 43 6f 6e 76 65 72  |Territory_Conver|
000059c0  74 4f 72 64 69 6e 61 6c  73 54 6f 54 69 6d 65 20  |tOrdinalsToTime |
000059d0  30 78 30 34 33 30 35 31  0a 23 64 65 66 69 6e 65  |0x043051.#define|
000059e0  20 54 65 72 72 69 74 6f  72 79 5f 41 6c 70 68 61  | Territory_Alpha|
000059f0  62 65 74 20 20 20 20 20  20 20 20 20 20 20 20 20  |bet             |
00005a00  30 78 30 34 33 30 35 32  0a 23 64 65 66 69 6e 65  |0x043052.#define|
00005a10  20 54 65 72 72 69 74 6f  72 79 5f 41 6c 70 68 61  | Territory_Alpha|
00005a20  62 65 74 49 64 65 6e 74  69 66 69 65 72 20 20 20  |betIdentifier   |
00005a30  30 78 30 34 33 30 35 33  0a 23 64 65 66 69 6e 65  |0x043053.#define|
00005a40  20 54 65 72 72 69 74 6f  72 79 5f 53 65 6c 65 63  | Territory_Selec|
00005a50  74 4b 65 79 62 6f 61 72  64 48 61 6e 64 6c 65 72  |tKeyboardHandler|
00005a60  20 30 78 30 34 33 30 35  34 0a 23 64 65 66 69 6e  | 0x043054.#defin|
00005a70  65 20 54 65 72 72 69 74  6f 72 79 5f 57 72 69 74  |e Territory_Writ|
00005a80  65 44 69 72 65 63 74 69  6f 6e 20 20 20 20 20 20  |eDirection      |
00005a90  20 30 78 30 34 33 30 35  35 0a 23 64 65 66 69 6e  | 0x043055.#defin|
00005aa0  65 20 54 65 72 72 69 74  6f 72 79 5f 43 68 61 72  |e Territory_Char|
00005ab0  61 63 74 65 72 50 72 6f  70 65 72 74 79 54 61 62  |acterPropertyTab|
00005ac0  6c 65 20 30 78 30 34 33  30 35 36 0a 23 64 65 66  |le 0x043056.#def|
00005ad0  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 4c 6f  |ine Territory_Lo|
00005ae0  77 65 72 43 61 73 65 54  61 62 6c 65 20 20 20 20  |werCaseTable    |
00005af0  20 20 20 30 78 30 34 33  30 35 37 0a 23 64 65 66  |   0x043057.#def|
00005b00  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 55 70  |ine Territory_Up|
00005b10  70 65 72 43 61 73 65 54  61 62 6c 65 20 20 20 20  |perCaseTable    |
00005b20  20 20 20 30 78 30 34 33  30 35 38 0a 23 64 65 66  |   0x043058.#def|
00005b30  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 43 6f  |ine Territory_Co|
00005b40  6e 74 72 6f 6c 54 61 62  6c 65 20 20 20 20 20 20  |ntrolTable      |
00005b50  20 20 20 30 78 30 34 33  30 35 39 0a 23 64 65 66  |   0x043059.#def|
00005b60  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 50 6c  |ine Territory_Pl|
00005b70  61 69 6e 54 61 62 6c 65  20 20 20 20 20 20 20 20  |ainTable        |
00005b80  20 20 20 30 78 30 34 33  30 35 61 0a 23 64 65 66  |   0x04305a.#def|
00005b90  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 56 61  |ine Territory_Va|
00005ba0  6c 75 65 54 61 62 6c 65  20 20 20 20 20 20 20 20  |lueTable        |
00005bb0  20 20 20 30 78 30 34 33  30 35 62 0a 23 64 65 66  |   0x04305b.#def|
00005bc0  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 52 65  |ine Territory_Re|
00005bd0  70 72 65 73 65 6e 74 61  74 69 6f 6e 54 61 62 6c  |presentationTabl|
00005be0  65 20 20 30 78 30 34 33  30 35 63 0a 23 64 65 66  |e  0x04305c.#def|
00005bf0  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 43 6f  |ine Territory_Co|
00005c00  6c 6c 61 74 65 20 20 20  20 20 20 20 20 20 20 20  |llate           |
00005c10  20 20 20 30 78 30 34 33  30 35 64 0a 23 64 65 66  |   0x04305d.#def|
00005c20  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 52 65  |ine Territory_Re|
00005c30  61 64 53 79 6d 62 6f 6c  73 20 20 20 20 20 20 20  |adSymbols       |
00005c40  20 20 20 30 78 30 34 33  30 35 65 0a 23 64 65 66  |   0x04305e.#def|
00005c50  69 6e 65 20 54 65 72 72  69 74 6f 72 79 5f 52 65  |ine Territory_Re|
00005c60  61 64 43 61 6c 65 6e 64  61 72 49 6e 66 6f 72 6d  |adCalendarInform|
00005c70  61 74 69 6f 6e 20 30 78  30 34 33 30 35 66 0a 23  |ation 0x04305f.#|
00005c80  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005c90  5f 4e 61 6d 65 54 6f 4e  75 6d 62 65 72 20 20 20  |_NameToNumber   |
00005ca0  20 20 20 20 20 20 30 78  30 34 33 30 36 30 0a 23  |      0x043060.#|
00005cb0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005cc0  5f 54 72 61 6e 73 66 6f  72 6d 53 74 72 69 6e 67  |_TransformString|
00005cd0  20 20 20 20 20 20 30 78  30 34 33 30 36 31 0a 23  |      0x043061.#|
00005ce0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005cf0  5f 52 65 73 65 72 76 65  64 31 20 20 20 20 20 20  |_Reserved1      |
00005d00  20 20 20 20 20 20 30 78  30 34 33 30 36 32 0a 23  |      0x043062.#|
00005d10  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005d20  5f 52 65 73 65 72 76 65  64 32 20 20 20 20 20 20  |_Reserved2      |
00005d30  20 20 20 20 20 20 30 78  30 34 33 30 36 33 0a 23  |      0x043063.#|
00005d40  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005d50  5f 52 65 73 65 72 76 65  64 33 20 20 20 20 20 20  |_Reserved3      |
00005d60  20 20 20 20 20 20 30 78  30 34 33 30 36 34 0a 23  |      0x043064.#|
00005d70  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005d80  5f 52 65 73 65 72 76 65  64 34 20 20 20 20 20 20  |_Reserved4      |
00005d90  20 20 20 20 20 20 30 78  30 34 33 30 36 35 0a 23  |      0x043065.#|
00005da0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005db0  5f 52 65 73 65 72 76 65  64 35 20 20 20 20 20 20  |_Reserved5      |
00005dc0  20 20 20 20 20 20 30 78  30 34 33 30 36 36 0a 23  |      0x043066.#|
00005dd0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005de0  5f 52 65 73 65 72 76 65  64 36 20 20 20 20 20 20  |_Reserved6      |
00005df0  20 20 20 20 20 20 30 78  30 34 33 30 36 37 0a 23  |      0x043067.#|
00005e00  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005e10  5f 52 65 73 65 72 76 65  64 37 20 20 20 20 20 20  |_Reserved7      |
00005e20  20 20 20 20 20 20 30 78  30 34 33 30 36 38 0a 23  |      0x043068.#|
00005e30  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005e40  5f 52 65 73 65 72 76 65  64 38 20 20 20 20 20 20  |_Reserved8      |
00005e50  20 20 20 20 20 20 30 78  30 34 33 30 36 39 0a 23  |      0x043069.#|
00005e60  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005e70  5f 52 65 73 65 72 76 65  64 39 20 20 20 20 20 20  |_Reserved9      |
00005e80  20 20 20 20 20 20 30 78  30 34 33 30 36 61 0a 23  |      0x04306a.#|
00005e90  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005ea0  5f 52 65 73 65 72 76 65  64 31 30 20 20 20 20 20  |_Reserved10     |
00005eb0  20 20 20 20 20 20 30 78  30 34 33 30 36 62 0a 23  |      0x04306b.#|
00005ec0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005ed0  5f 52 65 73 65 72 76 65  64 31 31 20 20 20 20 20  |_Reserved11     |
00005ee0  20 20 20 20 20 20 30 78  30 34 33 30 36 63 0a 23  |      0x04306c.#|
00005ef0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005f00  5f 52 65 73 65 72 76 65  64 31 32 20 20 20 20 20  |_Reserved12     |
00005f10  20 20 20 20 20 20 30 78  30 34 33 30 36 64 0a 23  |      0x04306d.#|
00005f20  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005f30  5f 52 65 73 65 72 76 65  64 31 33 20 20 20 20 20  |_Reserved13     |
00005f40  20 20 20 20 20 20 30 78  30 34 33 30 36 65 0a 23  |      0x04306e.#|
00005f50  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005f60  5f 52 65 73 65 72 76 65  64 31 34 20 20 20 20 20  |_Reserved14     |
00005f70  20 20 20 20 20 20 30 78  30 34 33 30 36 66 0a 23  |      0x04306f.#|
00005f80  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005f90  5f 52 65 73 65 72 76 65  64 31 35 20 20 20 20 20  |_Reserved15     |
00005fa0  20 20 20 20 20 20 30 78  30 34 33 30 37 30 0a 23  |      0x043070.#|
00005fb0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005fc0  5f 52 65 73 65 72 76 65  64 31 36 20 20 20 20 20  |_Reserved16     |
00005fd0  20 20 20 20 20 20 30 78  30 34 33 30 37 31 0a 23  |      0x043071.#|
00005fe0  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00005ff0  5f 52 65 73 65 72 76 65  64 31 37 20 20 20 20 20  |_Reserved17     |
00006000  20 20 20 20 20 20 30 78  30 34 33 30 37 32 0a 23  |      0x043072.#|
00006010  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00006020  5f 52 65 73 65 72 76 65  64 31 38 20 20 20 20 20  |_Reserved18     |
00006030  20 20 20 20 20 20 30 78  30 34 33 30 37 33 0a 23  |      0x043073.#|
00006040  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00006050  5f 52 65 73 65 72 76 65  64 31 39 20 20 20 20 20  |_Reserved19     |
00006060  20 20 20 20 20 20 30 78  30 34 33 30 37 34 0a 23  |      0x043074.#|
00006070  64 65 66 69 6e 65 20 54  65 72 72 69 74 6f 72 79  |define Territory|
00006080  5f 43 6f 6e 76 65 72 74  54 65 78 74 54 6f 53 74  |_ConvertTextToSt|
00006090  72 69 6e 67 20 20 30 78  30 34 33 30 37 35 0a 23  |ring  0x043075.#|
000060a0  64 65 66 69 6e 65 20 53  63 72 65 65 6e 42 6c 61  |define ScreenBla|
000060b0  6e 6b 65 72 5f 43 6f 6e  74 72 6f 6c 20 20 20 20  |nker_Control    |
000060c0  20 20 20 20 20 20 30 78  30 34 33 31 30 30 0a 23  |      0x043100.#|
000060d0  64 65 66 69 6e 65 20 54  61 73 6b 57 69 6e 64 6f  |define TaskWindo|
000060e0  77 5f 54 61 73 6b 49 6e  66 6f 20 20 20 20 20 20  |w_TaskInfo      |
000060f0  20 20 20 20 20 20 30 78  30 34 33 33 38 30 0a 23  |      0x043380.#|
00006100  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 52  |define ScanMan_R|
00006110  65 73 65 74 20 20 20 20  20 20 20 20 20 20 20 20  |eset            |
00006120  20 20 20 20 20 20 30 78  30 34 33 37 38 30 0a 23  |      0x043780.#|
00006130  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 43  |define ScanMan_C|
00006140  6c 61 69 6d 20 20 20 20  20 20 20 20 20 20 20 20  |laim            |
00006150  20 20 20 20 20 20 30 78  30 34 33 37 38 31 0a 23  |      0x043781.#|
00006160  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 46  |define ScanMan_F|
00006170  65 65 64 65 72 20 20 20  20 20 20 20 20 20 20 20  |eeder           |
00006180  20 20 20 20 20 20 30 78  30 34 33 37 38 32 0a 23  |      0x043782.#|
00006190  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 4d  |define ScanMan_M|
000061a0  6f 64 65 73 20 20 20 20  20 20 20 20 20 20 20 20  |odes            |
000061b0  20 20 20 20 20 20 30 78  30 34 33 37 38 33 0a 23  |      0x043783.#|
000061c0  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 50  |define ScanMan_P|
000061d0  6f 6c 6c 20 20 20 20 20  20 20 20 20 20 20 20 20  |oll             |
000061e0  20 20 20 20 20 20 30 78  30 34 33 37 38 34 0a 23  |      0x043784.#|
000061f0  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 52  |define ScanMan_R|
00006200  65 6c 65 61 73 65 20 20  20 20 20 20 20 20 20 20  |elease          |
00006210  20 20 20 20 20 20 30 78  30 34 33 37 38 35 0a 23  |      0x043785.#|
00006220  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 41  |define ScanMan_A|
00006230  62 6f 72 74 53 63 61 6e  20 20 20 20 20 20 20 20  |bortScan        |
00006240  20 20 20 20 20 20 30 78  30 34 33 37 38 36 0a 23  |      0x043786.#|
00006250  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 52  |define ScanMan_R|
00006260  65 73 6f 6c 75 74 69 6f  6e 20 20 20 20 20 20 20  |esolution       |
00006270  20 20 20 20 20 20 30 78  30 34 33 37 38 37 0a 23  |      0x043787.#|
00006280  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 53  |define ScanMan_S|
00006290  69 7a 65 20 20 20 20 20  20 20 20 20 20 20 20 20  |ize             |
000062a0  20 20 20 20 20 20 30 78  30 34 33 37 38 38 0a 23  |      0x043788.#|
000062b0  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 53  |define ScanMan_S|
000062c0  63 61 6e 6e 65 72 73 20  20 20 20 20 20 20 20 20  |canners         |
000062d0  20 20 20 20 20 20 30 78  30 34 33 37 38 39 0a 23  |      0x043789.#|
000062e0  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 53  |define ScanMan_S|
000062f0  74 61 72 74 20 20 20 20  20 20 20 20 20 20 20 20  |tart            |
00006300  20 20 20 20 20 20 30 78  30 34 33 37 38 61 0a 23  |      0x04378a.#|
00006310  64 65 66 69 6e 65 20 53  63 61 6e 4d 61 6e 5f 53  |define ScanMan_S|
00006320  74 6f 70 20 20 20 20 20  20 20 20 20 20 20 20 20  |top             |
00006330  20 20 20 20 20 20 30 78  30 34 33 37 38 62 0a 23  |      0x04378b.#|
00006340  64 65 66 69 6e 65 20 46  72 65 65 5f 52 65 67 69  |define Free_Regi|
00006350  73 74 65 72 20 20 20 20  20 20 20 20 20 20 20 20  |ster            |
00006360  20 20 20 20 20 20 30 78  30 34 34 34 63 30 0a 23  |      0x0444c0.#|
00006370  64 65 66 69 6e 65 20 46  72 65 65 5f 44 65 52 65  |define Free_DeRe|
00006380  67 69 73 74 65 72 20 20  20 20 20 20 20 20 20 20  |gister          |
00006390  20 20 20 20 20 20 30 78  30 34 34 34 63 31 0a 23  |      0x0444c1.#|
000063a0  64 65 66 69 6e 65 20 44  4f 53 46 53 5f 44 69 73  |define DOSFS_Dis|
000063b0  63 46 6f 72 6d 61 74 20  20 20 20 20 20 20 20 20  |cFormat         |
000063c0  20 20 20 20 20 20 30 78  30 34 34 62 30 30 0a 23  |      0x044b00.#|
000063d0  64 65 66 69 6e 65 20 44  4f 53 46 53 5f 4c 61 79  |define DOSFS_Lay|
000063e0  6f 75 74 53 74 72 75 63  74 75 72 65 20 20 20 20  |outStructure    |
000063f0  20 20 20 20 20 20 30 78  30 34 34 62 30 31 0a 0a  |      0x044b01..|
00006400  23 65 6e 64 69 66 0a                              |#endif.|
00006407