Merge pull request #418 from RobLoach/nintendo-familycomputerdisksystem

Update Famicom Disk System to Family Computer Disk System
This commit is contained in:
Twinaphex 2017-01-08 05:25:49 +01:00 committed by GitHub
commit cea6d2c460
4 changed files with 6 additions and 6 deletions

View File

@ -5,13 +5,13 @@ corename = "FCEUmm"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Nintendo Entertainment System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Family Computer Disk System"
license = "GPLv2"
permissions = ""
display_version = "SVN"
supports_no_game = "false"
firmware_count = 1
firmware0_desc = "disksys.rom (Famicom Disk System BIOS)"
firmware0_desc = "disksys.rom (Family Computer Disk System BIOS)"
firmware0_path = "disksys.rom"
firmware0_opt = "false"
notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a"

View File

@ -5,13 +5,13 @@ corename = "Nestopia"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Nintendo Entertainment System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Family Computer Disk System"
license = "GPLv2"
permissions = ""
display_version = "v1.47-WIP"
supports_no_game = "false"
firmware_count = 1
firmware0_desc = "disksys.rom (Famicom Disk System BIOS)"
firmware0_desc = "disksys.rom (Family Computer Disk System BIOS)"
firmware0_path = "disksys.rom"
firmware0_opt = "false"
notes = "(!) disksys.rom (md5): ca30b50f880eb660a320674ed365ef7a"

View File

@ -5,7 +5,7 @@ corename = "QuickNES"
manufacturer = "Nintendo"
categories = "Emulator"
systemname = "Nintendo Entertainment System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Famicom Disk System"
database = "Nintendo - Nintendo Entertainment System|Nintendo - Family Computer Disk System"
license = "LGPLv2.1+"
permissions = ""
display_version = "Git"

View File

@ -225,7 +225,7 @@ build_libretro_databases() {
build_libretro_database "NEC - PC Engine - TurboGrafx 16" "rom.crc"
build_libretro_database "NEC - PC Engine SuperGrafx" "rom.crc"
build_libretro_database "NEC - PC-FX" "rom.crc"
build_libretro_database "Nintendo - Famicom Disk System" "rom.crc"
build_libretro_database "Nintendo - Family Computer Disk System" "rom.crc"
build_libretro_database "Nintendo - Game Boy" "rom.crc"
build_libretro_database "Nintendo - Game Boy Advance" "rom.crc"
build_libretro_database "Nintendo - Game Boy Advance (e-Cards)" "rom.crc"