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
# Does the core support the libretro cheat interface?
48
48
cheats = "false"
49
49
# Does the core support libretro input descriptors
50
-
input_descriptors = "true"
50
+
input_descriptors = "false"
51
51
# Does the core support memory descriptors commonly used for achievements
52
52
memory_descriptors = "false"
53
53
# Does the core use the libretro save interface or does it do its own thing (like with shared memory cards)?
@@ -76,4 +76,4 @@ disk_control = "true"
76
76
is_experimental = "true"
77
77
78
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."
79
+
description = "Libretro port of Tom Seddon's B2 emulator for BBC Micro."
0 commit comments