Remove dot from MAME databases

This commit is contained in:
Rob Loach 2017-07-17 23:12:39 -04:00
parent 6476614407
commit 69ac9c5b33
No known key found for this signature in database
GPG key ID: 627C60834A74A21A
7 changed files with 11 additions and 11 deletions

View file

@ -5,7 +5,7 @@ corename = "MAME 2000 (0.37b5)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.37b5"
database = "MAME 037b5"
license = "MAME"
permissions = ""
display_version = "0.37b5"

View file

@ -5,7 +5,7 @@ corename = "MAME 2003 (0.78)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.78"
database = "MAME 078"
license = "MAME"
permissions = ""
display_version = "0.78"

View file

@ -5,7 +5,7 @@ corename = "MAME 2003 Midway (0.78)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.78"
database = "MAME 078"
license = "MAME"
permissions = ""
display_version = "0.78"

View file

@ -5,7 +5,7 @@ corename = "MAME 2010 (0.139)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.139"
database = "MAME 0139"
license = "MAME"
permissions = ""
display_version = "0.139"

View file

@ -5,7 +5,7 @@ corename = "MAME 2014 (0.159)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.159"
database = "MAME 0159"
license = "MAME"
permissions = ""
display_version = "0.159"

View file

@ -5,7 +5,7 @@ corename = "MAME 2016 (0.174)"
manufacturer = "Various"
categories = "Emulator"
systemname = "Arcade (various)"
database = "MAME 0.174"
database = "MAME 0174"
license = "MAME"
permissions = ""
display_version = "0.174"

View file

@ -303,11 +303,11 @@ build_libretro_databases() {
build_libretro_database "VTech - V.Smile" "rom.crc"
build_libretro_database "Watara - Supervision" "rom.crc"
build_libretro_database "MAME" "rom.crc"
build_libretro_database "MAME 0.37b5" "rom.crc"
build_libretro_database "MAME 0.78" "rom.crc"
build_libretro_database "MAME 0.139" "rom.crc"
build_libretro_database "MAME 0.159" "rom.crc"
build_libretro_database "MAME 0.174" "rom.crc"
build_libretro_database "MAME 037b5" "rom.crc"
build_libretro_database "MAME 078" "rom.crc"
build_libretro_database "MAME 0139" "rom.crc"
build_libretro_database "MAME 0159" "rom.crc"
build_libretro_database "MAME 0174" "rom.crc"
build_libretro_database "FB Alpha - Arcade Games" "rom.name"
build_libretro_database "DOOM" "rom.crc"
build_libretro_database "Cave Story" "rom.crc"