Skip to content

Commit

Permalink
Add file type string for $D9=TTS
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Dec 27, 2024
1 parent 99f61f1 commit 9bb2f0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/filetypestring.s
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ not_found:
;;; Map ProDOS file type to string (for listings/Get Info).
;;; If not found, $XX is used (like CATALOG).

kNumFileTypes = 25
kNumFileTypes = 26
type_table:
.byte FT_TYPELESS ; unknown
.byte FT_BAD ; bad block
Expand All @@ -82,6 +82,7 @@ type_table:
.byte FT_PIC ; IIgs Super Hi-Res picture
.byte FT_MUSIC ; music
.byte FT_SOUND ; sampled sound
.byte FT_SPEECH ; speech
.byte FT_ARCHIVE ; archival library
.byte FT_LINK ; link
.byte FT_CMD ; command
Expand Down Expand Up @@ -111,6 +112,7 @@ type_names_table:
.byte "PIC" ; IIgs Super Hi-Res picture
.byte "MUS" ; music
.byte "SND" ; sampled sound
.byte "TTS" ; speech
.byte "LBR" ; archival library
.byte "LNK" ; link
.byte "CMD" ; command *
Expand Down

0 comments on commit 9bb2f0f

Please sign in to comment.