You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## All data is optional, but helps improve user experience.
2
+
3
+
# Software Information - Information about the core software itself
4
+
# Name displayed when the user is selecting the core:
5
+
display_name = "Acorn - BBC Micro (b2)"
6
+
7
+
# Categories that the core belongs to (optional):
8
+
categories = "Emulator"
9
+
10
+
# Name of the authors who wrote the core:
11
+
authors = "TBA"
12
+
13
+
# Name of the core:
14
+
corename = "b2"
15
+
16
+
# List of extensions the core supports:
17
+
supported_extensions = "ssd|dsd"
18
+
19
+
# License of the cores source code:
20
+
license = "GPLv2"
21
+
22
+
# Privacy-specific permissions needed for using the core:
23
+
permissions = ""
24
+
25
+
# Version of the core:
26
+
display_version = "v0.1"
27
+
28
+
# Hardware Information - Information about the hardware the core supports (when applicable)
29
+
# Name of the manufacturer who produced the emulated system:
30
+
manufacturer = "Acorn"
31
+
32
+
# Name of the system that the core targets (optional):
33
+
systemname = "BBC Micro"
34
+
35
+
# ID of the primary platform the core uses. Use other core info files as guidance if possible.
36
+
# If blank or not used, a standard core platform will be used (optional):
37
+
systemid = "bbcmicro"
38
+
39
+
# The number of mandatory/optional firmware files the core needs:
40
+
# firmware_count = 0
41
+
42
+
# Libretro Features - The libretro API features the core supports. Useful for sorting cores
43
+
# Does the core support savestates
44
+
savestate = "false"
45
+
# If true, how complete is the savestate support? basic, serialized (rewind), deterministic (netplay/runahead)
46
+
savestate_features = "serialized"
47
+
# Does the core support the libretro cheat interface?
48
+
cheats = "false"
49
+
# Does the core support libretro input descriptors
50
+
input_descriptors = "true"
51
+
# Does the core support memory descriptors commonly used for achievements
52
+
memory_descriptors = "false"
53
+
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
54
+
libretro_saves = "false"
55
+
# Does the core support the core options interface?
56
+
core_options = "true"
57
+
# What version of core options is supported? (later versions allow for localization and descriptions)
58
+
core_options_version = "1.0"
59
+
# Does the core support the subsystem interface? Commonly used for chained/special loading, such as Super Game Boy
60
+
load_subsystem = "false"
61
+
# Whether or not the core requires an external file to work:
62
+
supports_no_game = "true"
63
+
# Does the core have a single purpose? Does it represent one game or application, requiring predetermined support files or no external data? Used to indicate to a frontend that the core may be presented/handled independently from 'regular' cores that run a variety of content.
64
+
single_purpose = "false"
65
+
# Name of the database that the core supports (optional):
66
+
# database = ""
67
+
# Does the core support/require support for libretro-gl or other hardware-acceleration in the frontend?
68
+
hw_render = "false"
69
+
# Which hardware-rendering APIs does the core support? Delimited by pipe characters.
# Does the core require ongoing access to the file after loading? Mostly used for softpatching and streaming of data
72
+
needs_fullpath = "true"
73
+
# Does the core support the libretro disk control interface for swapping disks on the fly?
74
+
disk_control = "true"
75
+
# 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)?
76
+
is_experimental = "true"
77
+
78
+
# Descriptive text, useful for tooltips, etc.
79
+
description = "Emulate the Z80 based home computers that the original ep128emu supports - that is, Enterprise 64/128, Videoton TVC, Amstrad CPC and ZX Spectrum. Focus is on Enterprise and TVC."
0 commit comments