mirror of
https://github.com/libretro/libretro-super
synced 2025-01-01 09:00:08 +00:00
Add Mattel - Intellivision via FreeIntv
This commit is contained in:
parent
8fc7e727d1
commit
fd65c5d88a
20
dist/info/freeintv_libretro.info
vendored
Normal file
20
dist/info/freeintv_libretro.info
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
display_name = "Mattel - Intellivision (FreeIntv)"
|
||||
authors = "David Richardson"
|
||||
supported_extensions = "int"
|
||||
corename = "FreeIntv"
|
||||
manufacturer = "Mattel"
|
||||
categories = "Emulator"
|
||||
systemname = "Intellivision"
|
||||
database = "Mattel - Intellivision"
|
||||
license = "GPLv3"
|
||||
permissions = ""
|
||||
display_version = "2018.1.5"
|
||||
supports_no_game = "false"
|
||||
firmware_count = 2
|
||||
firmware0_desc = "exec.bin"
|
||||
firmware0_path = "exec.bin"
|
||||
firmware0_opt = "true"
|
||||
firmware1_desc = "grom.bin"
|
||||
firmware1_path = "grom.bin"
|
||||
firmware1_opt = "true"
|
||||
notes = "(!) exec.bin (md5): 62e761035cb657903761800f4437b8af|(!) grom.bin (md5): 0cd5946c6473e42e8e4c2137785e427f"
|
@ -224,6 +224,7 @@ build_libretro_database() {
|
||||
|
||||
build_libretro_databases() {
|
||||
build_libretro_database "Amstrad - CPC" "rom.crc"
|
||||
build_libretro_database "Mattel - Intellivision" "rom.crc"
|
||||
build_libretro_database "ScummVM" "rom.crc"
|
||||
build_libretro_database "DOS" "rom.crc"
|
||||
build_libretro_database "Lutro" "rom.name"
|
||||
|
Loading…
Reference in New Issue
Block a user