]> git.sur5r.net Git - cc65/blobdiff - asminc/cbm_filetype.inc
Made the VIC-IIe TGI driver put its bitmap behind the ROMs.
[cc65] / asminc / cbm_filetype.inc
index 4a4783f9209537edfc502943d233d47c869dec23..9e9ba24eea331746c559c4b27f62a9151a802892 100644 (file)
         CBM_T_PRG     = $11     ; Program file
         CBM_T_USR     = $12     ; User file
         CBM_T_REL     = $13     ; Relative file
+        CBM_T_VRP     = $14     ; Vorpal fast-loadable format
         CBM_T_DEL     = $00     ; Deleted file
         CBM_T_CBM     = $01     ; 1581 sub-partition
         CBM_T_DIR     = $02     ; IDE64 and CMD sub-directory
         CBM_T_LNK     = $03     ; IDE64 soft-link
-        CBM_T_VRP     = $04     ; Vorpal fast-loadable format
-        CBM_T_OTHER   = $05     ; File-type not recognized
-        CBM_T_HEADER  = $06     ; Disk header / title
+        CBM_T_OTHER   = $04     ; File-type not recognized
+        CBM_T_HEADER  = $05     ; Disk header / title
 .endenum