Update mu_libretro.info

This commit is contained in:
Stephanie Gawroriski 2022-10-02 00:07:18 -04:00 committed by GitHub
parent ccb0b40709
commit 0235e8e880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
# Software Information
# Software Information
display_name = "Palm OS (Mu)"
authors = "guicrith / meepingsnesroms"
supported_extensions = "prc|pqa|img|pdb"
authors = "guicrith / meepingsnesroms; Stephanie Gawroriski (Xer Shadow Tail)"
supported_extensions = "prc|pqa|img|pdb|zip"
corename = "Mu"
license = "Non-commercial"
license = "CC BY-NC 3.0 US (Non-commercial)"
permissions = ""
display_version = "v1.1.0"
display_version = "v1.3.0"
categories = "Emulator"
# Hardware Information
@ -16,10 +16,21 @@ systemname = "Palm OS"
supports_no_game = "true"
# BIOS/Firmware
firmware_count = 1
firmware0_desc = "palmos41-en-m515.rom (Palm OS 4.1)"
firmware0_path = "palmos41-en-m515.rom"
firmware0_opt = "false"
notes = "(!) palmos41-en-m515.rom (md5): 83cb1d1c76e568b916dc2e7c0bf669f6"
firmware_count = 5
firmware0_desc = "palmos40-en-m500.rom (Palm OS 4.0)"
firmware0_path = "palmos40-en-m500.rom"
firmware0_opt = "true"
firmware1_desc = "palmos41-en-m515.rom (Palm OS 4.1)"
firmware1_path = "palmos41-en-m515.rom"
firmware1_opt = "false"
firmware2_desc = "palmos52-en-t3.rom (Palm OS 5.2.1)"
firmware2_path = "palmos52-en-t3.rom"
firmware2_opt = "true"
firmware3_desc = "palmos60-en-t3.rom (Palm OS 6.0)"
firmware3_path = "palmos60-en-t3.rom"
firmware3_opt = "true"
firmware4_desc = "bootloader-dbvz.rom (MC68VZ328 UART Bootloader)"
firmware4_path = "bootloader-dbvz.rom"
firmware4_opt = "true"
description = "An emulator for the Palm m515 OS ported to libretro. It is intended to avoid hacks like those used by the POSE emulator, where API calls are intercepted and replaced with those that don't use the actual hardware."