Skip to content

Commit

Permalink
Merge pull request #1771 from WizzardSK/master
Browse files Browse the repository at this point in the history
rename Spectravideo db, add new dbs, build PC-88 db
  • Loading branch information
LibretroAdmin committed Dec 18, 2023
2 parents 9777b05 + 5cfc8e9 commit 9acc589
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/info/atari800_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ permissions = ""

# Hardware Information
manufacturer = "Atari"
systemname = "Atari 5200"
systemname = "Atari 8-bit"
systemid = "atari_5200"
database = "Atari - 5200"
display_version = "3.1.0"

# Libretro Features
database = "Atari - 5200|Atari - 8-bit"
supports_no_game = "false"
savestate = "true"
savestate_features = "null"
Expand Down
2 changes: 1 addition & 1 deletion dist/info/bluemsx_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ systemname = "MSX/SVI/ColecoVision/SG-1000"
systemid = "msx"

# Libretro Features
database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000|Spectravideo"
database = "Microsoft - MSX|Microsoft - MSX2|Coleco - ColecoVision|Sega - SG-1000|Spectravideo - SVI-318 - SVI-328"
supports_no_game = "false"
savestate = "true"
savestate_features = "serialized"
Expand Down
1 change: 1 addition & 0 deletions dist/info/hatari_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ systemname = "Atari ST/STE/TT/Falcon"
systemid = "atari_st"

# Libretro Features
database = "Atari - ST"
supports_no_game = "false"
savestate = "true"
savestate_features = "serialized"
Expand Down
1 change: 1 addition & 0 deletions dist/info/quasi88_libretro.info
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ systemname = "PC-8000 / PC-8800 series"
systemid = "pc_88"

# Libretro Features
database = "NEC - PC-8001 - PC-8801"
supports_no_game = "true"
savestate = "true"
savestate_features = "deterministic"
Expand Down
1 change: 1 addition & 0 deletions libretro-build-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ build_libretro_databases() {
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 "NEC - PC-8001 - PC-8801" "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"
Expand Down

0 comments on commit 9acc589

Please sign in to comment.