Fix typo in MSX2.
This commit is contained in:
parent
dff34dc094
commit
dba8409fdc
|
@ -5,7 +5,7 @@ corename = "blueMSX"
|
||||||
manufacturer = "Various"
|
manufacturer = "Various"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "MSX/SVI/ColecoVision/SG-1000"
|
systemname = "MSX/SVI/ColecoVision/SG-1000"
|
||||||
database = "Microsoft - MSX|Microsoft - MSX 2"
|
database = "Microsoft - MSX|Microsoft - MSX2"
|
||||||
license = "GPLv2"
|
license = "GPLv2"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "SVN"
|
display_version = "SVN"
|
||||||
|
|
|
@ -5,7 +5,7 @@ corename = "fMSX"
|
||||||
manufacturer = "Various"
|
manufacturer = "Various"
|
||||||
categories = "Emulator"
|
categories = "Emulator"
|
||||||
systemname = "MSX"
|
systemname = "MSX"
|
||||||
database = "Microsoft - MSX|Microsoft - MSX 2"
|
database = "Microsoft - MSX|Microsoft - MSX2"
|
||||||
license = "Non-commercial"
|
license = "Non-commercial"
|
||||||
permissions = ""
|
permissions = ""
|
||||||
display_version = "3.9"
|
display_version = "3.9"
|
||||||
|
|
|
@ -194,7 +194,7 @@ build_libretro_databases() {
|
||||||
build_libretro_database "LeapFrog - Leapster Learning Game System" "rom.crc"
|
build_libretro_database "LeapFrog - Leapster Learning Game System" "rom.crc"
|
||||||
build_libretro_database "Magnavox - Odyssey2" "rom.crc"
|
build_libretro_database "Magnavox - Odyssey2" "rom.crc"
|
||||||
build_libretro_database "Microsoft - MSX" "rom.crc"
|
build_libretro_database "Microsoft - MSX" "rom.crc"
|
||||||
build_libretro_database "Microsoft - MSX 2" "rom.crc"
|
build_libretro_database "Microsoft - MSX2" "rom.crc"
|
||||||
build_libretro_database "NEC - PC Engine - TurboGrafx 16" "rom.crc"
|
build_libretro_database "NEC - PC Engine - TurboGrafx 16" "rom.crc"
|
||||||
build_libretro_database "NEC - PC Engine SuperGrafx" "rom.crc"
|
build_libretro_database "NEC - PC Engine SuperGrafx" "rom.crc"
|
||||||
build_libretro_database "Nintendo - Famicom Disk System" "rom.crc"
|
build_libretro_database "Nintendo - Famicom Disk System" "rom.crc"
|
||||||
|
|
Loading…
Reference in New Issue