Skip to content

Commit 0120080

Browse files
authored
Merge pull request #1950 from mittonk/pd777_database
pd777: not experimental, with database, zip-files, options
2 parents 25dd1d7 + a086ad6 commit 0120080

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dist/info/pd777_libretro.info

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ display_name = "Epoch - Cassette Vision (PD777)"
33
categories = "Emulator"
44
authors = "W88DodPECuThLOl"
55
corename = "PD777"
6-
supported_extensions = "bin777|ptn777"
6+
supported_extensions = "zip|bin777|ptn777"
77
# bin777 is the main file, each has a pattern file.
88
license = "MIT"
99
# permissions = ""
@@ -25,17 +25,18 @@ cheats = "false"
2525
memory_descriptors = "false"
2626
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
2727
# libretro_saves = "true"
28-
core_options = "false"
28+
core_options = "true"
29+
core_options_version = "2.0"
2930
load_subsystem = "false"
3031
# Whether or not the core requires an external file to work:
3132
supports_no_game = "false"
3233
single_purpose = "false"
3334
# Name of the database that the core supports (optional):
34-
#database = "epochcv"
35+
database = "Epoch - Cassette Vision"
3536
needs_fullpath = "true"
3637
disk_control = "false"
3738
# Is the core currently suitable for general use? That is, will regular users find it useful or is it for development/testing only (subject to change over time)?
38-
is_experimental = "true"
39+
is_experimental = "false"
3940

4041
# Descriptive text, useful for tooltips, etc.
4142
description = "Epoch Cassette Vision emulator, with libretro interface."

libretro-build-database.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ build_libretro_databases() {
287287
build_libretro_database "Emerson - Arcadia 2001" "rom.crc"
288288
build_libretro_database "Entex - Adventure Vision" "rom.crc"
289289
build_libretro_database "Enterprise - 128" "rom.crc"
290+
build_libretro_database "Epoch - Cassette Vision" "rom.crc"
290291
build_libretro_database "Epoch - Super Cassette Vision" "rom.crc"
291292
build_libretro_database "Fairchild - Channel F" "rom.crc"
292293
build_libretro_database "Funtech - Super Acan" "rom.crc"

0 commit comments

Comments
 (0)