Skip to content

Commit

Permalink
fix: C64 and VIC-20 extensions overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
goweiwen authored Nov 17, 2023
1 parent f10debd commit 686bcec
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions assets/root/.allium/config/consoles.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,40 +210,6 @@ patterns = ["COMMODORE"]
name = "VIC-20"
cores = ["vice_xvic"]
patterns = ["VIC20"]
extensions = [
"d64",
"d6z",
"d71",
"d7z",
"d80",
"d81",
"d82",
"d8z",
"g64",
"g6z",
"g41",
"g4z",
"x64",
"x6z",
"nib",
"nbz",
"d2m",
"d4m",
"t64",
"tcrt",
"prg",
"p00",
"crt",
"cmd",
"vfl",
"vsf",
"gz",
"20",
"40",
"60",
"a0",
"b0",
]

[[consoles]]
name = "Fairchild ChannelF"
Expand Down Expand Up @@ -616,4 +582,4 @@ patterns = ["XRICK"]
name = "Nintendo DS"
path = "/mnt/SDCARD/.allium/cores/drastic/launch.sh"
patterns = ["NDS", "DS"]
extensions = ["nds"]
extensions = ["nds"]

0 comments on commit 686bcec

Please sign in to comment.