44 lines
1.4 KiB
PHP
44 lines
1.4 KiB
PHP
; repository version 194, built on Sat, 15 Nov 2025 23:14:57 +0300 for project "loader" using
|
|
; make PLATFORM=c64 prg INSTALL=1800 RESIDENT=1700 ZP=02 PROJECT=
|
|
|
|
; configuration
|
|
config_ALLOW_2_MHZ_ON_C128 = 0
|
|
config_DECOMPRESSOR = 0; NONE
|
|
config_DIRTRACK = 18
|
|
config_DIRTRACK81 = 40
|
|
config_END_ADDRESS_API = 0
|
|
config_FILENAME_MAXLENGTH = 16
|
|
config_FILE_EXISTS_API = 0
|
|
config_INTERNAL = 0
|
|
config_LOAD_COMPD_API = 0
|
|
config_LOAD_RAW_API = 1
|
|
config_LOAD_TO_API = 0
|
|
config_LOAD_UNDER_D000_DFFF = 0
|
|
config_LOAD_VIA_KERNAL_FALLBACK = 0
|
|
config_MEM_DECOMP_API = 0
|
|
config_MEM_DECOMP_TO_API = 0
|
|
config_NTSC_COMPATIBILITY = 0
|
|
config_ONLY_1541_AND_COMPATIBLE = 0
|
|
config_PREFER_SPEED_OVER_SIZE = 0
|
|
config_UNINSTALL_API = 0
|
|
|
|
; status codes
|
|
status_OK = $00
|
|
status_DEVICE_INCOMPATIBLE = $fb
|
|
status_TOO_MANY_DEVICES = $fc
|
|
status_GENERIC_KERNAL_ERROR = $fd
|
|
status_DEVICE_NOT_PRESENT = $fe
|
|
status_FILE_NOT_FOUND = $ff
|
|
|
|
; zeropage $02-$07
|
|
loader_zp_first = $02
|
|
loadaddrlo = $02
|
|
loadaddrhi = $03
|
|
loader_zp_last = $06
|
|
|
|
; install $1800-$3353
|
|
install = $1800
|
|
|
|
; resident $1700-$17e0
|
|
loadraw = $1700
|