2021-01-14 20:27:03 +00:00
# Software Information
2020-06-22 14:11:19 +00:00
display_name = "Commodore - C64 SuperCPU (VICE xscpu64)"
categories = "Emulator"
2021-01-14 20:27:03 +00:00
authors = "VICE Team"
corename = "VICE xscpu64"
2021-04-30 17:10:25 +00:00
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vfl|vsf|nib|nbz|d2m|d4m"
2020-06-22 14:11:19 +00:00
license = "GPLv2"
permissions = ""
2024-09-15 14:37:43 +00:00
display_version = "3.8"
2021-01-14 20:27:03 +00:00
# Hardware Information
manufacturer = "Commodore"
systemname = "C64 SuperCPU"
systemid = "commodore_c64_supercpu"
# Libretro Features
database = "Commodore - 64"
supports_no_game = "true"
2022-02-03 16:15:27 +00:00
savestate = "true"
savestate_features = "serialized"
2023-03-11 17:57:35 +00:00
cheats = "true"
input_descriptors = "true"
memory_descriptors = "true"
libretro_saves = "true"
core_options = "true"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "true"
disk_control = "true"
is_experimental = "false"
2021-01-14 20:27:03 +00:00
# Firmware
2020-06-22 14:11:19 +00:00
firmware_count = 4
firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)"
firmware0_path = "vice/JiffyDOS_C64.bin"
firmware0_opt = "true"
firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)"
firmware1_path = "vice/JiffyDOS_1541-II.bin"
firmware1_opt = "true"
firmware2_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)"
firmware2_path = "vice/JiffyDOS_1571_repl310654.bin"
firmware2_opt = "true"
firmware3_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)"
firmware3_path = "vice/JiffyDOS_1581.bin"
firmware3_opt = "true"
notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71"
2021-05-29 00:34:35 +00:00
description = "The VICE xscpu64 emulator, isolated and ported to libretro. This core simulates a Commodore 64 equipped with a SuperCPU64 V2B, which provides a 20 MHz asynchronous single-cycle 65816 CPU core, 128 KiB static RAM, 0-16 MiB SIMM RAM and 64-512 KiB EPROM."