# Software Information display_name = "Sony - PlayStation (Beetle PSX)" authors = "Mednafen Team" supported_extensions = "cue|toc|m3u|ccd|exe|pbp|chd" corename = "Beetle PSX" # Hardware Information manufacturer = "Sony" categories = "Emulator" systemname = "PlayStation" systemid = "playstation" database = "Sony - PlayStation" license = "GPLv2" permissions = "" display_version = "v0.9.44.1" # Libretro Features supports_no_game = "false" hw_render = "false" needs_fullpath = "true" disk_control = "true" savestate = "true" savestate_features = "deterministic" cheats = "true" input_descriptors = "true" memory_descriptors = "true" libretro_saves = "true" core_options = "true" load_subsystem = "false" # Firmware / BIOS firmware_count = 5 firmware0_desc = "scph5500.bin (PS1 JP BIOS)" firmware0_path = "scph5500.bin" firmware0_opt = "false" firmware1_desc = "scph5501.bin (PS1 US BIOS)" firmware1_path = "scph5501.bin" firmware1_opt = "false" firmware2_desc = "scph5502.bin (PS1 EU BIOS)" firmware2_path = "scph5502.bin" firmware2_opt = "false" firmware3_desc = "psxonpsp660.bin (PSP PS1 BIOS)" firmware3_path = "psxonpsp660.bin" firmware3_opt = "true" firmware4_desc = "ps1_rom.bin (PS3 PS1 BIOS)" firmware4_path = "ps1_rom.bin" firmware4_opt = "true" notes = "(!) scph5500.bin (md5): 8dd7d5296a650fac7319bce665a6a53c|(!) scph5501.bin (md5): 490f666e1afb15b7362b406ed1cea246|(!) scph5502.bin (md5): 32736f17079d0b2b7024407c39bd3050|(!) psxonpsp660.bin (md5): c53ca5908936d412331790f4426c6c33|(!) ps1_rom.bin (md5): 81bbe60ba7a3d1cea1d48c14cbcc647b" description = "A significantly modified fork of Mednafen's Playstation emulator, this core differs from the -HW version by focusing on software rendering (i.e., instead of hardware-accelerated rendering). The software renderer is more accurate than the OpenGL and Vulkan renderers used in the -HW core, but it lacks some of the cosmetic options and performs any internal resolution increases on the CPU instead of the GPU, which is very demanding (devices with fast CPUs may reach 2x scale but nothing can maintain full speed at 4x at the time of this writing). Both varieties of Beetle-PSX are more accurate than PCSX-ReARMed but also significantly slower, so they are generally a better choice for higher-specced devices that can benefit from the additional features and accuracy while maintaining full speed. The Beetle-PSX cores are also very particular about requiring BIOS images, so make sure you have the correct BIOS files available and make sure they are named exactly as the core expects."