mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-22 08:30:35 +00:00
Update ProDOS filetypes to allow setting of auxiliary bytes of Davex-specific files
This commit is contained in:
parent
18a98a9b7a
commit
4082b8869c
@ -39,6 +39,7 @@ filetype.2d=8LD
|
||||
|
||||
# P8C or PTP, depending on AUX TYPE
|
||||
filetype.2e=P8C
|
||||
filetype.2e.address=true
|
||||
filetype.41=OCR
|
||||
filetype.42=FTD
|
||||
filetype.50=GWP
|
||||
@ -50,10 +51,12 @@ filetype.55=HMD
|
||||
filetype.56=EDU
|
||||
filetype.57=STN
|
||||
filetype.58=HLP
|
||||
filetype.58.address=true
|
||||
filetype.59=COM
|
||||
|
||||
# CFG or PTP, depending on AUX TYPE
|
||||
filetype.5a=CFG
|
||||
filetype.5a.address=true
|
||||
|
||||
filetype.5b=ANM
|
||||
filetype.5c=MUM
|
||||
@ -103,6 +106,7 @@ filetype.c2=ANI
|
||||
filetype.c3=PAL
|
||||
filetype.c5=OOG
|
||||
filetype.c6=SCR
|
||||
filetype.c6.address=true
|
||||
filetype.c7=CDV
|
||||
filetype.c8=FON
|
||||
filetype.c9=FND
|
||||
@ -113,6 +117,7 @@ filetype.d7=MDI
|
||||
filetype.d8=SND
|
||||
filetype.db=DBM
|
||||
filetype.e0=SHK
|
||||
filetype.e0.address=true
|
||||
|
||||
# DTS/ATK
|
||||
filetype.e2=DTS
|
||||
|
Loading…
Reference in New Issue
Block a user