Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 12 additions & 11 deletions src/types/gameConsole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export default class GameConsole {
],
{
mister: 'Apple-I',
romm: 'apple-i',
romm: 'apple',
},
),
new GameConsole(/Apple.*IIe?/i, ['.do', '.nib', '.po'], {
Expand Down Expand Up @@ -517,6 +517,7 @@ export default class GameConsole {
{
emulationstation: 'gmaster',
retrodeck: 'gmaster',
romm: 'hartung',
},
),
// Interton
Expand Down Expand Up @@ -589,7 +590,7 @@ export default class GameConsole {
mister: 'MSX',
onion: 'MSX',
retrodeck: 'msx2',
romm: 'msx2',
romm: 'msx2plus',
}),
new GameConsole(/MSX TurboR/i, [], {
adam: 'MSX',
Expand All @@ -598,7 +599,7 @@ export default class GameConsole {
mister: 'MSX',
onion: 'MSX',
retrodeck: 'msxturbor',
romm: 'msx',
romm: 'msx-turbo',
}),
new GameConsole(
/Xbox/i,
Expand Down Expand Up @@ -663,7 +664,7 @@ export default class GameConsole {
onion: 'PCE',
pocket: 'pce',
retrodeck: 'pcengine',
romm: 'turbografx16--1',
romm: 'tg16',
twmenu: 'tg16',
}),
new GameConsole(
Expand All @@ -682,7 +683,7 @@ export default class GameConsole {
onion: 'PCECD',
pocket: 'pcecd',
retrodeck: 'pcenginecd',
romm: 'turbografx-16-slash-pc-engine-cd',
romm: 'turbografx-cd',
},
),
new GameConsole(/SuperGrafx/i, ['.sgx'], {
Expand Down Expand Up @@ -1085,7 +1086,7 @@ export default class GameConsole {
onion: 'MD',
pocket: 'genesis',
retrodeck: 'megadrive',
romm: 'genesis-slash-megadrive',
romm: 'genesis',
twmenu: 'gen',
}),
new GameConsole(
Expand Down Expand Up @@ -1141,15 +1142,15 @@ export default class GameConsole {
mister: 'ZX81',
onion: 'ZXEIGHTYONE',
retrodeck: 'zx81',
romm: 'sinclair-zx81',
romm: 'zx80',
}),
new GameConsole(/ZX[ -]?81/i, [], {
batocera: 'zx81',
emulationstation: 'zx81',
jelos: 'zx81',
mister: 'ZX81',
retrodeck: 'zx81',
romm: 'sinclair-zx81',
romm: 'zx81',
}),
new GameConsole(/ZX[ -]?Spectrum/i, ['.scl', '.szx', '.z80'], {
adam: 'ZX',
Expand Down Expand Up @@ -1224,7 +1225,7 @@ export default class GameConsole {
miyoocfw: 'PS1',
onion: 'PS',
retrodeck: 'psx',
romm: 'ps',
romm: 'psx',
}),
new GameConsole(
/PlayStation 2|ps2/i,
Expand Down Expand Up @@ -1282,7 +1283,7 @@ export default class GameConsole {
emulationstation: 'ti99',
mister: 'TI-99_4A',
retrodeck: 'ti99',
romm: 'ti-994a',
romm: 'ti-99',
}),
// Tiger
new GameConsole(/Game.?com/i, ['.tgc'], {
Expand Down Expand Up @@ -1337,7 +1338,7 @@ export default class GameConsole {
onion: 'SUPERVISION',
pocket: 'supervision',
retrodeck: 'supervision',
romm: 'watara-slash-quickshot-supervision',
romm: 'supervision',
}),
// Wellback
new GameConsole(/Mega Duck/i, ['.md1', '.md2'], {
Expand Down