From f4efce696f3829425d11a55100dd69ecc7d604c8 Mon Sep 17 00:00:00 2001 From: Rob Loach Date: Sat, 20 Mar 2021 18:29:47 -0400 Subject: [PATCH] database: Add NEC - PC-98 I'm not sure if this should index the serial or the CRC. I think the serial, since it's disc media from REDUMP? --- libretro-build-database.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-build-database.sh b/libretro-build-database.sh index 544b8220..3840419e 100755 --- a/libretro-build-database.sh +++ b/libretro-build-database.sh @@ -289,6 +289,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 "NEC - PC-98" "rom.serial" 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"