Update VICE and Emux display names
This commit is contained in:
parent
42d37c012e
commit
2461fec840
|
@ -1,4 +1,4 @@
|
||||||
display_name = "CHIP-8 (Emux)"
|
display_name = "CHIP-8 (Emux CHIP-8)"
|
||||||
authors = "Sebastien Ronsse"
|
authors = "Sebastien Ronsse"
|
||||||
supported_extensions = "ch8|bin|rom"
|
supported_extensions = "ch8|bin|rom"
|
||||||
corename = "Emux CHIP-8"
|
corename = "Emux CHIP-8"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Game Boy / Game Boy Color (Emux)"
|
display_name = "Game Boy / Game Boy Color (Emux GB)"
|
||||||
authors = "Sebastien Ronsse"
|
authors = "Sebastien Ronsse"
|
||||||
supported_extensions = "gb|bin|rom"
|
supported_extensions = "gb|bin|rom"
|
||||||
corename = "Emux GB"
|
corename = "Emux GB"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "NES / Famicom (Emux)"
|
display_name = "NES / Famicom (Emux NES)"
|
||||||
authors = "Sebastien Ronsse"
|
authors = "Sebastien Ronsse"
|
||||||
supported_extensions = "nes|bin|rom"
|
supported_extensions = "nes|bin|rom"
|
||||||
corename = "Emux NES"
|
corename = "Emux NES"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Sega Master System (Emux)"
|
display_name = "Sega Master System (Emux SMS)"
|
||||||
authors = "Sebastien Ronsse"
|
authors = "Sebastien Ronsse"
|
||||||
supported_extensions = "sms|bin|rom"
|
supported_extensions = "sms|bin|rom"
|
||||||
corename = "Emux SMS"
|
corename = "Emux SMS"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Commodore 128 (VICE)"
|
display_name = "Commodore 128 (VICE C128)"
|
||||||
authors = "VICE Core Team Members"
|
authors = "VICE Core Team Members"
|
||||||
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
||||||
corename = "VICE"
|
corename = "VICE"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Commodore 64 (VICE)"
|
display_name = "Commodore 64 (VICE C64)"
|
||||||
authors = "VICE Core Team Members"
|
authors = "VICE Core Team Members"
|
||||||
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
||||||
corename = "VICE"
|
corename = "VICE"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Commodore PLUS4 (VICE)"
|
display_name = "Commodore PLUS4 (VICE PLUS4)"
|
||||||
authors = "VICE Core Team Members"
|
authors = "VICE Core Team Members"
|
||||||
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
||||||
corename = "VICE"
|
corename = "VICE"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
display_name = "Commodore VIC20 (VICE)"
|
display_name = "Commodore VIC20 (VICE VIC20)"
|
||||||
authors = "VICE Core Team Members"
|
authors = "VICE Core Team Members"
|
||||||
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
supported_extensions = "d64|d71|d80|d81|d82|g64||g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z"
|
||||||
corename = "VICE"
|
corename = "VICE"
|
||||||
|
|
Loading…
Reference in New Issue