Skip to content

Commit 9827f3e

Browse files
cslaneyflettsinedied
authored andcommitted
fix: move NES after DS, since it has the shorter alias
1 parent a70ae03 commit 9827f3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/machines.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ export const machines: Record<string, Machine> = {
3737
extensions: ['fds', 'zip'],
3838
alias: ['FDS', 'Family Computer Disk System', 'Famicom Disk System']
3939
},
40-
'Nintendo - Nintendo Entertainment System': {
41-
extensions: ['nes', 'zip'],
42-
alias: ['NES', 'FC', 'Famicom', 'Nintendo']
43-
},
4440
'Nintendo - Nintendo DSi': {
4541
extensions: ['dsi', 'zip'],
4642
alias: ['DSi', 'Nintendo DSi'],
@@ -50,6 +46,10 @@ export const machines: Record<string, Machine> = {
5046
extensions: ['nds', 'zip'],
5147
alias: ['DS', 'Nintendo DS']
5248
},
49+
'Nintendo - Nintendo Entertainment System': {
50+
extensions: ['nes', 'zip'],
51+
alias: ['NES', 'FC', 'Famicom', 'Nintendo']
52+
},
5353
'Nintendo - Pokemon Mini': {
5454
extensions: ['pm', 'min', 'zip'],
5555
alias: ['PKM', 'Pokemon Mini']

0 commit comments

Comments
 (0)